From eda70b8c9cec2e491a8937203eed76237041b1cf Mon Sep 17 00:00:00 2001 From: "AutoSysOps (Leo Visser)" <96066335+autosysops@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:59:03 +0200 Subject: [PATCH] Change description for replacement in code --- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index c21c3102..43431fcc 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -139,7 +139,7 @@ In this task, you will deploy code to the staging deployment slot. >**Note**: The value following `git remote add` does not have to match the **Deployment Credentials** user name, but has to be unique -1. From the Cloud Shell pane, run the following to push the sample web app code from the local repository to the Azure web app staging deployment slot (make sure to replace the `[deployment_user_name]` placeholder with the value of the **Deployment Credentials** user name, which you identified in previous task): +1. From the Cloud Shell pane, run the following to push the sample web app code from the local repository to the Azure web app staging deployment slot (make sure to replace the placeholder values with the value of the **Deployment Credentials** user name and password and the app name, which you identified in previous task): ```powershell git push https://:@.scm.azurewebsites.net/.git master