From 4c4bbec025f4812619c836c6cb6b761ac0f70d20 Mon Sep 17 00:00:00 2001 From: FireyJoe <47234227+FireyJoe@users.noreply.github.com> Date: Fri, 23 Jul 2021 15:49:29 -0400 Subject: [PATCH] Update LAB_09c-Implement_Azure_Kubernetes_Service.md Added mention of Availability Zones in the "Basics" tab creating the Kubernetes cluster. This fixes issue https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/issues/334. --- Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md index 842385f5..3ef01ae7 100644 --- a/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md +++ b/Instructions/Labs/LAB_09c-Implement_Azure_Kubernetes_Service.md @@ -66,6 +66,7 @@ In this task, you will deploy an Azure Kubernetes Services cluster by using the | Resource group | the name of a new resource group **az104-09c-rg1** | | Kubernetes cluster name | **az104-9c-aks1** | | Region | the name of a region where you can provision a Kubernetes cluster | + | Availability zones | **None** (uncheck all boxes) | | Kubernetes version | accept the default | | Node size | accept the default | | Node count | **1** |