addressing #91

This commit is contained in:
polichtm 2020-06-12 19:32:02 -04:00 committed by GitHub
parent 3fc2cd7fbb
commit 12de052286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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