Skip to content
Discussion options

You must be logged in to vote

Hi,

I was managed to configure CICD for this...

Please find the below for web connection. Let me know if this solved your issue or not....

{ "type": "Microsoft.Web/connections", "apiVersion": "2016-06-01", "location": "[parameters('logicAppLocation')]", "name": "[parameters('ConnectionName')]", "properties": { "api": { "id": "[concat('/subscriptions/',subscription().subscriptionId,'/providers/Microsoft.Web/locations/',parameters('logicAppLocation'),'/managedApis/azureblob')]" }, "displayName": "[parameters('ConnectionName')]", "parameterValueSet": { "name": "servicePrincipalAuth", "values": { "token:clientId": { "value": "[parameters('ClientId')]" }, "token:clientSecret": { "value": "[par…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Diviyan-S
Comment options

Answer selected by Diviyan-S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants