
Deploying .NET & Angular Applications on Azure
I recently published a series of articles demonstrating how to deploy .NET and Angular applications to Azure.
In this series, you’ll find both automated and manual deployment approaches, including step-by-step examples using Azure Pipelines and Azure DevOps.
Along the way, I cover key Azure services and tools such as:
- Azure App Services
- SQL Databases (MSSQL Server & MySQL)
- Azure DevOps & Azure Pipelines
- Replace Tokens extension
- And more
Articles in the Series
Deploying an Angular Application with Azure Pipelines
https://henriquesd.com/articles/deploying-an-angular-application-with-azure-pipelinesDeploying a .NET 6 Web API and a SQL Database with Azure Pipelines
https://henriquesd.com/articles/deploying-a-net-6-web-api-and-a-sql-database-with-azure-pipelinesDeploying a .NET 6 Web API and a MySQL Database with Azure Pipelines
https://henriquesd.com/articles/deploying-a-net-6-web-api-and-a-mysql-database-with-azure-pipelinesHow to Use Replace Tokens in Azure Pipelines
https://henriquesd.com/articles/how-to-use-replace-tokens-in-azure-pipelinesDeploying a .NET 5 Web API and a SQL Database in Azure (Manual)
https://henriquesd.com/articles/deploying-a-net-5-web-api-and-a-sql-database-in-azureDeploying an Angular Application in Azure (Manual)
https://henriquesd.com/articles/deploying-an-angular-application-in-azure
What You’ll Learn
- How to design a deployment pipeline from scratch
- How to automate builds and releases using Azure Pipelines
- How to deploy backend and frontend apps together
- When to choose manual vs automated deployments


