We walk you through how to create and configure a SQL server, SQL Server database and ASP.NET Core Web API in Azure.
As well as setting up the servers, we demonstrate how to successfully integrate a Web API with a database so the two can communicate with each other.
In addition, we will show you how to set up continuous integration (CI), or continuous deployment (CD). Through Azure Devops, we set up a release pipeline for the ASP.NET Core Web API.
Once a commit is made to a particular branch, Azure Devops automatically builds the ASP.NET Core Web API and releases it to the relevant Azure server.
This continues our four-part "Dev To Azure" series. In part 1, we went ahead and set up a Blazor Wasm and ASP.NET Core Web API application in Azure Devops. You can view it here:
• Setup Your Blazor Wasm and ASP.NET Co...
In later episodes, we will deploy our Blazor Wasm application and set up continuous integration. In addition, we will look at access restrictions & errors when running an ASP.NET Core application in Azure.
📖 Learn .NET and C# with our online courses 📖
https://www.roundthecode.com/dotnet-c...
► Part 1: • Setup Your Blazor Wasm and ASP.NET Co...
► Part 3: • Create and Configure a Blazor Wasm Ap...
► Dev to Azure Playlist: • Dev To Azure - Integrate a Blazor Was...
#azure #webapi #sqlserver