AzureCreate Front Door with Rules EngineAzure Front Door Rules Engine Rules engine in an Azure front door allows us to customize how HTTP requests get handled. It is the go-to…
AzureSimple active-active configuration with Azure Front DoorAzure Front Door In this post, we will see a simple active-active configuration using Azure Front Door. As per Microsoft documentation…
TerraformTerraform - sharing modules across organizationTerraform modules In Terraform world, modules are a way of reusing infrastructure configuration. We could create a module as a lightweight…
AzureCosmos DB TransactionalBatch - Dealing with BadRequest StatusCodeIntroduction Azure Cosmos DB provides a great way to perform transactional batch operations using the .Net SDK. This operation method…
NUnitMocking HttpClient for unit testingIntroduction HttpClient is an easy way provided by dotnet to send http requests. But the problem is that it doesn’t implement an interface…
AzureAzure project during the holidays of Dec 2020Introduction In recent holidays at the end of 2020, I thought of brushing up my dotnet core web development skills or to be honest learn…