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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,14 @@ Azure Machine Learning kubernetes online endpoints have limits described in the
133
133
| --- | --- |
134
134
| 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> |
135
135
| 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 |
136
138
| Number of endpoints per cluster | 20 |
137
139
| Number of deployments per cluster | 200 |
138
140
| Number of deployments per endpoint | 20 |
139
141
| Max request time-out at endpoint level | 300 seconds |
140
142
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.
142
144
143
145
### Azure Machine Learning pipelines
144
146
[Azure Machine Learning pipelines](concept-ml-pipelines.md) have the following limits.
0 commit comments