DevOpsAzure DevOps service connection with Service Principal using CertificateBanner from wixstatic Introduction Azure DevOps service connection to Azure, using a Service Principal can use a secret (a password) or a…
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…
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…