AzureARM deployment - Cannot find ServerFarmARM Template Deploying resources to Azure using ARM templates is generally quite easy given Azure’s native support in the generation of the…
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…