Learn how to deploy .NET Aspire applications to Azure App Service, Azure SQL Database, and Application Insights instead of the default Container Apps, including AZD configuration and deployment strategies.
In this blog post, we'll look at the challenge of whitelisting IP addresses when executing EF Core Migration Bundles from a GitHub Workflow. We'll look at several options and explore the pros and cons of each. In particular, how to deal with the challenge of dealing with the possible ~4000 IP ranges that GitHub Runners can use.
Deploying a Function App to Azure using Bit Bucket Pipelines, the Azure CLI and Bicep templates. This article looks into the problems I faced and the solutions I found to overcome them.