How to use Auth0 with ASP.NET Core 9 Blazor Server
This article explains how a basic setup can be reached to get started with Auth0 and Blazer Server based on ASP.NET Core 9.
... and this is my blog about Microsoft Azure topics, coding and more!
This article explains how a basic setup can be reached to get started with Auth0 and Blazer Server based on ASP.NET Core 9.
Feature toggles in Terraform allow resources to be created or skipped dynamically using count or for_each. They make updates safer, enable selective changes, and ensure backward compatibility, helping manage infrastructure efficiently without disrupting existing setups.
This article describes how git metadata, such as commit hash, etc. can be added to Azure resources using Terraform and Azure DevOps
This post takes a deep dive into the AKS authentication mechanism and explains how it is integrated into Entra ID
This post demonstrates how ASP.NET Core integration tests can be combined with .NET Test Containers & Postgres by creating a custom WebApplicationFactory.
This article explains how a basic setup can be reached to get started with Auth0 and Blazer Server based on ASP.NET Core 9.
Switched to macOS and missing SSMS? Here’s how I export an Azure SQL database, run SQL Server in Docker, and restore it using Azure Data Studio or sqlpackage.
Consider the following, not so exciting, git workflow, common in trunk-based development, where branches should be short-lived. You start by
Feature toggles in Terraform allow resources to be created or skipped dynamically using count or for_each. They make updates safer, enable selective changes, and ensure backward compatibility, helping manage infrastructure efficiently without disrupting existing setups.
Introduction When working with many Git repositories daily, things can go wrong. This is especially true during a fast-paced working
This article describes how git metadata, such as commit hash, etc. can be added to Azure resources using Terraform and Azure DevOps
This post takes a deep dive into the AKS authentication mechanism and explains how it is integrated into Entra ID
This post demonstrates how to log into an Azure Container Registry using Podman CLI
This article describes how AKS & Azure DNS can be configured to automate DNS registration for Ingress resources and certificate issuance with Let's Encrypt
This article describes how alerts can be generated whenever an autoscaling-enabled AKS node pool reaches its configured maximum node count
This article describes how a persistent volume in the state "released" can be reattached if the managed disk is still available
This post describes how a dedicated user node pool helps to increase AKS Cluster stability and how we can enforce the isolation.