mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_09a-Implement_Web_Apps.md
git command was incorrect
This commit is contained in:
parent
cd1a2faf19
commit
0a120e769b
@ -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://<deployment-username>:<deployment-password>@<app-name>.scm.azurewebsites.net/<app-name>.git master
|
||||
git push https://<deployment-username>:<deployment-password>@<app-name>-staging.scm.azurewebsites.net/<app-name>.git master
|
||||
```
|
||||
|
||||
1. Close the Cloud Shell pane.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user