From da8fb7e784395285255bfa0ecc9a074ad7c4bc60 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:38:48 -0800 Subject: [PATCH] Update LAB_09c-Implement_Azure_Kubernetes_Service.md --- .../LAB_09c-Implement_Azure_Kubernetes_Service.md | 11 +++++++++-- 1 file changed, 9 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 5e7f7497..45c1c262 100644 --- a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md +++ b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md @@ -94,9 +94,16 @@ In this task, you will deploy an Azure Kubernetes Services cluster by using the | Setting | Value | | ---- | ---- | | Network configuration | **kubenet** | - | DNS name prefix | any valid, globally unique DNS prefix| + | DNS name prefix | **any valid, globally unique DNS prefix** | -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**. +1. Click **Next: Integrations >**, on the **Integrations** tab of the **Create Kubernetes cluster** blade, specify the following settings (leave others with their default values): + + | Setting | Value | + | ---- | ---- | + | Container monitoring | **Disable** | + | Enable recommended alert rules | **Uncheck** | + +1. 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.