Skip to content

Commit dbb1352

Browse files
authored
Merge pull request #202205 from sdgilley/patch-6
reword quota info
2 parents e25568b + 7f00057 commit dbb1352

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ 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-
* Some VM series are restricted. To use a restricted series, contact support and request a quota increase for the series. Please note that for GPUs and specialty SKUs, you would always have to request for quota due to high demand and limited supply. For information on how to contact support, see [Azure support options](https://azure.microsoft.com/support/options/).
79-
80-
See the following table to learn more about supported series and restrictions.
78+
* There are some VM series, such as GPUs and other special SKUs, which may not initially appear in your list of available VMs. But you can still use them, once you request a quota change. For more information about requesting quotas, see [Request quota increases](how-to-manage-quotas.md#request-quota-increases).
79+
See the following table to learn more about supported series.
8180

8281
| **Supported VM series** | **Category** | **Supported by** |
8382
|------------|------------|------------|------------|

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

Lines changed: 17 additions & 7 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

@@ -84,11 +84,9 @@ The following table shows additional limits in the platform. Please reach out to
8484
| Workspaces per resource group | 800 |
8585
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** setup as a non communication-enabled pool (i.e. cannot run MPI jobs) | 100 nodes but configurable up to 65000 nodes |
8686
| Nodes in a single Parallel Run Step **run** on an Azure Machine Learning Compute (AmlCompute) cluster | 100 nodes but configurable up to 65000 nodes if your cluster is setup to scale per above |
87-
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** setup as a communication-enabled pool | 300 nodes but configurable up to 4000 nodes |
88-
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** setup as a communication-enabled pool on an RDMA enabled VM Family | 100 nodes |
87+
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** set up as a communication-enabled pool | 300 nodes but configurable up to 4000 nodes |
88+
| Nodes in a single Azure Machine Learning Compute (AmlCompute) **cluster** set up 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)