GitLab CI/CD Series: Deploying .NET API to Azure App Service and Applying EF Core Migrations
This is the fourth post in the GitLab CI/CD Series, where we'll be setting up a build & deploy pipeline using GitLab CI/CD. This part focuses on deploying the .NET application and applying EF Core migrations to the database.…