mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Merge pull request #777 from awillslo/patch-2
Update LAB_09a-Implement_Web_Apps.md
This commit is contained in:
commit
20368ddc41
@ -94,9 +94,9 @@ In this task, you will configure web app deployment settings.
|
||||
|
||||
1. On the **Settings** tab, in the **Source** drop-down list, select **Local Git** and click the **Save** button
|
||||
|
||||
1. On the **Deployment Center** blade, copy the **Git Clone Url** entry to Notepad.
|
||||
1. On the **Deployment Center** blade, copy the **Git Clone Uri** entry to Notepad.
|
||||
|
||||
>**Note:** You will need the Git Clone Url value in the next task of this lab.
|
||||
>**Note:** You will need the Git Clone Uri value in the next task of this lab.
|
||||
|
||||
1. On the **Deployment Center** blade, select the **Local Git/FTPS credentials** tab, in the **User Scope** section, specify the following settings, and click **Save**.
|
||||
|
||||
@ -131,10 +131,10 @@ In this task, you will deploy code to the staging deployment slot.
|
||||
Set-Location -Path $HOME/php-docs-hello-world/
|
||||
```
|
||||
|
||||
1. From the Cloud Shell pane, run the following to add the remote git (make sure to replace the `[deployment_user_name]` and `[git_clone_url]` placeholders with the value of the **Deployment Credentials** user name and **Git Clone Url**, respectively, which you identified in previous task):
|
||||
1. From the Cloud Shell pane, run the following to add the remote git (make sure to replace the `[deployment_user_name]` and `[git_clone_uri]` placeholders with the value of the **Deployment Credentials** user name and **Git Clone Uri**, respectively, which you identified in previous task):
|
||||
|
||||
```powershell
|
||||
git remote add [deployment_user_name] [git_clone_url]
|
||||
git remote add [deployment_user_name] [git_clone_uri]
|
||||
```
|
||||
|
||||
>**Note**: The value following `git remote add` does not have to match the **Deployment Credentials** user name, but has to be unique
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user