PSArm
PSArm copied to clipboard
Conversion of PowerShell Script or CLI to PSARM Object
Something that I see/hear of on a regular basis is of Az PowerShell scripts used for deployment of Azure infrastructure.
Whilst this is a perfectly acceptable mechanism to deploy Azure Resources, it's much slower for complex resources than ARM templates are.
It would be nice if it were to be possible for a ConvertFrom-AzPowerShell | ConvertTo-PSArm
type workflow to be achievable