Skip to content

Commit b7e5a33

Browse files
committed
Update how-to-manage-quotas.md
1 parent b38f340 commit b7e5a33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,14 @@ Azure Machine Learning kubernetes online endpoints have limits described in the
133133
| --- | --- |
134134
| Endpoint name| Endpoint names must <li> Begin with a letter <li> Be 3-32 characters in length <li> Only consist of letters and numbers <sup>1</sup> |
135135
| Deployment name| Deployment names must <li> Begin with a letter <li> Be 3-32 characters in length <li> Only consist of letters and numbers <sup>1</sup> |
136+
| Number of endpoints per subscription | 50 |
137+
| Number of deployments per subscription | 200 |
136138
| Number of endpoints per cluster | 20 |
137139
| Number of deployments per cluster | 200 |
138140
| Number of deployments per endpoint | 20 |
139141
| Max request time-out at endpoint level | 300 seconds |
140142

141-
143+
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.
142144

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

0 commit comments

Comments
 (0)