Service principal authentication between Logic app and Azure Blob storage #994
-
Hello, I have been trying to create API connection between logic app consumption and blob storage. In the portal, could create API connection by selecting "Service principal authentication" along with Tenant id, Client id, Client Secret. All good and API created, could create the blob as well. Then started to prepare Logic app ARM template for automation (to deploy from azure DevOps). I have followed Microsoft doc https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview. Configured ARM template Microsoft.Web/connections as below. Defined the parameters as below: Parameter file prepared as below: When try to deploy these from azure DevOps getting below error in release. errorCode: ParameterNotDefined. Am I missing any other configurations? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In Azure portal, Logic app designer view, While creating any API connection, Before click on "Create", open your browser "Developer Tools"> "Network" tab> then click on create in logic app and see the Network Logs > Payload > Request Payload. Copy the content to your JSON editor and take the settings under "ParameterValueSet". Configure your Microsoft.Web/Connections in the same format. |
Beta Was this translation helpful? Give feedback.
In Azure portal, Logic app designer view, While creating any API connection, Before click on "Create", open your browser "Developer Tools"> "Network" tab> then click on create in logic app and see the Network Logs > Payload > Request Payload.
Copy the content to your JSON editor and take the settings under "ParameterValueSet".
Configure your Microsoft.Web/Connections in the same format.