PowerShell Classes - Validating ARM parameters Jun 29, 2020 Origin❓ (shameless plug, alert!) 🙃 Recently, I was discussing with my colleague about this new book I am co-authoring (with Prateek) about why to learn .NET to be a better PowerShell programmer and upon further discussion we pondered some interesting ways to use PowerShell classes. ...
.NET notes - create SHA256 hash Jun 5, 2020 Background 🧐 Today I was looking to generate SHA256 hash for input string data. Below are my notes on how I used dotnet script (interactive scripting experience) in .NET to experiment with it. ...
ARM templates - iterate & deploy resource May 26, 2020 Background 🧐 I like ARM templates, I use it a lot to deploy Azure cloud resources but as all things it has some pain points associated with it. In this post, let’s see how you can iterate over based on certain logic and deploy multiple resources using linked templates. ...
AKS PowerShell Tip - Add Authorized Ip May 1, 2020 Background 🐼 Recently, I found out that there is no sane way to perform adding a public IP address to the authorized IP address ranges using either the Az CLI or Az. ...
Azure DevOps Tip - Job re-use within a Stage Apr 26, 2020 Background Azure DevOps introduced multi-stage yaml pipelines a while ago. It allows us to define our entire Build/Release landscape inside these yaml definitions. To re-iterate of some terms used in this post: ...