Skip to content

Commit 33875f4

Browse files
author
Larry Franks
committed
restoring file and removing redirects
1 parent 6f2d01b commit 33875f4

File tree

3 files changed

+76
-11
lines changed

3 files changed

+76
-11
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@
8585
"redirect_url": "/azure/machine-learning/how-to-access-resources-from-endpoints-managed-identities",
8686
"redirect_document_id": true
8787
},
88-
{
89-
"source_path_from_root": "/articles/machine-learning/resource-limits-quotas-capacity.md",
90-
"redirect_url": "/azure/machine-learning/how-to-manage-quotas",
91-
"redirect_document_id": false
92-
},
93-
{
94-
"source_path_from_root": "/articles/machine-learning/resource-limits-capacity.md",
95-
"redirect_url": "/azure/machine-learning/how-to-manage-quotas",
96-
" redirect_document_id": true
97-
},
9888
{
9989
"source_path_from_root": "/articles/machine-learning/tutorial-train-models-with-aml.md",
10090
"redirect_url": "/azure/machine-learning/tutorial-train-deploy-notebook",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this section, you learn about the default and maximum quota limits for the fo
4747
+ Azure Storage
4848

4949
> [!IMPORTANT]
50-
> Limits are subject to change. For the latest information, see [Service limits in Azure Machine Learning](resource-limits-capacity.md).
50+
> Limits are subject to change. For the latest information, see [Service limits in Azure Machine Learning](resource-limits.md).
5151
5252

5353

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: Service limits
3+
titleSuffix: Azure Machine Learning
4+
description: Service limits used for capacity planning and maximum limits on requests and responses for Azure Machine Learning.
5+
services: machine-learning
6+
author: larryfr
7+
ms.author: blackmist
8+
ms.reviewer: mldocs
9+
ms.topic: reference
10+
ms.service: machine-learning
11+
ms.subservice: core
12+
ms.date: 09/27/2022
13+
---
14+
15+
# Service limits in Azure Machine Learning
16+
17+
This section lists basic limits and throttling thresholds in Azure Machine Learning.
18+
19+
> [!IMPORTANT]
20+
> Azure Machine Learning doesn't store or process your data outside of the region where you deploy.
21+
22+
## Workspaces
23+
24+
| Limit | Value |
25+
| --- | --- |
26+
| Workspace name | 2-32 characters |
27+
28+
## Runs
29+
| Limit | Value |
30+
| --- | --- |
31+
| Runs per workspace | 10 million |
32+
| RunId/ParentRunId | 256 characters |
33+
| DataContainerId | 261 characters |
34+
| DisplayName |256 characters|
35+
| Description |5,000 characters|
36+
| Number of properties |50 |
37+
| Length of property key |100 characters |
38+
| Length of property value |1,000 characters |
39+
| Number of tags |50 |
40+
| Length of tag key |100 |
41+
| Length of tag value |1,000 characters |
42+
| CancelUri / CompleteUri / DiagnosticsUri |1,000 characters |
43+
| Error message length |3,000 characters |
44+
| Warning message length |300 characters |
45+
| Number of input datasets |200 |
46+
| Number of output datasets |20 |
47+
48+
49+
## Metrics
50+
| Limit | Value |
51+
| --- | --- |
52+
| Metric names per run |50|
53+
| Metric rows per metric name |10 million|
54+
| Columns per metric row |15|
55+
| Metric column name length |255 characters |
56+
| Metric column value length |255 characters |
57+
| Metric rows per batch uploaded | 250 |
58+
59+
> [!NOTE]
60+
> If you are hitting the limit of metric names per run because you are formatting variables into the metric name, consider instead to use a row metric where one column is the variable value and the second column is the metric value.
61+
62+
## Artifacts
63+
64+
| Limit | Value |
65+
| --- | --- |
66+
| Number of artifacts per run |10 million|
67+
| Max length of artifact path |5,000 characters |
68+
69+
## Limit increases
70+
71+
Some limits can be increased for individual workspaces. To learn how to increase these limits, see ["Manage and increase quotas for resources"](how-to-manage-quotas.md)
72+
73+
## Next steps
74+
75+
- Learn how increase resource quotas in ["Manage and increase quotas for resources"](how-to-manage-quotas.md).

0 commit comments

Comments
 (0)