Skip to content

Commit 9a3b79a

Browse files
Larry Franksmikefrobbins
andauthored
Update articles/machine-learning/how-to-manage-workspace-powershell.md
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent f40e79c commit 9a3b79a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/machine-learning/how-to-manage-workspace-powershell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Use the following commands to create these resources and retrieve the Azure Reso
9999
100100
## Create a workspace
101101
102+
> [!NOTE]
103+
> The Microsoft.MachineLearningServices resource provider must be registered for your subscription
104+
> prior to running the following commands. This is a one time registration. Use
105+
> `Register-AzResourceProvider -ProviderNamespace Microsoft.MachineLearningServices` to perform the
106+
> registration.
107+
102108
The following command creates the workspace and configures it to use the services created previously. It also configures the workspace to use a system-assigned managed identity, which is used to access these services. For more information on using managed identities with Azure Machine Learning, see the [Set up authentication to other services](how-to-identity-based-service-authentication.md) article.
103109
104110
```azurepowershell-interactive

0 commit comments

Comments
 (0)