From 0d529130ecdedd4e73ea83fe007de1776b1bb18d Mon Sep 17 00:00:00 2001 From: parikshit adhikari Date: Thu, 19 Oct 2023 19:32:54 +0545 Subject: [PATCH] fixed typos inside instructions/labs --- Instructions/Labs/LAB_08-Manage_Virtual_Machines.md | 2 +- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md index 16299904d..0cf2d874d 100644 --- a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md +++ b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md @@ -617,7 +617,7 @@ In this task, you will change the size of virtual machine scale set instances, c >**Note**: The script installs a custom script extension that configures the attached disk. -1. From the Cloud Shell pane, run the following to excecute the script and configure disks of Azure virtual machine scale set: +1. From the Cloud Shell pane, run the following to execute the script and configure disks of Azure virtual machine scale set: ```powershell ./az104-08-configure_VMSS_disks.ps1 diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index 99d7d359d..dd9ce59f7 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -107,7 +107,7 @@ In this task, you will configure web app deployment settings. >**Note:** Copy these credentials to Notepad. You will need them later. - >**Note:** These credentials will be passed through the URI. Do not include any special charaters that affect the interpretation of the URI. For example, @, $, or #. An asterick or plus sign (in the middle of the string) would work. + >**Note:** These credentials will be passed through the URI. Do not include any special characters that affect the interpretation of the URI. For example, @, $, or #. An asterick or plus sign (in the middle of the string) would work. ## Task 4: Deploy code to the staging deployment slot