1
votes

I’m trying to configure an Azure logic apps with an Azure Devops connector that would create a new pipeline release

The pipeline needs two variables, system and scope:

enter image description here

And looking at the azure DevOps connector doc https://docs.microsoft.com/en-us/connectors/visualstudioteamservices/#create-a-new-release enter image description here

How should I configure the name and value in the logic app ?, I tried this but it didn't work:

enter image description here enter image description here

How to pass those variable to the release pipeline in Azure DevOps ?

1

1 Answers

0
votes

Apparently adding the connector from Visual studio will give an incomplete connector, deleting it and recreated it from the portal gave the key and value options