Hi,
i have one business case which need to be implemented. We need to automate the below stuff
1. created virtual network and bring up the VM : can be done through the powershell
2. install the windows features like iis and .net framework 4.0 : can be done through the powershell DSC
now i can to create C# code by provinding the azure account details it should be able to create point 1 and 2 for me.
how to do it ? it that infa matured to such an extent to solve this ?