Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
342 views
in Technique[技术] by (71.8m points)

ARM template deployment failure using Azure Release Pipelines

While trying to deploy two Azure web apps with an App Service plan in Azure release pipelines, deployment fails with the error message shared below:

At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details. Details: NotFound: { "error": { "code": "ResourceNotFound", "message": "The Resource 'Microsoft.Web/serverFarms/ASP_devops_940b' under resource group '' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" } } Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting Task failed while creating or updating the template deployment.

Deploying the same template from the portal works fine. For the successful portal deployment, Resource group was manually specified.

This referenced link https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/error-not-found#symptom seems to be related to the issue.

How can the APP service plan be linked to the web apps in the ARM template or parameter files?

question from:https://stackoverflow.com/questions/65641370/arm-template-deployment-failure-using-azure-release-pipelines

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...