Open
Description
Hi, I'm trying to create and manage a VM within a devtest lab.
I've found:
- How to create a VM using the Azure Portal UI
- How to create and manage VMs using the Azure CLI
- Deploying resources with Resource Manager templates and Azure PowerShell, combined with the Azure DevTestLab new VM template
But I'd really like to use PowerShell to do this (since I'm trying to write a PowerShell script/module to launch an environment to test PowerShell).
- Is this supported currently in Azure PowerShell and where can I read up on it?
- If not, is the best way to get this functionality from PowerShell to use ARM from a more generic cmdlet or maybe to use the .NET Azure SDK?
- In either of those cases where would the best place to read up on cobbling together an implementation of that?
- If this isn't implemented yet, is there somewhere I should move this request to?
Thanks for your help!