Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 3.73 KB

create-support-request-quota-increase.md

File metadata and controls

67 lines (41 loc) · 3.73 KB
title description author ms.author ms.service ms.topic ms.date
How to request quota increase for Azure Cosmos DB resources
Learn how to request a quota increase for Azure Cosmos DB resources. You will also learn how to enable a subscription to access a region.
SnehaGunda
sngun
cosmos-db
how-to
07/17/2020

How to request quota increase for Azure Cosmos DB resources

The resources in Azure Cosmos DB 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 Cosmos DB team to request a quota increase. This article explains how to request a quota increase for Azure Cosmos DB resources. You will also learn how to enable a subscription to access a region.

Create a new support request

To request a quota increase, you must create a new support request with your workload details. The Azure Cosmos DB team will then evaluate your request and approve it. Use the following steps to create a new support request from the Azure portal:

  1. Sign into the Azure portal.

  2. From the left-hand menu, select Help + support and then select New support request.

  3. In the Basics tab fill the following details:

    • For Issue type, select Service and subscription limits (quotas)
    • For Subscription, select the subscription for which you want to increase the quota.
    • For Quota type, select Cosmos DB

    :::image type="content" source="./media/create-support-request-quota-increase/create-quota-increase-request.png" alt-text="Create a new Cosmos DB support request for quota increase":::

  4. In the 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.

  5. Fill the following details in this form:

    • Description: Provide a short description of your request such as your workload, why the default values aren’t sufficient. Based on the resource type for which you want quota increase, it’s mandatory for you to provide the following details within the Description field:

      Regions requests If your request corresponds to adding a region to the allowed list, make sure to provide the following values:

      • Region name
      • Subscription ID

      Throughput limit requests If your request corresponds to increasing the quota for the throughput, make sure to provide the following values:

      • Database name
      • Subscription ID
      • New throughput limit

      Database account limit requests If your request corresponds to increasing the quota for the number of database accounts in a subscription, make sure to provide the following values:

      • Subscription ID
      • New database account limit
    • 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 article.

    • Severity: Choose one of the available severity levels based on the business impact.

    • Preferred contact method: You can either choose to be contacted over Email or by Phone.

  6. Fill out the remaining details such as your availability, support language, contact information, email, and phone number on the form.

  7. Select Next: Review+Create. Validate the information provided and select Create to create a support request.

Within 24 hours, the Azure Cosmos DB support team will evaluate your request and get back to you.

Next steps