You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-quotas.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Along with managing quotas, you can learn how to [plan and manage costs for Azur
40
40
In this section, you learn about the default and maximum quota limits for the following resources:
41
41
42
42
+ Azure Machine Learning assets
43
-
+ Azure Machine Learning compute
43
+
+ Azure Machine Learning computes
44
44
+ Azure Machine Learning managed online endpoints
45
45
+ Azure Machine Learning pipelines
46
46
+ Virtual machines
@@ -117,7 +117,7 @@ Azure Machine Learning managed online endpoints have limits described in the fol
117
117
118
118
<sup>1</sup> Single dashes like, `my-endpoint-name`, are accepted in endpoint and deployment names.
119
119
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.
121
121
122
122
<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.
123
123
@@ -138,7 +138,7 @@ Azure Machine Learning kubernetes online endpoints have limits described in the
138
138
| Number of deployments per endpoint | 20 |
139
139
| Max request time-out at endpoint level | 300 seconds |
140
140
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.
142
142
143
143
### Azure Machine Learning pipelines
144
144
[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
149
149
| Workspaces per resource group | 800 |
150
150
151
151
### 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.
153
152
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.":::
155
158
156
159
### Virtual machines
157
160
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
190
193
191
194
## View quotas in the studio
192
195
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**.
194
197
195
198
:::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":::
0 commit comments