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/resource-manager-common-deployment-errors.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ author: tfitzmac
6
6
keywords: deployment error, azure deployment, deploy to azure
7
7
ms.service: azure-resource-manager
8
8
ms.topic: troubleshooting
9
-
ms.date: 07/28/2019
9
+
ms.date: 08/30/2019
10
10
ms.author: tomfitz
11
11
12
12
---
13
13
# Troubleshoot common Azure deployment errors with Azure Resource Manager
14
14
15
15
This article describes some common Azure deployment errors, and provides information to resolve the errors. If you can't find the error code for your deployment error, see [Find error code](#find-error-code).
16
16
17
-
If you are looking for information about an error code and that information is not provided in this article, let us know. At the bottom of this page, you can leave feedback. The feedback is tracked with GitHub Issues.
17
+
If you're looking for information about an error code and that information isn't provided in this article, let us know. At the bottom of this page, you can leave feedback. The feedback is tracked with GitHub Issues.
@@ -36,7 +36,7 @@ If you are looking for information about an error code and that information is n
36
36
| ImageNotFound | Check VM image settings. ||
37
37
| InUseSubnetCannotBeDeleted | You might get this error when trying to update a resource, and the request is processed by deleting and creating the resource. Make sure to specify all unchanged values. |[Update resource](/azure/architecture/building-blocks/extending-templates/update-resource)|
38
38
| InvalidAuthenticationTokenTenant | Get access token for the appropriate tenant. You can only get the token from the tenant that your account belongs to. ||
39
-
| InvalidContentLink | You have most likely attempted to link to a nested template that isn't available. Double check the URI you provided for the nested template. If the template exists in a storage account, make sure the URI is accessible. You might need to pass a SAS token. |[Linked templates](resource-group-linked-templates.md)|
39
+
| InvalidContentLink | You've most likely attempted to link to a nested template that isn't available. Double check the URI you provided for the nested template. If the template exists in a storage account, make sure the URI is accessible. You might need to pass a SAS token. Currently, you can't link to a template that is in a storage account behind an [Azure Storage firewall](../storage/common/storage-network-security.md). Consider moving your template to another repository, like GitHub. |[Linked templates](resource-group-linked-templates.md)|
40
40
| InvalidParameter | One of the values you provided for a resource doesn't match the expected value. This error can result from many different conditions. For example, a password may be insufficient, or a blob name may be incorrect. The error message should indicate which value needs to be corrected. ||
41
41
| InvalidRequestContent | The deployment values either include values that aren't recognized, or required values are missing. Confirm the values for your resource type. |[Template reference](/azure/templates/)|
42
42
| InvalidRequestFormat | Enable debug logging when running the deployment, and verify the contents of the request. |[Debug logging](#enable-debug-logging)|
@@ -59,8 +59,8 @@ If you are looking for information about an error code and that information is n
59
59
| PasswordTooLong | You might have selected a password with too many characters, or converted your password value to a secure string before passing it as a parameter. If the template includes a **secure string** parameter, you don't need to convert the value to a secure string. Provide the password value as text. ||
60
60
| PrivateIPAddressInReservedRange | The specified IP address includes an address range required by Azure. Change IP address to avoid reserved range. |[IP addresses](../virtual-network/virtual-network-ip-addresses-overview-arm.md)|
61
61
| PrivateIPAddressNotInSubnet | The specified IP address is outside of the subnet range. Change IP address to fall within subnet range. |[IP addresses](../virtual-network/virtual-network-ip-addresses-overview-arm.md)|
62
-
| PropertyChangeNotAllowed | Some properties cannot be changed on a deployed resource. When updating a resource, limit your changes to permitted properties. |[Update resource](/azure/architecture/building-blocks/extending-templates/update-resource)|
63
-
| RequestDisallowedByPolicy | Your subscription includes a resource policy that prevents an action you are trying to perform during deployment. Find the policy that blocks the action. If possible, change your deployment to meet the limitations from the policy. |[Resolve policies](resource-manager-policy-requestdisallowedbypolicy-error.md)|
62
+
| PropertyChangeNotAllowed | Some properties can't be changed on a deployed resource. When updating a resource, limit your changes to permitted properties. |[Update resource](/azure/architecture/building-blocks/extending-templates/update-resource)|
63
+
| RequestDisallowedByPolicy | Your subscription includes a resource policy that prevents an action you're trying to perform during deployment. Find the policy that blocks the action. If possible, change your deployment to meet the limitations from the policy. |[Resolve policies](resource-manager-policy-requestdisallowedbypolicy-error.md)|
64
64
| ReservedResourceName | Provide a resource name that doesn't include a reserved name. |[Reserved resource names](resource-manager-reserved-resource-name.md)|
65
65
| ResourceGroupBeingDeleted | Wait for deletion to complete. ||
66
66
| ResourceGroupNotFound | Check the name of the target resource group for the deployment. The target resource group must already exist in your subscription. Check your subscription context. |[Azure CLI](/cli/azure/account?#az-account-set)[PowerShell](/powershell/module/Az.Accounts/Set-AzContext)|
0 commit comments