@ -59,7 +59,7 @@ Stop both the *API* and the *Blazor* project by pressing **CTRL+C**
Before the github commit, you have to delete "**/wwwroot/libs/*" at *.gitignore* file.


Open the command prompt in the root folder of your project and *add, commit and push* all your changes to your GitHub repository
@ -147,7 +147,7 @@ git push
Select GitHub in the Select your repository window


* Enter the Connection name. [YourAppName]GitHubConnection and click **Authorize using OAuth**
@ -155,7 +155,7 @@ git push
* Search for **ASP.NET** in the ** *Select a template*** window


* Select the ASP.NET Core template and click the **Apply** button
@ -168,13 +168,13 @@ git push
version: '6.0.106'
```


* Select **Settings** on the second task(Nugetcommand@2) in the pipeline
* Select **Feeds in my Nuget.config** and type **Nuget.config** in the text box


* Add the below commands block to the end of the pipeline
@ -186,7 +186,7 @@ git push
ArtifactName: '$(Parameters.ArtifactName)'
condition: succeededOrFailed()
```


```
# ASP.NET
@ -267,13 +267,13 @@ steps:
* Select the same *Region* as in the SQL server you created in Part 3


* Click **Create new** in the Windows Plan. Name it [YourAppName]ApiWinPlan
* Click **Change size** in Sku and size. Go to the Dev/Test Free F1 version and click the **Apply** button


* Click the **Review + create** button. Click the **Create** button
@ -291,7 +291,7 @@ steps:
* Select *Azure App Service deployment* and click the **Apply** button


* Enter *[YourAppName]staging* in the *Stage name* field in the *Stage* window. And close the window
@ -301,7 +301,7 @@ steps:
* Select Build pipeline in the *Source (build pipeline)* dropdown and click the **Add** button


* Click the **Continuous deployment trigger (thunderbolt icon)**
@ -309,13 +309,13 @@ steps:
* Click **+ Add** in *No filters added*. Select **Include** in the *Type* dropdown. Select your branch in the *Build branch* dropdown and close the window


* Click **the little red circle with the exclamation mark** in the *Tasks* tab menu
* Select your subscription in the *Azure subscription* dropdown.


* Click **Authorize** and enter your credentials in the next screens
@ -325,7 +325,7 @@ steps:
* Select **[YourAppName].HttpApi.Host.zip** in the *Package or folder* input field


* Click the **Save** icon in the top menu and click **OK**
@ -333,7 +333,7 @@ steps:
* Click the *Pipeline* tab and wait until the Deployment succeeds


* Open a browser and navigate to the URL of your Web App
@ -341,7 +341,7 @@ steps:
https://[YourAppName]api.azurewebsites.net
```


@ -367,7 +367,7 @@ https://[YourAppName]api.azurewebsites.net
* Select the [YourAppName]ApiWinPlan in the *Windows Plan* dropdown


* Click the **Review + create** button. Click **Create** button
@ -384,11 +384,11 @@ https://[YourAppName]blazor.azurewebsites.net
Copy the URL of the Api Host and Blazor Web App. Change appsettings.json files in the Web App as follows images.






@ -398,7 +398,7 @@ Copy the URL of the Api Host and Blazor Web App. Change appsettings.json files i
* Click the **+ Add** link and add a **New Stage**


* Select *Azure App Service deployment* and click the **Apply** button
@ -414,12 +414,12 @@ Copy the URL of the Api Host and Blazor Web App. Change appsettings.json files i
* Select *[YourAppName].Blazor.zip* in the *Package or folder* input field


* Click **Save** in the top menu and click the **OK** button after
* Click **Create release** in the top menu and click the **Create** button



