Error AtlasError Documentation and Resolution

Azure ARM deployment failed with NotFound

Code=NotFound

Azure Resource Manager couldn't find a resource required by the deployment, often because of a missing dependency, wrong name, or wrong scope.

NotFounddeployment
Code=NotFound
  • A dependent resource name is wrong or the resource does not exist.
  • The deployment references a resource before it has been created.
  • The deployment targets a different subscription or resource group than expected.
  1. Verify the resource name, type, and scope used in the deployment.
  2. Add the required dependency if the missing resource is created in the same template.
  3. Confirm the subscription and resource group context before rerunning.
Microsoft Learn: Common Azure deployment errors
Azure NotFound during ARM deployment: causes and fixes | Error Atlas