We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3d291 commit 5f6faf9Copy full SHA for 5f6faf9
articles/machine-learning/how-to-manage-workspace-powershell.md
@@ -62,6 +62,11 @@ An Azure Machine Learning workspace depends on the following Azure resources:
62
63
Use the following commands to create these resources and retrieve the Azure Resource Manager ID for each of them:
64
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
+
70
1. Create the Application Insights instance:
71
72
```azurepowershell-interactive
0 commit comments