Error AtlasError Documentation and Resolution

Azure deployment could not access the specified subscription

Code=SubscriptionNotFound

Azure Resource Manager could not access the specified subscription because the ID is wrong, permissions are missing, or the request is targeting the wrong scope.

SubscriptionNotFounddeployment
Code=SubscriptionNotFound
  • The subscription ID is incorrect or malformed.
  • The caller does not have access to the target subscription.
  • A cross-scope deployment is referencing the wrong subscription context.
  1. Verify the subscription GUID used in the deployment command or template.
  2. Check that the deployment identity has access to the target subscription.
  3. Confirm the active Azure context and cross-scope deployment parameters.
Microsoft Learn: Common Azure deployment errors
Azure SubscriptionNotFound: causes and fixes | Error Atlas