Merge pull request #190 from rlthompson904/patch-1

Correct typo with resource providers
This commit is contained in:
polichtm 2020-11-05 15:51:43 -05:00 committed by GitHub
commit d2e800b766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ In this task, you will register resource providers necessary to deploy an Azure
>**Note**: If this is the first time you are starting **Cloud Shell** and you are presented with the **You have no storage mounted** message, select the subscription you are using in this lab, and click **Create storage**.
1. From the Cloud Shell pane, run the following to register the Microsoft.Insights and Microsoft.AlertsManagement resource providers.
1. From the Cloud Shell pane, run the following to register the Microsoft.Kubernetes and Microsoft.KubernetesConfiguration resource providers.
```pwsh
Register-AzResourceProvider -ProviderNamespace Microsoft.Kubernetes