TerraformStatic analysis of Azure resource configurationIntroduction Static code analysis of code has been there for quite a while now and it is very useful now in case of configuration as code…
XamarinXamarin - Complying with AdMob policiesIntroduction Xamarin has made monetization of mobile cross-platform apps very easy. Mainly with nuget packages such as Xamarin…
TerraformTerraform - Raise an errorIntroduction The ability to conditionally raise errors is very useful if we are introducing logic and rules in our deployment. Say for…
PowerShellWhy is my PowerShell function returning two values?Introduction This post is regarding a small PowerShell function that I was writing. It started returning two values at the same time and it…
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…