Skip to main content

Posts

2022

Azure WebJobs, Service Bus and Managed Identity: Lesson learned
·2 mins
Azure Dotnet Managed-Identity
Today I was converting some Azure webjobs to connect to Azure Service Bus using managed service identity (MSI).
Dynamically scale down AppService outside business hours to save 💰💰
·3 mins
Azure Devops Tutorial
The other day I was on a quest to lower a bit our Azure spending.
Zero downtime deployment with Azure Container Apps and Github Actions - Part 1
·8 mins
Azure Github Devops Cloudnative
Introduction # As you may know, Azure Container Apps went out of preview during Microsoft Build in late May this year.
Create Azure Container Apps with terraform
·2 mins
Azure Terraform Cloudnative
Microsoft announced at Microsoft Build that Azure Container Apps are now generally available (GA).
Using Managed Identity with Azure WebJobs and Service Bus
·3 mins
Azure Terraform Servicebus Managed-Identity
Managed Service Identity (or MSI for short) allows Azure resources to connect to Azure services that supports AD authentication (see the full list here) without using secrets.
Implement Azure AD Workload Identity on AKS with terraform
·7 mins
Azure Terraform Helm Kubernetes
Azure makes it very easy to create managed identities for a variety of services (e.
Configure secret-less connection from App Services to Azure Sql via terraform
·5 mins
Azure Terraform Sql Managed-Identity
It’s been a while since we can connect App services to Azure Sql in a secret-less fashion, using managed service identity (MSI for brevity from now onwards).

2021

Poor mans App services deployment slot auto-swap for Linux with GitHub Actions
·5 mins
Azure Cloud Terraform Github
Nowadays App Service deployment has became quite straight forward.
Integration testing with EF Core, part 2
·4 mins
Efcore Testing Dotnet Docker
In the first part of this mini series, I described how I implemented integration tests with EF core and SQL Server running on top of a Docker container.
Integration testing with EF Core, part 1
·4 mins
Efcore Testing Dotnet Docker
In this mini series I will go through some challenges and the solutions I applied in implementing integration testing with EF Core and SQL Server running on Docker.