Skip to content

Commit 8581f37

Browse files
Merge pull request #6 from markingmyname/267726
[MySQL] Update Karla PR
2 parents 594d398 + 6af9cd3 commit 8581f37

File tree

3 files changed

+57
-81
lines changed

3 files changed

+57
-81
lines changed
Lines changed: 27 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,58 @@
11
---
2-
# Required metadata
3-
# For more information, see https://review.learn.microsoft.com/en-us/help/platform/learn-editor-add-metadata?branch=main
4-
# For valid values of ms.service, ms.prod, and ms.topic, see https://review.learn.microsoft.com/en-us/help/platform/metadata-taxonomies?branch=main
5-
62
title: Request quota increases for Azure Database for MySQL
7-
description: Request quota increases for Azure Database for MySQL
8-
author: karla-escobar # GitHub alias
9-
ms.author: karlaescobar # Microsoft alias
3+
description: Request quota increases for Azure Database for MySQL - Flexible Server resources.
4+
author: karla-escobar # GitHub alias
5+
ms.author: karlaescobar # Microsoft alias
6+
ms.reviewer: maghan
7+
ms.date: 02/29/2024
108
ms.service: mysql
11-
ms.topic: troubleshooting
12-
ms.date: 02/29/2024
139
ms.subservice: flexible-server
10+
ms.topic: troubleshooting
1411
---
1512

1613
# Request quota increases for Azure Database for MySQL - Flexible Server
1714

18-
The resources in Azure Database for MySQL - Flexible Server have default quotas/limits. However, there may be a case where your workload needs more quota than the default value. In such case, you must reach out to the Azure Database for MySQL - Flexible Server team to request a quota increase. This article explains how to request a quota increase for Azure Database for MySQL - Flexible Server resources.
15+
The resources in Azure Database for MySQL - Flexible Server have default quotas/limits. However, there might be a case where your workload needs more quota than the default value. In such case, you must reach out to the Azure Database for MySQL - Flexible Server team to request a quota increase. This article explains how to request a quota increase for Azure Database for MySQL - Flexible Server resources.
1916

2017
## Create a new support request
2118

22-
To request a quota increase, you must create a new support request with your workload details. The Azure Database for PostgreSQL flexible server team then processes your request and approves or denies it. Use the following steps to create a new support request from the Azure portal:
19+
To request a quota increase, you must create a new support request with your workload details. The Azure Database for MySQL flexible server team then processes your request and approves or denies it. Use the following steps to create a new support request from the Azure portal:
2320

2421
1. Sign into the Azure portal.
2522

26-
2. From the left-hand menu, select **Help + support** and then select **Create a support request**.
27-
28-
3. In the **Problem Description** tab, fill the following details:
23+
1. From the left-hand menu, select **Help + support** and then select **Create a support request**.
2924

30-
* For **Summary**, Provide a short description of your request such as your workload, why the default values aren’t sufficient along with any error messages you're observing.
31-
* For **Issue type**, select **Service and subscription limits (quotas)**
32-
* For **Subscription**, select the subscription for which you want to increase the quota.
33-
* For **Quota type**, select **Azure Database for PostgreSQL Flexible Server**
25+
1. In the **Problem Description** tab, fill the following details:
3426

35-
:::image type="content" source="./media/how-to-create-support-request-quota-increase/create-quota-increase-request.png" alt-text="Create a new Azure Database for PostgreSQL flexible server request for quota increase.":::
27+
- For **Summary**, Provide a short description of your request such as your workload, why the default values aren't sufficient along with any error messages you're observing.
28+
- For **Issue type**, select **Service and subscription limits (quotas)**
29+
- For **Subscription**, select the subscription for which you want to increase the quota.
30+
- For **Quota type**, select **Azure Database for MySQL Flexible Server**
3631

37-
4. In the **Additional Details** tab, enter the details corresponding to your quota request. The Information provided on this tab will be used to further assess your issue and help the support engineer troubleshoot the problem.
32+
:::image type="content" source="./media/how-to-create-support-request-quota-increase/create-quota-increase-request.png" alt-text="Screenshot of creating a new Azure Database for MySQL flexible server request for quota increase.":::
3833

