Merge pull request #800 from parikshit-adhikari/patch2

fixe: typos inside instructions/labs
This commit is contained in:
staleycyn 2023-10-19 07:54:45 -07:00 committed by GitHub
commit 9271bcead6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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