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…
TerraformTerraform - working around 'error installing provider'Introduction Recently many teams I have been working with have been hitting this issue with Terraform. We have noticed that it is only…
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…
IaCFeatures of an ideal IaC languageIntroduction Infrastructure as Code (IaC) is the management of infrastructure (networks, virtual machines, load balancers, and connection…
PowerShellWindows Terminal - Setup Visual Studio prompt in pwshIntroduction This post is more for my notes and hopefully helps someone out figure out how to set up Visual Studio environment from pwsh in…
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…