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…
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…