Skip to content

Commit 640aec0

Browse files
committed
New troubleshooting article on region not accepting new customers
1 parent b61826f commit 640aec0

File tree

5 files changed

+51
-0
lines changed

5 files changed

+51
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Resolve region not aceepting new customers errors
3+
description: Learn how to resolve region not aceepting new customers errors.
4+
ms.topic: troubleshooting
5+
ms.date: 09/04/2024
6+
---
7+
8+
# Resolve region not aceepting new customers errors
9+
10+
This article provides information about the region not aceepting new customers error that might occur when you attempt to create new resources in an Azure region.
11+
12+
## Symptom
13+
14+
The following error message is returned when you attempt to create a new resource in an Azure region using an Azure Resource Manager (ARM) template, Azure CLI, or Azure PowerShell. Or, you might see this error in Azure portal when you select an Azure region in the region drop-down while attempting to create a new resource.
15+
16+
```Output
17+
The selected region is currently not accepting new customers: https://aka.ms/locationineligible
18+
```
19+
20+
## Cause
21+
22+
To prioritize resources for existing customers in an Azure region, Microsoft may restrict access for customers without resources in that location. If you attempt to create resources in a region where this policy applies and your tenant is new to the area, you receive this error message. This policy is currently in effect for the following region(s):
23+
24+
- West Europe
25+
26+
## Solution
27+
28+
If you receive this message, there are two possible solutions:
29+
30+
- **Select an alternative region:** Most users should select a different Azure region to deploy their resources into.
31+
- **Submit a remediation request:** If one or more subscriptions in your tenant have resources already deployed to the Azure region, or there's a clear business need for country-specific data sovereignty, then contact Microsoft support by using the following steps:
32+
33+
> [!NOTE]
34+
> Remember that a remediation request should only be submitted to Microsoft support if there is a clear requirement for deploying resources to the Azure region. Otherwise, please choose a different Azure region for your deployment.
35+
36+
1. Sign in to the [Azure portal](https://portal.azure.com/).
37+
1. Navigate to **Help + support** and select **Create a support request**.
38+
1. In **Describe your issue**, enter **region access**, and then select **Go**.
39+
40+
:::image type="content" source="./media/error-region-access-policy/azure-support-troubleshooting-service-and-subscription-limits.png" alt-text="Screenshot of opening Azure support ticket for service and subscription limits.":::
41+
42+
1. Select **Service and subscription limits (quotas)**, and then select **Next**.
43+
1. Select **Create a support request**.
44+
45+
:::image type="content" source="./media/error-region-access-policy/azure-support-troubleshooting-create-a-support-request.png" alt-text="Screenshot of creating a support request.":::
46+
47+
1. Select your **Subscription**, and in **Quota type**, select **Unable to access West Europe region**, and then select **Next**
48+
49+
:::image type="content" source="./media/error-region-access-policy/azure-support-troubleshooting-new-support-request.png" alt-text="Screenshot of new support request.":::
Loading
Loading
Loading

articles/azure-resource-manager/troubleshooting/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
href: error-invalid-name-segments.md
4949
- name: Resource quota exceeded
5050
href: error-resource-quota.md
51+
- name: Region not accepting new customers
52+
href: error-region-access-policy.md
5153
- name: SKU not available
5254
href: error-sku-not-available.md
5355
- name: Reference

0 commit comments

Comments
 (0)