Skip to content

Commit 5f6faf9

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 fb3d291 commit 5f6faf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ An Azure Machine Learning workspace depends on the following Azure resources:
6262

6363
Use the following commands to create these resources and retrieve the Azure Resource Manager ID for each of them:
6464

65+
> [!NOTE]
66+
> The Microsoft.Insights resource provider must be registered for your subscription prior to running
67+
> the following commands. This is a one time registration. Use
68+
> `Register-AzResourceProvider -ProviderNamespace Microsoft.Insights` to perform the registration.
69+
6570
1. Create the Application Insights instance:
6671

6772
```azurepowershell-interactive

0 commit comments

Comments
 (0)