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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,15 @@ To set quotas at the workspace level, go to any workspace in your subscription,
110
110
111
111
## View your usage and quotas
112
112
113
-
Azure Machine Learning Compute quota on your subscription is managed separately from other Azure resources quota. To view this quota, you need to drill down into Machine Learning services.
113
+
Azure Machine Learning Compute is managed separately from other Azure resource quotas in your subscription. To view this quota, you need to drill down into Machine Learning services.
114
114
115
115
1. On the left pane, select **Machine Learning service** and then select any workspace from the list shown.
116
116
117
-
2. On the next blade, under the **Support + troubleshooting section** select **Usage + quotas** to view your current quota limits and usage.
117
+
1. On the next blade, under the **Support + troubleshooting section** select **Usage + quotas** to view your current quota limits and usage.
118
118
119
-
3. Select a subscription to view the quota limits. Remember to filter to the region you are interested in.
119
+
1. Select a subscription to view the quota limits. Remember to filter to the region you are interested in.
120
120
121
-
4. You can now toggle between a subscription level view and a workspace level view:
121
+
1. You can now toggle between a subscription level view and a workspace level view:
122
122
+**Subscription view:** This allows you to view your usage of core quota by VM family, expanding it by workspace, and further expanding it by the actual cluster names. This view is optimal for quickly getting into the details of core usage for a particular VM family to see the break-up by workspaces and further by the underlying clusters for each of those workspaces. The general convention in this view is (usage/quota), where the usage is the current number of scaled up cores, and quota is the logical maximum number of cores that the resource can scale to. For each **workspace**, the quota would be the workspace level quota (as explained above) which denotes the maximum number of cores that you can scale to for a particular VM family. For a **cluster** similarly, the quota is actually the cores corresponding to the maximum number of nodes that the cluster can scale to defined by the max_nodes property.
123
123
124
124
+**Workspace view:** This allows you to view your usage of core quota by Workspace, expanding it by VM family, and further expanding it by the actual cluster names. This view is optimal for quickly getting into the details of core usage for a particular workspace to see the break-up by VM families and further by the underlying clusters for each of those families.
@@ -127,7 +127,7 @@ Viewing your quota for various other Azure resources, such as Virtual Machines,
127
127
128
128
1. On the left pane, select **All services** and then select **Subscriptions** under the General category.
129
129
130
-
2. From the list of subscriptions, select the subscription whose quota you are looking for.
130
+
1. From the list of subscriptions, select the subscription whose quota you are looking for.
0 commit comments