From aee2a0c1400ececa71fb0574d33f40524bb21061 Mon Sep 17 00:00:00 2001 From: rlthompson904 <41490785+rlthompson904@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:56:52 -0500 Subject: [PATCH] Correct typo with resource providers --- Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md index 39120133..0bd81738 100644 --- a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md +++ b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md @@ -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