Skip to content

Commit c7198f7

Browse files
authored
Merge pull request #185049 from davidsmatlak/ds-tsdocs-0113
Updates troubleshooting doc
2 parents 6da0f02 + e18dae3 commit c7198f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot common Azure deployment errors
33
description: Describes common errors for Azure resources deployed with Azure Resource Manager templates (ARM templates) or Bicep files.
44
tags: top-support-issue
55
ms.topic: troubleshooting
6-
ms.date: 01/10/2022
6+
ms.date: 01/13/2022
77
ms.custom: devx-track-azurepowershell
88
---
99

@@ -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+
| RegionDoesNotAllowProvisioning | Select a different region or submit a quota support request for **Region access**. | |
6667
| 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) |
6768
| ReservedResourceName | Provide a resource name that doesn't include a reserved name. | [Reserved resource names](error-reserved-resource-name.md) |
6869
| ResourceGroupBeingDeleted | Wait for deletion to complete. | |

0 commit comments

Comments
 (0)