Unable to create the api connection between blob storage and logic app using the ARM template #1414
Unanswered
subhash1692
asked this question in
Help Needed
Replies: 1 comment 3 replies
-
Please refer #994 Answer given in the comment section. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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:
When try to deploy these from azure DevOps getting below error in release.
errorCode: ParameterNotDefined.
Message: Parameter 'token:clientId' is not allowed on the connection since it was not defined as a connection parameter when the API was registered.
Am I missing any other configurations?
Can create service principal authentication through ARM templates?
Any help/suggestions would be appreciated...
Beta Was this translation helpful? Give feedback.
All reactions