Setting a automation trigger for a release in Azure Releases

Jas Bamrah 1 Reputation point
2021-01-19T01:23:37.837+00:00

Hello,

I want to create a post deployment trigger to run our separate Azure Automation pipeline which is basically running the automation tests.
Is this possible? Can you guide please?

Kind Regards
Jas

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
209 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. BhargaviAnnadevara-MSFT 5,456 Reputation points
    2021-01-19T15:00:43.737+00:00

    @Jas Bamrah Thank you for reaching out.

    While you can use the Run Pipeline REST API to trigger an Azure Pipeline, another alternative would be to use an extension like Trigger Azure DevOps Pipeline from the Visual Studio marketplace. This extension can be used for triggering an Azure DevOps Build or Release Pipeline.

    Here is a related blog post that walks one through the extension configuration: Trigger a Pipeline from an Azure DevOps Pipeline

    Please check if this helps you with your requirement. If not, please post your question in the following forum where the Azure DevOps team and DevOps community are actively answering questions: https://developercommunity.visualstudio.com/spaces/21/index.html

    0 comments No comments