A step-by-step tutorial on how to set up Continuous Deployment in Azure DevOps of an ABP Framework application
Part 1: Create a new GitHub repository
Part 2: Create a new ABP Framework application
Part 3: Create an SQL Database on Azure and change connection string in appsettings.json files
Part 4: Set up the Build pipeline in AzureDevops and publish the Build Artifacts
Part 5: Create a Web App in the Azure Portal to deploy [YourAppName].HttpApi.Host project
Part 6: Create a Release pipeline in the AzureDevops and deploy [YourAppName].HttpApi.Host project
Part 8: Create a Web App in the Azure Portal to deploy [YourAppName].Blazor project