An open API service indexing awesome lists of open source software.

https://github.com/powershell/psarm

PSArm is a PowerShell module that provides a PowerShell-embedded domain-specific language (DSL) for Azure Resource Manager (ARM) templates
https://github.com/powershell/psarm

Last synced: about 1 month ago
JSON representation

PSArm is a PowerShell module that provides a PowerShell-embedded domain-specific language (DSL) for Azure Resource Manager (ARM) templates

Awesome Lists containing this project

README

          

# PSArm

## This project is now archived

Active development on PSArm has been stopped and the project is now archived.
See: [PSArm Experiment Update](https://devblogs.microsoft.com/powershell/psarm-experiment-update/).

The repository will remain readonly and available under MIT license
for anyone wishing to reuse the project or its components and ideas.

## Description

PSArm was an experimental PowerShell module that provides a
domain-specific language (DSL) embedded in PowerShell
for Azure Resource Manager (ARM) templates,
allowing you to use PowerShell
to build ARM templates.

For more information, see [the old README](./README_Old.md).