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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
2
title: Troubleshoot common Azure deployment errors
3
-
description: Describes common errors for Azure resources deployed with Azure Resource Manager templates (ARM templates) or Bicep files.
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: 02/23/2022
6
+
ms.date: 03/17/2022
7
7
ms.custom: devx-track-azurepowershell
8
8
---
9
9
10
10
# Troubleshoot common Azure deployment errors
11
11
12
12
This article describes common Azure deployment errors, and provides information about solutions. Azure resources can be deployed with Azure Resource Manager templates (ARM templates) or Bicep files. If you can't find the error code for your deployment error, see [Find error code](find-error-code.md).
13
13
14
-
If your error code isn't listed, submit a GitHub issue. On the right side of the page, select **Feedback**. At the bottom of the page, under **Feedback** select **This page**.
14
+
If your error code isn't listed, submit a GitHub issue. On the right side of the page, select **Feedback**. At the bottom of the page, under **Feedback** select **This page**. Provide your documentation feedback but **don't include confidential information** because GitHub issues are public.
15
15
16
16
## Error codes
17
17
@@ -63,6 +63,7 @@ If your error code isn't listed, submit a GitHub issue. On the right side of the
63
63
| PrivateIPAddressInReservedRange | The specified IP address includes an address range required by Azure. Change IP address to avoid reserved range. | [Private IP addresses](../../virtual-network/ip-services/private-ip-addresses.md)
64
64
| PrivateIPAddressNotInSubnet | The specified IP address is outside of the subnet range. Change IP address to fall within subnet range. |[Private IP addresses](../../virtual-network/ip-services/private-ip-addresses.md)|
65
65
| 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/guide/azure-resource-manager/advanced-templates/update-resource)|
66
+
| PublicIPCountLimitReached | You've reached the limit for the number of running public IPs. Shut down unneeded resources or contact Azure support to request an increase. For example, in Azure Databricks, see [Unexpected cluster termination](/azure/databricks/kb/clusters/termination-reasons) and [IP address limit prevents cluster creation](/azure/databricks/kb/clusters/azure-ip-limit). |[Public IP address limits](../management/azure-subscription-service-limits.md#publicip-address)|
66
67
| RegionDoesNotAllowProvisioning | Select a different region or submit a quota support request for **Region access**. ||
67
68
| RequestDisallowedByPolicy | Your subscription includes a resource policy that prevents an action you're trying to do during deployment. Find the policy that blocks the action. If possible, change your deployment to meet the limitations from the policy. |[Resolve policies](error-policy-requestdisallowedbypolicy.md)|
68
69
| ReservedResourceName | Provide a resource name that doesn't include a reserved name. |[Reserved resource names](error-reserved-resource-name.md)|
@@ -82,6 +83,6 @@ If your error code isn't listed, submit a GitHub issue. On the right side of the
0 commit comments