@ -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
@ -6,4 +6,7 @@ However, there are some topics that you should care about when you are deploying
## Guides
* [Deploying to a clustered environment](Clustered-Environment.md): Explains how to configure your application when you want to run multiple instances of your application concurrently.
* [Deploying to a clustered environment](Clustered-Environment.md): Explains how to configure your application when you want to run multiple instances of your application concurrently.
* [Deploy Abp Webapp to Azure App Service](Deploy-Azure-App-Service.md): Explains how to create and deploy your first abp web app to [Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/overview).