Skip to content

Commit 5a7bec0

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#105549
We made changes in line no: 41 From: Registry unique To: Registry name is unique
1 parent b1da528 commit 5a7bec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You need to decide the following information carefully before proceeding to crea
3838

3939
Consider the following factors before picking a name.
4040
* Registries are meant to facilitate sharing of ML assets across teams within your organization across all workspaces. Choose a name that is reflective of the sharing scope. The name should help identify your group, division or organization.
41-
* Registry unique with your organization (Azure Active Directory tenant). It's recommended to prefix your team or organization name and avoid generic names.
41+
* Registry name is unique with your organization (Azure Active Directory tenant). It's recommended to prefix your team or organization name and avoid generic names.
4242
* Registry names can't be changed once created because they're used in IDs of models, environments and components that are referenced in code.
4343
* Length can be 2-32 characters.
4444
* Alphanumerics, underscore, hyphen are allowed. No other special characters. No spaces - registry names are part of model, environment, and component IDs that can be referenced in code.
@@ -191,4 +191,4 @@ Microsoft.MachineLearningServices/registries/delete | Allows the user to delete
191191

192192
## Next steps
193193

194-
* [Learn how to share models, components and environments across workspaces with registries (preview)](./how-to-share-models-pipelines-across-workspaces-with-registries.md)
194+
* [Learn how to share models, components and environments across workspaces with registries (preview)](./how-to-share-models-pipelines-across-workspaces-with-registries.md)

0 commit comments

Comments
 (0)