From 0a120e769b549bd058a931ea647c27f048a37b7e Mon Sep 17 00:00:00 2001 From: Eric Bland Date: Mon, 25 Sep 2023 16:33:54 -0500 Subject: [PATCH] Update LAB_09a-Implement_Web_Apps.md git command was incorrect --- 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 296df27c..816e14f8 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -142,7 +142,7 @@ In this task, you will deploy code to the staging deployment slot. 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 + git push https://:@-staging.scm.azurewebsites.net/.git master ``` 1. Close the Cloud Shell pane.