39-
40-
5. Fill the following details in this form:
34+
1. In the **Additional Details** tab, enter the details corresponding to your quota request. The Information provided on this tab is used to further assess your issue and help the support engineer troubleshoot the problem.
35+
1. Fill the following details in this form:
4136

42-
* In **Request details** click **Enter details** and select the relevant **Quota Type**
37+
- In **Request details** select **Enter details** and select the relevant **Quota Type**
4338

4439
provide the requested information for your specific quota request like Location, Series, New Quota.
4540

46-
* **File upload**: Upload the diagnostic files or any other files that you think are relevant to the support request. To learn more on the file upload guidance, see the [Azure support](../../azure-portal/supportability/how-to-manage-azure-support-request.md#upload-files) article.
41+
- **File upload**: Upload the diagnostic files or any other files that you think are relevant to the support request. To learn more on the file upload guidance, see the [Azure support](../../azure-portal/supportability/how-to-manage-azure-support-request.md#upload-files) article.
4742

48-
* **Allow collection of advanced ​diagnostic information?​**: Choose Yes or NO
43+
- **Allow collection of advanced ​diagnostic information?​**: Choose Yes or NO
4944

50-
* **Severity**: Choose one of the available severity levels based on the business impact.
45+
- **Severity**: Choose one of the available severity levels based on the business impact.
5146

52-
* **Preferred contact method**: You can either choose to be contacted over **Email** or by **Phone**.
47+
- **Preferred contact method**: You can either choose to be contacted over **Email** or by **Phone**.
5348

54-
6. Fill out the remaining details such as your availability, support language, contact information, email, and phone number on the form.
49+
1. Fill out the remaining details such as your availability, support language, contact information, email, and phone number on the form.
5550

56-
7. Select **Next: Review+Create**. Validate the information provided and select **Create** to create a support request.
51+
1. Select **Next: Review+Create**. Validate the information provided and select **Create** to create a support request.
5752

5853
The Azure Database for MySQL - Flexible Server support team processes all quota requests in 24-48 hours.
5954

55+
## Related content
6056

61-
62-
63-
## Next steps
64-
65-
- Learn how to [create an Azure Database for MySQL - Flexible Server instance in the portal](/azure/mysql/flexible-server/quickstart-create-server-portal).
66-
- Learn about [service limitations](/azure/mysql/flexible-server/concepts-limitations).
57+
- [create an Azure Database for MySQL - Flexible Server instance in the portal](/azure/mysql/flexible-server/quickstart-create-server-portal)
58+
- [service limitations](/azure/mysql/flexible-server/concepts-limitations)
Lines changed: 30 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
---
2-
# Required metadata
3-
# For more information, see https://review.learn.microsoft.com/en-us/help/platform/learn-editor-add-metadata?branch=main
4-
# For valid values of ms.service, ms.prod, and ms.topic, see https://review.learn.microsoft.com/en-us/help/platform/metadata-taxonomies?branch=main
5-
62
title: Resolve capacity errors for Azure Database for MySQL - Flexible Server
73
description: The article describes how you can resolve capacity errors when deploying or scaling Azure Database for MySQL - Flexible Server.
8-
author: karla-escobar # GitHub alias
9-
ms.author: karlaescobar # Microsoft alias
4+
author: karla-escobar
5+
ms.author: karlaescobar
6+
ms.reviewer: maghan
7+
ms.date: 02/29/2024
108
ms.service: mysql
11-
ms.topic: troubleshooting
12-
ms.date: 02/29/2024
139
ms.subservice: flexible-server
10+
ms.topic: troubleshooting
1411
---
1512

1613
# Resolve capacity errors for Azure Database for MySQL - Flexible Server
1714

1815
The article describes how you can resolve capacity errors when deploying or scaling Azure Database for MySQL - Flexible Server.
1916

20-
## Exceeded quota
17+
## Exceeded quota
2118

2219
If you encounter any of the following errors when attempting to deploy your Azure MySQL - Flexible Server resource, submit a request to increase your quota.
2320

24-
- `Operation could not be completed as it results in exceeding approved {0} Cores quota. Additional details - Current Limit: {1}, Current Usage: {2}, Additional Required: {3}, (Minimum) New Limit Required: {4}.Submit a request for Quota increase by specifying parameters listed in the Details section for deployment to succeed.`
21+
- `Operation could not be completed as it results in exceeding approved {0} Cores quota. Additional details - Current Limit: {1}, Current Usage: {2}, Additional Required: {3}, (Minimum) New Limit Required: {4}.Submit a request for Quota increase by specifying parameters listed in the 'Details' section for deployment to succeed.`
2522

2623
## Subscription access
2724

28-
Your subscription may not have access to create a server in the selected region if your subscription isn't registered with the MySQL resource provider (RP).
25+
Your subscription might not have access to create a server in the selected region if your subscription isn't registered with the MySQL resource provider (RP).
2926

3027
If you see any of the following errors, [Register your subscription with the MySQL RP](#register-with-mysql-rp) to resolve it.
3128

@@ -35,38 +32,37 @@ If you see any of the following errors, [Register your subscription with the MyS
3532

3633
- `Location 'region name' is not accepting creation of new Azure Database for MySQL - Flexible servers for the subscription 'subscription id' at this time`
3734

38-
## Enable region
35+
## Enable region
3936

40-
Your subscription may not have access to create a server in the selected region. To resolve this issue, [file a support request to access a region](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
37+
Your subscription might not have access to create a server in the selected region. To resolve this issue, [file a support request to access a region](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
4138

42-
If you see the following errors, file a support ticket to enable the specific region:
39+
If you see the following errors, file a support ticket to enable the specific region:
4340
- `Subscription 'Subscription name' is not allowed to provision in 'region name`
4441
- `Subscriptions are restricted from provisioning in this region. Please choose a different region. For exceptions to this rule please open a support request with the Issue type of 'Service and subscription limits.`
4542

46-
## Availability Zone
43+
## Availability Zone
4744

48-
If you receive the following errors, select a different availability zone.
45+
If you receive the following errors, select a different availability zone.
4946

5047
- `Availability zone '{ID}' is not available for subscription '{Sub ID}' in this region temporarily due to capacity constraints.`
5148
- `Multi-Zone HA is not supported in this region. Please choose a different region. For exceptions to this rule please open a support request with the Issue type of 'Service and subscription limits'.`
5249

53-
## SKU Not Available
50+
## SKU Not Available
5451

55-
If you encounter the following error, select a different SKU type. Availability of SKU may differ across regions, either the specific SKU isn't supported in the region or temporarily unavailable.
52+
If you encounter the following error, select a different SKU type. Availability of SKU might differ across regions, either the specific SKU isn't supported in the region or temporarily unavailable.
5653

5754
`Specified SKU is not supported in this region. Please choose a different SKU.`
5855

5956
## Register with MySQL RP
6057

61-
To deploy Azure Database for MySQL - Flexible Server resources, register your subscription with the MySQL resource provider (RP).
58+
To deploy Azure Database for MySQL - Flexible Server resources, register your subscription with the MySQL resource provider (RP).
6259

63-
You can register your subscription using the Azure portal, [the Azure CLI](/cli/azure/install-azure-cli), or [Azure PowerShell](/powershell/azure/install-azure-powershell?view=azps-11.3.0).
60+
You can register your subscription using the Azure portal, [the Azure CLI](/cli/azure/install-azure-cli), or [Azure PowerShell](/powershell/azure/install-azure-powershell?view=azps-11.3.0).
6461

65-
# [Azure portal](#tab/portal)
62+
#### [Azure portal](#tab/portal)
6663

67-
To register your subscription in the Azure portal, follow these steps:
64+
To register your subscription in the Azure portal, follow these steps:
6865

69-
7066
1. In Azure portal, select **More services.**
7167

7268
1. Go to **Subscriptions** and select your subscription.
@@ -76,53 +72,41 @@ To register your subscription in the Azure portal, follow these steps:
7672
1. Enter **MySQL** in the filter to bring up the MySQL related extensions.
7773

7874
1. Select **Register**, **Re-register**, or **Unregister** for the **Microsoft.DBforMySQL** provider, depending on your desired action.
75+
:::image type="content" source="media/resolve-capacity-errors-mysql-flex/resource-provider-screen.png" alt-text="Screenshot of register mysql resource provider screen." lightbox="media/resolve-capacity-errors-mysql-flex/resource-provider-screen.png":::
7976

80-
81-
82-
![register-mysql-resource-provider](media/resolve-capacity-errors-mysql-flex/screenshot-2024-02-29-at-1.00.33 pm.png)
83-
84-
85-
86-
87-
88-
# [Azure CLI](#tab/bash)
77+
#### [Azure CLI](#tab/azure-cli-b)
8978

9079
To register your subscription using [the Azure CLI](/cli/azure/install-azure-cli), run this cmdlet:
9180

9281
```azurecli-interactive
93-
# Register the MySQL resource provider to your subscription
94-
az provider register --namespace Microsoft.DBforMySQL
82+
# Register the MySQL resource provider to your subscription
83+
az provider register --namespace Microsoft.DBforMySQL
9584
```
9685

97-
# [Azure PowerShell](#tab/powershell)
86+
#### [Azure PowerShell](#tab/powershell)
9887

99-
To register your subscription using [Azure PowerShell](/powershell/azure/install-az-ps), run this cmdlet:
88+
To register your subscription using [Azure PowerShell](/powershell/azure/install-az-ps), run this cmdlet:
10089

10190
```powershell-interactive
10291
# Register the MySQL resource provider to your subscription
10392
Register-AzResourceProvider -ProviderNamespace Microsoft.DBforMySQL
104-
10593
```
10694

10795
---
10896

10997
## Other provisioning issues
11098

111-
If you're still experiencing provisioning issues, open a **Region** access request under the support topic of Azure Database for MySQL - Flexible Server and specify the vCores you want to utilize.
99+
If you're still experiencing provisioning issues, open a **Region** access request under the support topic of Azure Database for MySQL - Flexible Server and specify the vCores you want to utilize.
112100

113-
## Azure Program regions
101+
## Azure Program regions
114102

115103
Azure Program offerings (Azure Pass, Imagine, Azure for Students, MPN, BizSpark, BizSpark Plus, Microsoft for Startups / Sponsorship Offers, Microsoft Developer Network(MSDN) / Visual Studio Subscriptions) have access to a limited set of regions.
116104

117-
If your subscription is part of above offerings and you require access to any of the listed regions, submit an access request. Alternatively, you may opt for an alternate region:
105+
If your subscription is part of above offerings and you require access to any of the listed regions, submit an access request. Alternatively, you might opt for an alternate region:
118106

119107
`Australia Central, Australia Central 2, Australia SouthEast, Brazil SouthEast, Canada East, China East, China North, China North 2, France South, Germany North, Japan West, Jio India Central, Jio India West, Korea South, Norway West, South Africa West, South India, Switzerland West, UAE Central, UK West, US DoD Central, US DoD East, US Gov Arizona, US Gov Texas, West Central US, West India.`
120108

121-
122109
## Related content
123110

124-
Once you submit your request, it undergoes review. You then receive a response based on the information provided in the form.
125-
126-
For more information about other Azure limits, see [Azure subscription and service limits, quotas, and constraints](/azure/azure-resource-manager/management/azure-subscription-service-limits).
127-
128-
[Increase quotas](/azure/mysql/flexible-server/how-to-request-quota-increase)
111+
- [Azure subscription and service limits, quotas, and constraints](/azure/azure-resource-manager/management/azure-subscription-service-limits)
112+
- [Increase quotas](/azure/mysql/flexible-server/how-to-request-quota-increase)

0 commit comments

Comments
 (0)