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?
1.4m articles
1.4m replys
5 comments
57.0k users