PSArm icon indicating copy to clipboard operation
PSArm copied to clipboard

Conversion of PowerShell Script or CLI to PSARM Object

Open kilasuit opened this issue 3 years ago • 1 comments

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

kilasuit avatar Mar 27 '21 04:03 kilasuit