Skip to content

Commit df1565d

Browse files
Merge pull request #262952 from msakande/minor-formatting-fix
fixing formatting for footnotes
2 parents 17b7599 + fab4d57 commit df1565d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,16 @@ To request an exception from the Azure Machine Learning product team, use the st
153153
| Total connections active at endpoint level for all deployments | 500 <sup>5</sup> | Yes | Managed online endpoint |
154154
| Total bandwidth at endpoint level for all deployments | 5 MBPS <sup>5</sup> | Yes | Managed online endpoint |
155155

156-
> [!NOTE]
157-
> 1. This is a regional limit. For example, if current limit on number of endpoint is 100, you can create 100 endpoints in the East US region, 100 endpoints in the West US region, and 100 endpoints in each of the other supported regions in a single subscription. Same principle applies to all the other limits.
158-
> 2. Single dashes like, `my-endpoint-name`, are accepted in endpoint and deployment names.
159-
> 3. Endpoints and deployments can be of different types, but limits apply to the sum of all types. For example, the sum of managed online endpoints, Kubernetes online endpoint and batch endpoint under each subscription can't exceed 100 per region by default. Similarly, the sum of managed online deployments, Kubernetes online deployments and batch deployments under each subscription can't exceed 500 per region by default.
160-
> 4. 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. There are some VM SKUs that are exempt from extra quota. See [virtual machine quota allocation for deployment](how-to-deploy-online-endpoints.md#virtual-machine-quota-allocation-for-deployment) for more.
161-
> 5. Requests per second, connections, bandwidth etc are related. If you request for increase for any of these limits, ensure estimating/calculating other related limites together.
156+
157+
<sup>1</sup> This is a regional limit. For example, if current limit on number of endpoint is 100, you can create 100 endpoints in the East US region, 100 endpoints in the West US region, and 100 endpoints in each of the other supported regions in a single subscription. Same principle applies to all the other limits.
158+
159+
<sup>2</sup> Single dashes like, `my-endpoint-name`, are accepted in endpoint and deployment names.
160+
161+
<sup>3</sup> Endpoints and deployments can be of different types, but limits apply to the sum of all types. For example, the sum of managed online endpoints, Kubernetes online endpoint and batch endpoint under each subscription can't exceed 100 per region by default. Similarly, the sum of managed online deployments, Kubernetes online deployments and batch deployments under each subscription can't exceed 500 per region by default.
162+
163+
<sup>4</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. There are some VM SKUs that are exempt from extra quota. See [virtual machine quota allocation for deployment](how-to-deploy-online-endpoints.md#virtual-machine-quota-allocation-for-deployment) for more.
164+
165+
<sup>5</sup> Requests per second, connections, bandwidth etc are related. If you request for increase for any of these limits, ensure estimating/calculating other related limites together.
162166

163167
### Azure Machine Learning pipelines
164168
[Azure Machine Learning pipelines](concept-ml-pipelines.md) have the following limits.

0 commit comments

Comments
 (0)