Error AtlasError Documentation and Resolution

Azure ARM deployment failed with ResourceNotFound

Code=ResourceNotFound

Azure Resource Manager couldn't resolve a referenced resource during deployment, typically because the resource doesn't exist or the reference details are incomplete.

ResourceNotFounddeployment
Code=ResourceNotFound
  • The deployment references a resource that does not exist.
  • The reference function is missing required identifying details.
  • The deployment is targeting the wrong scope or subscription.
  1. Verify the referenced resource ID and scope.
  2. Check that reference() or resourceId() calls include the correct parameters.
  3. Create the missing resource first or correct the deployment reference.
Microsoft Learn: Common Azure deployment errors
Azure ResourceNotFound: causes and fixes | Error Atlas