Skip to content

Commit 61abb1f

Browse files
authored
Merge pull request #105097 from rothja/sqldwquotaincrease
Improving SQL DW support article for quotas
2 parents 71cc3db + 36548bd commit 61abb1f

10 files changed

+77
-25
lines changed
61.9 KB
Loading
16.3 KB
Loading
28.3 KB
Loading
28.6 KB
Loading
25.7 KB
Loading
Loading
Loading
31 KB
Loading
Loading
Lines changed: 77 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,106 @@
11
---
2-
title: How to create a support ticket
3-
description: How to create a support ticket in Azure Synapse Analytics.
2+
title: Request quota increases and get support
3+
description: How to create a support request in the Azure portal for Azure Synapse Analytics. Request quota increases or get problem resolution support.
44
services: sql-data-warehouse
5-
author: kevinvngo
6-
manager: craigg
75
ms.service: sql-data-warehouse
86
ms.topic: conceptual
97
ms.subservice: manage
10-
ms.date: 04/17/2018
8+
ms.date: 03/10/2020
9+
author: kevinvngo
1110
ms.author: kevin
1211
ms.reviewer: igorstan
1312
ms.custom: seo-lt-2019, azure-synapse
1413
---
1514

16-
# How to create a support ticket for Azure Synapse Analytics
17-
If you're having any issues with Azure Synapse Analytics, create a support ticket so the engineering support team can assist you.
15+
# Request quota increases and get support for Azure Synapse Analytics
16+
17+
This article describes how to submit a support ticket in the Azure portal for Azure Synapse Analytics. This process enables you to request a quota increase or to submit a technical support request for the engineering support team.
1818

