Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.7 KiB

//[doc-seo]
{
    "Description": "Learn how to deploy your ABP application on Azure using GitHub Actions, tailored for your chosen UI and database options."
}

Azure Deployment using Application Service

//[doc-params]
{
    "UI": ["MVC", "Blazor", "BlazorServer", "BlazorWebApp", "NG"],
    "DB": ["EF", "Mongo"],
    "Tiered": ["Yes", "No"]
}

This document assumes that you prefer to use {{ UI_Value }} as the UI framework and {{ DB_Value }} as the database provider. For other options, please change the preference on top of this document.

Prerequisites

  • An active Azure account. If you don't have one, you can sign up for a free account

  • Your ABP {{ UI_Value }} project must be ready at a GitHub repository because we will use GitHub Actions to deploy the ABP application to the Azure Web App Service.

  • {{ DB_Value }} database must be ready to use with your project. If you don't have a database, you can create a new Azure SQL database or Cosmos DB by following the instructions below:

Description of the process in three steps:

  1. Creating an Azure Web App Service Environment
  2. Customizing the Configuration of Your ABP Application
  3. Deploying Your Application to Azure Web App Service

What's next?