Maintained with ☕️ by
IcePanel logo

Create connectors in Logic Apps designer

Share

Services

This week we've made a big improvement to the Logic Apps designer. Previously, you had to provision, beforehand, all of the APIs that you wanted to use as a part of your Logic App. Now, you can create new connectors directly in the Logic Apps designer. In the right pane, you'll see all of the API apps you can create, and clicking one will automatically deploy it to your resource group.[![CreateInDesigner](https://azurecomcdn.azureedge.net/mediahandler/acomblog/updates/ServiceUpdates/imported/images-2015-05-CreateInDesigner-1024x805.png)](https://azurecomcdn.azureedge.net/mediahandler/acomblog/updates/ServiceUpdates/imported/images-2015-05-CreateInDesigner.png)In addition we have added some new features inside the language, including: * The **utcnow()** function now takes format strings. You can include a [single format specifier character](https://msdn.microsoft.com/en-us/library/az4se3k1%28v=vs.110%29.aspx) or a [custom format pattern](https://msdn.microsoft.com/en-us/library/8kb3ddd4%28v=vs.110%29.aspx) that indicates how to format the value of this time stamp. * Added **toUpper()** and **toLower()** functions so you can easily change the casing of strings. * You can use certificates for AAD OAuth in addition to a secret. Fixed issues: * You could not select **Add a Condition** to be met in the designer. To add conditions or repeats, first select **Edit this action**. * If any action in a repeat was skipped, the action was marked as **Failed**. Now that action will be marked as **Succeeded**. * App Service * Features * [ App Service](https://azure.microsoft.com/en-gb/products/app-service/)