You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/troubleshooting/common-deployment-errors.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Troubleshoot common Azure deployment errors
3
3
description: Describes common deployment errors for Azure resources that are deployed with Azure Resource Manager templates (ARM templates) or Bicep files.
4
4
tags: top-support-issue
5
5
ms.topic: troubleshooting
6
-
ms.date: 03/17/2022
6
+
ms.date: 05/16/2022
7
7
ms.custom: devx-track-azurepowershell
8
8
---
9
9
@@ -33,6 +33,7 @@ If your error code isn't listed, submit a GitHub issue. On the right side of the
33
33
| DeploymentJobSizeExceeded | Simplify your template to reduce size. |[Resolve template size errors](error-job-size-exceeded.md)|
34
34
| DnsRecordInUse | The DNS record name must be unique. Enter a different name. ||
35
35
| ImageNotFound | Check VM image settings. ||
36
+
| InaccessibleImage | Azure Container Instance deployment fails. You might need to include the image's tag with the syntax `registry/image:tag` to deploy the container. For a private registry, verify your credentials are correct. |[Find error code](find-error-code.md)|
36
37
| InternalServerError | Caused by a temporary problem. Retry the deployment. ||
37
38
| InUseSubnetCannotBeDeleted | This error can occur when you try to update a resource, if the request process deletes and creates the resource. Make sure to specify all unchanged values. |[Update resource](/azure/architecture/guide/azure-resource-manager/advanced-templates/update-resource)|
38
39
| InvalidAuthenticationTokenTenant | Get access token for the appropriate tenant. You can only get the token from the tenant that your account belongs to. ||
@@ -77,7 +78,7 @@ If your error code isn't listed, submit a GitHub issue. On the right side of the
77
78
| SubnetsNotInSameVnet | A virtual machine can only have one virtual network. When deploying several NICs, make sure they belong to the same virtual network. |[Windows VM multiple NICs](../../virtual-machines/windows/multiple-nics.md) <br><br> [Linux VM multiple NICs](../../virtual-machines/linux/multiple-nics.md)|
78
79
| SubnetIsFull | There aren't enough available addresses in the subnet to deploy resources. You can release addresses from the subnet, use a different subnet, or create a new subnet. |[Manage subnets](../../virtual-network/virtual-network-manage-subnet.md) and [Virtual network FAQ](../../virtual-network/virtual-networks-faq.md#are-there-any-restrictions-on-using-ip-addresses-within-these-subnets) <br><br> [Private IP addresses](../../virtual-network/ip-services/private-ip-addresses.md)|
79
80
| SubscriptionNotFound | A specified subscription for deployment can't be accessed. It could be the subscription ID is wrong, the user deploying the template doesn't have adequate permissions to deploy to the subscription, or the subscription ID is in the wrong format. When using ARM template nested deployments to deploy across scopes, provide the subscription's GUID. |[ARM template deploy across scopes](../templates/deploy-to-resource-group.md) <br><br> [Bicep file deploy across scopes](../bicep/deploy-to-resource-group.md)|
80
-
| SubscriptionNotRegistered | When deploying a resource, the resource provider must be registered for your subscription. When you use an Azure Resource Manager template for deployment, the resource provider is automatically registered in the subscription. Sometimes, the automatic registration doesn't complete in time. To avoid this intermittent error, register the resource provider before deployment. |[Resolve registration](error-register-resource-provider.md)|
81
+
| SubscriptionNotRegistered | When a resource is deployed, the resource provider must be registered for your subscription. When you use an Azure Resource Manager template for deployment, the resource provider is automatically registered in the subscription. Sometimes, the automatic registration doesn't complete in time. To avoid this intermittent error, register the resource provider before deployment. |[Resolve registration](error-register-resource-provider.md)|
| TooManyTargetResourceGroups | Reduce number of resource groups for a single deployment. |[ARM template deploy across scopes](../templates/deploy-to-resource-group.md) <br><br> [Bicep file deploy across scopes](../bicep/deploy-to-resource-group.md)|
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/troubleshooting/find-error-code.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Find error codes
3
3
description: Describes how to find error codes to troubleshoot Azure resources deployed with Azure Resource Manager templates (ARM templates) or Bicep files.
4
4
tags: top-support-issue
5
5
ms.topic: troubleshooting
6
-
ms.date: 11/04/2021
6
+
ms.date: 05/16/2022
7
7
ms.custom: devx-track-azurepowershell
8
8
---
9
9
10
10
# Find error codes
11
11
12
-
When an Azure resource deployment fails using Azure Resource Manager templates (ARM templates) or Bicep files, and error code is received. This article describes how to find error codes so you can troubleshoot the problem. For more information about error codes, see [common deployment errors](common-deployment-errors.md).
12
+
When an Azure resource deployment fails using Azure Resource Manager templates (ARM templates) or Bicep files, an error code is received. This article describes how to find error codes so you can troubleshoot the problem. For more information about error codes, see [common deployment errors](common-deployment-errors.md).
0 commit comments