Renm
Renm

Reputation: 739

Initiating Azure Devops release pipeline from Logic Apps

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://learn.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 ?

Upvotes: 1

Views: 603

Answers (1)

Renm
Renm

Reputation: 739

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

Upvotes: 0

Related Questions