From d1b756246c12c6273ce28c92812d8104c4203a7d Mon Sep 17 00:00:00 2001 From: zainHaseeb Date: Thu, 23 Sep 2021 01:18:16 +0500 Subject: [PATCH] Update LAB_09c-Implement_Azure_Kubernetes_Service.md changes --- .../Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md index 3ef01ae7..c999a5e5 100644 --- a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md +++ b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md @@ -56,7 +56,7 @@ In this task, you will register resource providers necessary to deploy an Azure In this task, you will deploy an Azure Kubernetes Services cluster by using the Azure portal. -1. In the Azure portal, search for locate **Kubernetes services** and then, on the **Kubernetes services** blade, click **+ Add**, and then click **+ Add Kubernetes cluster**. +1. In the Azure portal, search for locate **Kubernetes services** and then, on the **Kubernetes services** blade, click **+ Create**, and then click **+ Create a Kubernetes cluster**. 1. On the **Basics** tab of the **Create Kubernetes cluster** blade, specify the following settings (leave others with their default values): @@ -92,7 +92,7 @@ In this task, you will deploy an Azure Kubernetes Services cluster by using the | Network configuration | **kubenet** | | DNS name prefix | any valid, globally unique DNS host name | -1. Click **Next: Integration >**, on the **Integration** tab of the **Create Kubernetes cluster** blade, set **Container monitoring** to **Disabled**, click **Review + create**, ensure that the validation passed and click Create. +1. Click **Next: Integrations >**, on the **Integrations** tab of the **Create Kubernetes cluster** blade, set **Container monitoring** to **Disabled**, click **Review + create**, ensure that the validation passed and click Create. >**Note**: In production scenarios, you would want to enable monitoring. Monitoring is disabled in this case since it is not covered in the lab.