|
1 | 1 | --- |
2 | 2 | title: Create and manage registries |
3 | 3 | titleSuffix: Azure Machine Learning |
4 | | -description: Learn how create registries with the CLI, REST API, Azure portal, and Azure Machine Learning studio |
| 4 | +description: Learn how create Azure Machine Learning registries with the CLI, REST API, Azure portal, and Azure Machine Learning studio. |
5 | 5 | services: machine-learning |
6 | 6 | ms.service: azure-machine-learning |
7 | 7 | ms.subservice: mlops |
8 | 8 | ms.author: larryfr |
9 | 9 | author: Blackmist |
10 | 10 | ms.reviewer: kritifaujdar |
11 | | -ms.date: 08/19/2024 |
| 11 | +ms.date: 10/10/2024 |
12 | 12 | ms.topic: how-to |
13 | 13 | ms.custom: build-2023 |
| 14 | +# Customer intent: As an admin, I want to understand how to create and manage Azure Machine Learning registries so that I can share assets across workspaces. |
14 | 15 | --- |
15 | 16 |
|
16 | 17 | # Manage Azure Machine Learning registries |
@@ -124,7 +125,7 @@ You can create registries in Azure Machine Learning studio using the following s |
124 | 125 | # [REST API](#tab/rest) |
125 | 126 |
|
126 | 127 | > [!TIP] |
127 | | -> You need the **curl** utility to complete this step. The **curl** program is available in the [Windows Subsystem for Linux](/windows/wsl/install-win10) or any UNIX distribution. In PowerShell, **curl** is an alias for **Invoke-WebRequest** and `curl -d "key=val" -X POST uri` becomes `Invoke-WebRequest -Body "key=val" -Method POST -Uri uri`. |
| 128 | +> You need the __curl__ utility to complete this step. The __curl__ program is available in the [Windows Subsystem for Linux](/windows/wsl/install-win10) or any UNIX distribution. In PowerShell, __curl__ is an alias for __Invoke-WebRequest__ and `curl -d "key=val" -X POST uri` becomes `Invoke-WebRequest -Body "key=val" -Method POST -Uri uri`. |
128 | 129 |
|
129 | 130 | To authenticate REST API calls, you need an authentication token for your Azure user account. You can use the following command to retrieve a token: |
130 | 131 |
|
@@ -265,7 +266,7 @@ Microsoft.MachineLearningServices/registries/write| Allows the user to create or |
265 | 266 | Microsoft.MachineLearningServices/registries/delete | Allows the user to delete registries |
266 | 267 |
|
267 | 268 |
|
268 | | -## Next steps |
| 269 | +## Related content |
269 | 270 |
|
270 | 271 | * [Learn how to share models, components, and environments across workspaces with registries](./how-to-share-models-pipelines-across-workspaces-with-registries.md) |
271 | 272 | * [Network isolation with registries](./how-to-registry-network-isolation.md) |
0 commit comments