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
- Host: GitHub
- URL: https://github.com/powershell/psarm
- Owner: PowerShell
- License: mit
- Archived: true
- Created: 2020-03-30T20:43:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T19:17:26.000Z (about 4 years ago)
- Last Synced: 2025-09-25T20:21:25.188Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 8.29 MB
- Stars: 78
- Watchers: 21
- Forks: 18
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).