Azure ARM templates - using the output of other deployments

后端 未结 3 835
忘掉有多难
忘掉有多难 2021-01-03 12:13

What I am interested in is reading the output parameters of another deployment in a different resource group. My ARM templates are something like:

  1. platform.jso
3条回答
  •  囚心锁ツ
    2021-01-03 12:50

    Are you using Azure DevOps Release Pipelines? You could just set the output to be created as variables so you can re-use them in the same or a different stage.

    We use these extensions on our projects

    • ARM Outputs https://github.com/keesschollaart81/vsts-arm-outputs
    • VSTS replacetokens https://github.com/qetza/vsts-replacetokens-task

提交回复
热议问题