Error AtlasError Documentation and Resolution

Azure documented errors

Browse documented Azure errors grouped by service, so platform-wide coverage can expand while still preserving exact service-level troubleshooting paths.

Back to all products

ARM

InvalidTemplateDeploymentAzure ARM deployment failed because the template deployment is invaliddeployment: Azure Resource Manager rejected the deployment because the template deployment itself is invalid, usually due to underlying template validation issues.
AuthorizationFailedAzure ARM deployment failed with AuthorizationFaileddeployment: Azure Resource Manager rejected the deployment because the caller does not have the required permissions to perform the requested action on the target scope.
BadRequestAzure ARM deployment failed with BadRequestdeployment: Azure Resource Manager rejected the deployment request because one or more supplied values do not match what the target resource expects.
ConflictAzure ARM deployment failed with Conflictdeployment: Azure Resource Manager rejected the operation because the requested change is not allowed in the current state of the resource.
InvalidParameterAzure ARM deployment failed with InvalidParameterdeployment: Azure Resource Manager rejected one of the supplied deployment parameters because the value is invalid, out of range, malformed, or incompatible with the target resource configuration.
InvalidResourceReferenceAzure ARM deployment failed with InvalidResourceReferencedeployment: Azure Resource Manager could not resolve a referenced resource, usually because the resource does not exist yet, is in the wrong scope, or is referenced incorrectly.
NotFoundAzure ARM deployment failed with NotFounddeployment: Azure Resource Manager couldn't find a resource required by the deployment, often because of a missing dependency, wrong name, or wrong scope.
ParentResourceNotFoundAzure ARM deployment failed with ParentResourceNotFounddeployment: Azure Resource Manager could not find the parent resource required for a nested resource deployment, usually because the name, scope, order, or dependency is wrong.
ResourceNotFoundAzure ARM deployment failed with ResourceNotFounddeployment: Azure Resource Manager couldn't resolve a referenced resource during deployment, typically because the resource doesn't exist or the reference details are incomplete.
ResourceGroupNotFoundAzure ARM deployment target resource group was not founddeployment: Azure Resource Manager couldn't find the target resource group, usually because the name is wrong, the subscription context is wrong, or the group does not exist yet.
InvalidDeploymentLocationAzure ARM deployment used an invalid deployment locationdeployment: Azure Resource Manager rejected the deployment because the deployment name was reused from a different region or the specified deployment location is inconsistent.
RequestDisallowedByPolicyAzure ARM deployment was blocked by policydeployment: Azure Policy blocked the deployment because one or more requested resources or properties violate the subscription or management group policy rules.
InvalidRequestContentAzure ARM request content is invalid or missing required valuesdeployment: Azure Resource Manager rejected the deployment payload because it contains unsupported values, missing required properties, or malformed content for the target resource type.
InvalidTemplateAzure ARM template is invaliddeployment: Azure Resource Manager rejected the template because it contains a syntax, structural, parameter, or dependency problem that prevents validation.
SubscriptionNotFoundAzure deployment could not access the specified subscriptiondeployment: 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.
DeploymentFailedAzure deployment failed with a generic DeploymentFailed errordeployment: Azure Resource Manager returned a generic deployment failure wrapper, which means the real cause is inside the nested error details rather than the top-level code itself.
DeploymentActiveAndUneditableAzure deployment is already active and cannot be editeddeployment: Azure Resource Manager rejected the request because another deployment with the same name is still active and cannot be modified concurrently.
MissingSubscriptionRegistrationAzure subscription is missing resource provider registrationdeployment: Azure Resource Manager failed because the subscription is missing registration for the resource provider needed by the deployment.
SubscriptionNotRegisteredAzure subscription is not registered for the resource providerdeployment: Azure Resource Manager failed because the subscription is not registered to use the required resource provider namespace for the deployment.

General

Static Web Apps

Azure Errors | Error Atlas