PSArm
PSArm copied to clipboard
PSArm is a PowerShell module that provides a PowerShell-embedded domain-specific language (DSL) for Azure Resource Manager (ARM) templates
Looks like we are missing the ability to extract ARM Functions from an ARM template in the following code https://github.com/PowerShell/PSArm/blob/f80b2f86573fbe5b1db1ad21c9e6f328308e6045/src/Serialization/ArmParser.cs#L113-L158
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...