AzureWhy is Azure firewall allowing a request that should be denied?Introduction Azure Firewall is an exciting cloud native network security service and provides a lot of features to make our life easier…
AzureExpressRoute missing spoke routeIntroduction After an Azure ExpressRoute is setup we can use Get-AzExpressRouteCircuitRouteTable Cmdlet to view what routes are advertised…
AzureVNet peering using Azure PolicyIntroduction Azure policy is a service on Azure which helps us achieve organisation-wide resource governance by creating policies in Azure…
AzureFinding the outbound IP address of an azure function/webappIntroduction It is quite useful to know the outbound IP address of an Azure function app or an app service. Both these services are the same…
AzureUsing Azure App Service managed certificateIntroduction Took me a while on how to enforce https on the websites I have deployed using Azure App Service. The main blocker for me was…
AzureDeploying DocFX on Azure static web appIntroduction Azure Static Web App The Azure static web app is a modern web app service that helps with streamlined full-stack development…
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…
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…
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…
AzureFinding out IPs of Azure functionIntroduction The IP address of an Azure function can be very useful, especially if you are using IP based network restrictions or any kind…
AzureAccess restrictions in Azure functionsIntroduction Secured access to azure functions is very important, especially when your distributed application can have a public-facing…
AzureDebugging an Event Grid Triggered Azure FunctionEvent grid trigger Azure function We can use Azure Event Grid with an Azure function as an endpoint to handle the events. With great…
AzureEvent grid Azure subscription filteringEvent grid Azure Event Grid is designed to build applications with event-based architectures. The events can be published from Azure or…
AzureAzure pipelines - security & compliance using templatesTemplates in Azure pipelines Templates are a great way to achieve what we could do using Task groups for builds and releases in classic…
AzureAutomated webapp deployment - Git to AzureGitOps Have you heard of GitOps yet? I have come across this term on multiple Software Engineering Daily podcasts. And it is amazing how it…
AzureSimple Twitter bot using Azure Logic AppsIntroduction Azure Logic Apps Azure Logic Apps is a Microsoft cloud service that helps to schedule, automate, and orchestrate tasks…
AzureAzure DevOps flaky test identification & reportingIntroduction We will agree that flaky tests make software development a challenging affair. Such tests add non-determinism and uncertainty…