locked
Azure Git Repo Triggers RRS feed

  • Question

  • I'm trying to understand if the following use cases can be implemented in Azure as automatic tasks:

    Create Branch

    • Branch created in Azure Git repo
    • Build pipeline started to create a docker image and push to Azure container registry
    • Release pipeline deploys creates AKS cluster and deploys application

    Update Branch

    • Code is pushed to branch
    • Build pipeline started to create a docker image and push to Azure container registry
    • Release pipeline upgrades AKS cluster so that the containers are restarted pulling in the new container image, no need to recreate the AKS cluster.

    End of Merge Request/Delete Branch

    • When branch is deleted in the Azure Git repo call script/pipeline to teardown AKS cluster

     I have scripts to do all the above manually but am struggling to understand how to do it all automatically.

    Saturday, March 2, 2019 11:59 AM

Answers

All replies