From 12de0522865822c5ba4be5a7fb00a2335a106bed Mon Sep 17 00:00:00 2001 From: polichtm Date: Fri, 12 Jun 2020 19:32:02 -0400 Subject: [PATCH] addressing #91 --- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index cc12991a..160237bf 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -105,7 +105,7 @@ In this task, you will configure web app deployment settings. | Setting | Value | | --- | ---| | User name | any unique name | - | Password | **Pa55w0rd1234** | + | Password | any password that satisfies complexity requirements | >**Note:** You will need these credentials in the next task of this lab. @@ -144,7 +144,7 @@ In this task, you will deploy code to the staging deployment slot. git push [deployment_user_name] master ``` -1. If prompted to authenticate, type the `[deployment_user_name]` and the corresponding password (**Pa55w0rd1234**). +1. If prompted to authenticate, type the `[deployment_user_name]` and the corresponding password (which you set in the previous task). 1. Close the Cloud Shell pane.