Skip to content

Commit 8a89e74

Browse files
committed
modify how-to-manage-quota
1 parent 33d7740 commit 8a89e74

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

articles/machine-learning/concept-compute-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When you select a node size for a managed compute resource in Azure Machine Lear
7575
There are a few exceptions and limitations to choosing a VM size:
7676

7777
* Some VM series aren't supported in Azure Machine Learning.
78-
* There are some VM series, such as GPUs and other special SKUs, which are not automatically available to choose. You'll see these when you ask to view all compute resources. Then you'll need to request quota for these advanced compute resources. For more information about quota, see [Request quota increases](how-to-manage-quotas#request-quota-increases).
78+
* There are some VM series, such as GPUs and other special SKUs, which are not automatically available to choose. You'll see these when you ask to view all compute resources. Then you'll need to request quota for these advanced compute resources. For more information about quota, see [Request quota increases](how-to-manage-quotas.md#request-quota-increases).
7979
*
8080
See the following table to learn more about supported series and restrictions.
8181

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

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In addition, the maximum **run time** is 30 days and the maximum number of **met
6868
[Request a quota increase](#request-quota-increases) to raise the limits for various VM family core quotas, total subscription core quotas, cluster quota and resources in this section.
6969

7070
Available resources:
71-
+ **Dedicated cores per region** have a default limit of 24 to 300, depending on your subscription offer type. You can increase the number of dedicated cores per subscription for each VM family. Specialized VM families like NCv2, NCv3, or ND series start with a default of zero cores.
71+
+ **Dedicated cores per region** have a default limit of 24 to 300, depending on your subscription offer type. You can increase the number of dedicated cores per subscription for each VM family. Specialized VM families like NCv2, NCv3, or ND series start with a default of zero cores. GPUs also default to zero cores.
7272

7373
+ **Low-priority cores per region** have a default limit of 100 to 3,000, depending on your subscription offer type. The number of low-priority cores per subscription can be increased and is a single value across VM families.
7474

@@ -87,8 +87,6 @@ The following table shows additional limits in the platform. Please reach out to
8787
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** setup as a communication-enabled pool | 300 nodes but configurable up to 4000 nodes |
8888
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** setup as a communication-enabled pool on an RDMA enabled VM Family | 100 nodes |
8989
| Nodes in a single MPI **run** on an Azure Machine Learning Compute (AmlCompute) cluster | 100 nodes but can be increased to 300 nodes |
90-
| GPU MPI processes per node | 1-4 |
91-
| GPU workers per node | 1-4 |
9290
| Job lifetime | 21 days<sup>1</sup> |
9391
| Job lifetime on a low-priority node | 7 days<sup>2</sup> |
9492
| Parameter servers per node | 1 |
@@ -187,9 +185,21 @@ You can't set a negative value or a value higher than the subscription-level quo
187185
> [!NOTE]
188186
> You need subscription-level permissions to set a quota at the workspace level.
189187
190-
## View your usage and quotas
188+
## View quotas in the studio
191189

192-
To view your quota for various Azure resources like virtual machines, storage, or network, use the Azure portal:
190+
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**.
191+
192+
:::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":::
193+
194+
1. Scroll down until you see the list of VM sizes you do not have quota for.
195+
196+
:::image type="content" source="media/how-to-manage-quotas/scroll-to-zero-quota.png" alt-text="Screenshot shows list of zero quota":::
197+
198+
1. Use the link to go directly to the online customer support request for more quota.
199+
200+
## View your usage and quotas in the Azure portal
201+
202+
To view your quota for various Azure resources like virtual machines, storage, or network, use the [Azure portal](https://portal.azure.com):
193203

194204
1. On the left pane, select **All services** and then select **Subscriptions** under the **General** category.
195205

68.3 KB
Loading
30.9 KB
Loading

0 commit comments

Comments
 (0)