Skip to content

Commit deb5801

Browse files
authored
Merge pull request #212726 from Blackmist/limits
restoring file and removing redirects
2 parents 0f1dc6c + f4a403b commit deb5801

File tree

3 files changed

+79
-6
lines changed

3 files changed

+79
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,9 @@
8787
},
8888
{
8989
"source_path_from_root": "/articles/machine-learning/resource-limits-quotas-capacity.md",
90-
"redirect_url": "/azure/machine-learning/how-to-manage-quotas",
90+
"redirect_url": "/azure/machine-learning/resource-limits-capacity",
9191
"redirect_document_id": false
9292
},
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-
},
9893
{
9994
"source_path_from_root": "/articles/machine-learning/tutorial-train-models-with-aml.md",
10095
"redirect_url": "/azure/machine-learning/tutorial-train-deploy-notebook",
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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: blackmist
7+
ms.author: larryfr
8+
ms.reviewer: mldocs
9+
ms.topic: reference
10+
ms.service: machine-learning
11+
ms.subservice: core
12+
ms.date: 09/27/2022
13+
ms.metadata: product-dependency
14+
---
15+
16+
# Service limits in Azure Machine Learning
17+
18+
This section lists basic limits and throttling thresholds in Azure Machine Learning.
19+
20+
> [!IMPORTANT]
21+
> Azure Machine Learning doesn't store or process your data outside of the region where you deploy.
22+
23+
## Workspaces
24+
25+
| Limit | Value |
26+
| --- | --- |
27+
| Workspace name | 2-32 characters |
28+
29+
## Runs
30+
| Limit | Value |
31+
| --- | --- |
32+
| Runs per workspace | 10 million |
33+
| RunId/ParentRunId | 256 characters |
34+
| DataContainerId | 261 characters |
35+
| DisplayName |256 characters|
36+
| Description |5,000 characters|
37+
| Number of properties |50 |
38+
| Length of property key |100 characters |
39+
| Length of property value |1,000 characters |
40+
| Number of tags |50 |
41+
| Length of tag key |100 |
42+
| Length of tag value |1,000 characters |
43+
| CancelUri / CompleteUri / DiagnosticsUri |1,000 characters |
44+
| Error message length |3,000 characters |
45+
| Warning message length |300 characters |
46+
| Number of input datasets |200 |
47+
| Number of output datasets |20 |
48+
49+
50+
## Metrics
51+
| Limit | Value |
52+
| --- | --- |
53+
| Metric names per run |50|
54+
| Metric rows per metric name |10 million|
55+
| Columns per metric row |15|
56+
| Metric column name length |255 characters |
57+
| Metric column value length |255 characters |
58+
| Metric rows per batch uploaded | 250 |
59+
60+
> [!NOTE]
61+
> 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.
62+
63+
## Artifacts
64+
65+
| Limit | Value |
66+
| --- | --- |
67+
| Number of artifacts per run |10 million|
68+
| Max length of artifact path |5,000 characters |
69+
70+
## Limit increases
71+
72+
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)
73+
74+
## Next steps
75+
76+
- Learn how increase resource quotas in ["Manage and increase quotas for resources"](how-to-manage-quotas.md).

articles/machine-learning/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@
762762
items:
763763
- name: Command
764764
href: reference-yaml-component-command.md
765+
- name: Service limits
766+
href: resource-limits-capacity.md
765767
- name: Image data schemas for AutoML
766768
displayName: automl, schema, data, computer vision, image model
767769
href: reference-automl-images-schema.md

0 commit comments

Comments
 (0)