Skip to content

Commit 9578a60

Browse files
authored
Merge pull request #192043 from davidsmatlak/ds-ghi-89921
Adds error code to common deployment errors doc
2 parents 1a50d21 + a8d57d4 commit 9578a60

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/azure-resource-manager/troubleshooting/common-deployment-errors.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
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.
44
tags: top-support-issue
55
ms.topic: troubleshooting
6-
ms.date: 02/23/2022
6+
ms.date: 03/17/2022
77
ms.custom: devx-track-azurepowershell
88
---
99

1010
# Troubleshoot common Azure deployment errors
1111

1212
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).
1313

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.
1515

1616
## Error codes
1717

@@ -63,6 +63,7 @@ If your error code isn't listed, submit a GitHub issue. On the right side of the
6363
| 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)
6464
| 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) |
6565
| 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) |
6667
| RegionDoesNotAllowProvisioning | Select a different region or submit a quota support request for **Region access**. | |
6768
| 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) |
6869
| 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
8283

8384
## Next steps
8485

85-
- [Find error codes](find-error-code.md)
86-
- [Enable debug logging](enable-debug-logging.md)
87-
- [Create troubleshooting template](create-troubleshooting-template.md)
86+
- For information about validation or deployment errors, see [Find error codes](find-error-code.md).
87+
- To get more details to troubleshoot a deployment, see [Enable debug logging](enable-debug-logging.md).
88+
- To isolate the cause of a deployment error, see [Create a troubleshooting template](create-troubleshooting-template.md).

0 commit comments

Comments
 (0)