fixed typos inside instructions/labs

This commit is contained in:
parikshit adhikari 2023-10-19 19:32:54 +05:45
parent 3cdab754d7
commit 0d529130ec
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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