mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-05 08:09:08 +00:00
Change description for replacement in code
This commit is contained in:
parent
996d2ad03f
commit
eda70b8c9c
@ -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://<deployment-username>:<deployment-password>@<app-name>.scm.azurewebsites.net/<app-name>.git master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user