Category: Software Development
-
Creating and deploying Azure cloud infrastructure using C#
Introduction So I was tasked with writing a pro-code solution to generate Azure Resource groups using C#. What I ended up with is a simple, scalable function that takes in a parameter object and automatically creates a resource group within an Azure subscription. Although limited to creating Resource Groups this solution has the potential to…
