Skip to content

Commit

Permalink
fixed typos inside instructions/labs
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshit-adhikari committed Oct 19, 2023
1 parent 3cdab75 commit 0d52913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Instructions/Labs/LAB_08-Manage_Virtual_Machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Instructions/Labs/LAB_09a-Implement_Web_Apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d52913

Please sign in to comment.