1919
## Create a support ticket
20-
1. Open the [Azure portal](https://portal.azure.com/).
21-
1. On the Home screen, click the **Help + support** tab.
22-
23-
![Help + support](./media/sql-data-warehouse-get-started-create-support-ticket/main-page.png)
20+
21+
Use the following steps to create a new support request from the Azure portal for Azure Synapse Analytics.
22+
23+
1. On the [Azure portal](https://portal.azure.com) menu, select **Help + support**.
24+
25+
![The Help + support link](./media/sql-data-warehouse-get-started-create-support-ticket/help-plus-support.png)
26+
27+
28+
1. In **Help + support**, select **New support request**.
29+
30+
![Create a new support request](./media/sql-data-warehouse-get-started-create-support-ticket/new-support-request.png)
2431

2532
1. Review your [Azure support plan](https://azure.microsoft.com/support/plans/?WT.mc_id=Support_Plan_510979/).
26-
33+
2734
* **Billing, quota, and subscription management** support are available at all support levels.
2835
* **Break-fix** support is provided through [Developer](https://azure.microsoft.com/support/plans/developer/), [Standard](https://azure.microsoft.com/support/plans/standard/), [Professional Direct](https://azure.microsoft.com/support/plans/prodirect/), or [Premier](https://azure.microsoft.com/support/plans/premier/) support. Break-fix issues are problems experienced by customers while using Azure where there is a reasonable expectation that Microsoft caused the problem.
29-
* **Developer mentoring** and **advisory services** are available at the [Professional Direct](https://azure.microsoft.com/support/plans/prodirect/) and [Premier](https://azure.microsoft.com/support/plans/premier/) support levels.
30-
31-
If you have a Premier support plan, you can also report SQL Data Warehouse related issues on the [Microsoft Premier online portal](https://premier.microsoft.com/). See [Azure support plans](https://azure.microsoft.com/support/plans/?WT.mc_id=Support_Plan_510979/) to learn more about the various support plans, including scope, response times, pricing, etc. For frequently asked questions about Azure support, see [Azure support FAQs](https://azure.microsoft.com/support/faq/).
32-
1. On the **Help + Support** page, select **New support request**. Select an issue type from the drop down menu. Then continue to fill out the information in the **Basics** tab. Enter a **Summary** of your problem and then select a **Problem type** from the menu and select save.
36+
* **Developer mentoring** and **advisory services** are available at the [Professional Direct](https://azure.microsoft.com/support/plans/prodirect/) and [Premier](https://azure.microsoft.com/support/plans/premier/) support levels.
3337

34-
![Help + support](./media/sql-data-warehouse-get-started-create-support-ticket/issue-type.png)
38+
If you have a Premier support plan, you can also report Azure Synapse Analytics issues on the [Microsoft Premier online portal](https://premier.microsoft.com/). See [Azure support plans](https://azure.microsoft.com/support/plans/?WT.mc_id=Support_Plan_510979/) to learn more about the various support plans, including scope, response times, pricing, etc. For frequently asked questions about Azure support, see [Azure support FAQs](https://azure.microsoft.com/support/faq/).
39+
40+
1. For **Issue type**, select the appropriate issue type. For break-fix problems, select **Technical**. For quota increase requests, select **Service and subscription limits (quotas)**.
41+
42+
![Select an issue type](./media/sql-data-warehouse-get-started-create-support-ticket/select-quota-issue-type.png)
3543

3644
> [!NOTE]
37-
> By default, each SQL server (for example, myserver.database.windows.net) has a **DTU Quota** of 45,000. This quota is simply a safety limit. You can increase your quota by creating a support ticket and selecting *Quota* as the request type. To calculate your DTU needs, multiply 7.5 by the total [DWU](sql-data-warehouse-overview-what-is.md) needed. For example, you would like to host two DW6000s on one SQL server, then you should request a DTU quota of 90,000. You can view your current DTU consumption from the SQL server blade in the portal. Both paused and unpaused databases count toward the DTU quota.
38-
>
45+
> This remainder of this article focusses on quota-increase requests. But you can also select **Technical** here for problem-resolution support requests. If you select **Technical**, you are asked to provide a summary and then identify a problem type by selecting **Select problem type**. You may see solutions to help resolve your issue. If the solutions presented do not resolve your issue, select **Next:Details** and complete the form to submit the support ticket.
46+
47+
1. For quota increase requests, select **Azure Synapse Analytics** for the **Quota type**. Then select **Next: Solutions >>**.
48+
49+
![Select a quota type](./media/sql-data-warehouse-get-started-create-support-ticket/select-quota-type.png)
50+
51+
1. In the **Details** window, select **Provide details** to enter additional information.
52+
53+
![The "Provide details" link](./media/sql-data-warehouse-get-started-create-support-ticket/provide-details-link.png)
54+
55+
## Quota request types
56+
57+
Clicking **Provide details** displays the **Quota details** window that allows you to add additional information. The following sections describe the different quota requests available for Azure Synapse Analytics.
58+
59+
### Data Warehouse Units (DWUs) per server
3960

40-
1. You may see solutions to help resolve your issue. If the solutions presented do not resolve your issue, select **Next:Details**. Submit the details of your issue and your contact information. Select **Next:Review + create**
41-
![Details](./media/sql-data-warehouse-get-started-create-support-ticket/details.png)
61+
Use the following steps to request an increase in the DWUs per server.
4262

43-
44-
1. Review your information and select **Create** at the bottom of the form to submit the support request.
63+
1. Select the **Data Warehouse Units (DTUs) per server** quota type.
64+
65+
1. In the **Resource** list, select the resource to target.
66+
67+
1. In the **Request quota** field, enter the new DWU limit that you are requesting.
68+
69+
![DWU quota details](./media/sql-data-warehouse-get-started-create-support-ticket/quota-details-dwus.png)
70+
71+
### Servers per subscription
72+
73+
Use the following steps to request an increase in the number of servers per subscription.
74+
75+
1. Select the **Servers per subscription** quota type.
76+
77+
1. In the **Location** list, select the Azure region to use. The quota is per subscription in each region.
78+
79+
1. In the **New quota** field, enter your request for the maximum number of servers in that region.
80+
81+
![Servers quota details](./media/sql-data-warehouse-get-started-create-support-ticket/quota-details-servers.png)
82+
83+
### Enable subscription access to a region
84+
85+
Some offer types are not available in every region. You may see an error such as the following:
86+
87+
`This location is not available for subscription`
88+
89+
If your subscription needs access in a particular region, please use the **Other quota request** option to request access. In your request, specify the offering and SKU details that you want to enable for the region. To explore the offering and SKU options, see [Azure Synapse Analytics pricing](https://azure.microsoft.com/pricing/details/synapse-analytics/).
90+
91+
![Other quota details](./media/sql-data-warehouse-get-started-create-support-ticket/quota-details-whitelisting.png)
92+
93+
## Submit your request
94+
95+
The final step is to fill in the remaining details of your SQL Database support request. Then select **Next: Review + create>>**, and after reviewing the request details, click **Create** to submit the request.
4596

4697
## Monitor a support ticket
98+
4799
After you've submitted the support request, the Azure support team will contact you. To check your request status and details, click **All support requests** on the dashboard.
48100

49101
![Check status](./media/sql-data-warehouse-get-started-create-support-ticket/monitor-ticket.png)
50102

51103
## Other resources
52-
You can also connect with the SQL Data Warehouse community on [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-sqldw/) or through the [Azure SQL Data Warehouse MSDN forum](https://social.msdn.microsoft.com/Forums/home?forum=AzureSQLDataWarehouse/).
53104

54-
105+
You can also connect with the Azure Synapse Analytics community on [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-synapse+or+azure-sql-data-warehouse) or through the [Azure SQL Data Warehouse MSDN forum](https://social.msdn.microsoft.com/Forums/home?forum=AzureSQLDataWarehouse/).
106+

0 commit comments

Comments
 (0)