Cancelling azure resource manager deployment

后端 未结 2 1099
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-19 09:16

Recently I\'ve started creating a new resource group but it seems to be stuck at provisioning server farm resource. Restarting deployment outputs the following error:

2条回答
  •  深忆病人
    2021-02-19 09:57

    Stop-AzureRmResourceGroupDeployment should cancel the deployment and preserve the resourcegroup if you need to go that route.

    https://docs.microsoft.com/en-us/powershell/module/azurerm.resources/stop-azurermresourcegroupdeployment

提交回复
热议问题