Skip to content

Commit 7d4c544

Browse files
authored
Merge pull request #236736 from Blackmist/quota-update
Quota update
2 parents c2f4fe5 + ee9181d commit 7d4c544

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Along with managing quotas, you can learn how to [plan and manage costs for Azur
4040
In this section, you learn about the default and maximum quota limits for the following resources:
4141

4242
+ Azure Machine Learning assets
43-
+ Azure Machine Learning compute
43+
+ Azure Machine Learning computes
4444
+ Azure Machine Learning managed online endpoints
4545
+ Azure Machine Learning pipelines
4646
+ Virtual machines
@@ -117,7 +117,7 @@ Azure Machine Learning managed online endpoints have limits described in the fol
117117

118118
<sup>1</sup> Single dashes like, `my-endpoint-name`, are accepted in endpoint and deployment names.
119119

120-
<sup>2</sup> We reserve 20% extra compute resources for performing upgrades. For example, if you request 10 instances in a deployment, you must have a quota for 12. Otherwise, you'll receive an error.
120+
<sup>2</sup> We reserve 20% extra compute resources for performing upgrades. For example, if you request 10 instances in a deployment, you must have a quota for 12. Otherwise, you receive an error.
121121

122122
<sup>3</sup> If you request a limit increase, be sure to calculate related limit increases you might need. For example, if you request a limit increase for requests per second, you might also want to compute the required connections and bandwidth limits and include these limit increases in the same request.
123123

@@ -138,7 +138,7 @@ Azure Machine Learning kubernetes online endpoints have limits described in the
138138
| Number of deployments per endpoint | 20 |
139139
| Max request time-out at endpoint level | 300 seconds |
140140

141-
The sum of kubernetes online endpoints and managed online endpoints under each subscription cannot exceed 50. Similarly, the sum of kubernetes online deployments and managed online deployments under each subscription cannot exceed 200.
141+
The sum of kubernetes online endpoints and managed online endpoints under each subscription can't exceed 50. Similarly, the sum of kubernetes online deployments and managed online deployments under each subscription can't exceed 200.
142142

143143
### Azure Machine Learning pipelines
144144
[Azure Machine Learning pipelines](concept-ml-pipelines.md) have the following limits.
@@ -149,9 +149,12 @@ The sum of kubernetes online endpoints and managed online endpoints under each s
149149
| Workspaces per resource group | 800 |
150150

151151
### Azure Machine Learning integration with Synapse
152-
Synapse spark clusters have a default limit of 12-2000, depending on your subscription offer type. This limit can be increased by submitting a support ticket and requesting for quota increase under the "Machine Learning Service: Spark vCore Quota" category.
153152

154-
:::image type="content" source="./media/how-to-manage-quotas/spark-vcore-quota-increase.png" alt-text="Screenshot of the quota increase form with the Spark vCore Quota category selected.":::
153+
Azure Machine Learning serverless Spark provides easy access to distributed computing capability for scaling Apache Spark jobs. This utilizes the same dedicated quota as Azure Machine Learning Compute. Quota limits can be increased by submitting a support ticket and requesting for quota increase under the "Machine Learning Service: Virtual Machine" category.
154+
155+
To view quota usage, navigate to Machine Learning studio and select the subscription name that you would like to see usage for. Select "Quota" in the left panel.
156+
157+
:::image type="content" source="media/how-to-manage-quotas/azure-machine-learning-quota.png" lightbox="media/how-to-manage-quotas/azure-machine-learning-quota.png" alt-text="Screenshot of the Azure Machine Learning quotas.":::
155158

156159
### Virtual machines
157160
Each Azure subscription has a limit on the number of virtual machines across all services. Virtual machine cores have a regional total limit and a regional limit per size series. Both limits are separately enforced.
@@ -190,7 +193,7 @@ You can't set a negative value or a value higher than the subscription-level quo
190193
191194
## View quotas in the studio
192195

193-
1. When you create a new compute resource, by default you'll see only VM sizes that you already have quota to use. Switch the view to **Select from all options**.
196+
1. When you create a new compute resource, by default you see only VM sizes that you already have quota to use. Switch the view to **Select from all options**.
194197

195198
:::image type="content" source="media/how-to-manage-quotas/select-all-options.png" alt-text="Screenshot shows select all options to see compute resources that need more quota":::
196199

108 KB
Loading

0 commit comments

Comments
 (0)