https://github.com/goodtocode/azure-arm
azure-arm starter Azure ARM, files in bicep and json format, is a starting point for Infrastructure as Code (IaC) deployment using az deployment group what-if and az deployment group create from either the CLI, from your GitHub Actions workflows, or from your Azure DevOps Pipelines.
https://github.com/goodtocode/azure-arm
Last synced: 9 months ago
JSON representation
azure-arm starter Azure ARM, files in bicep and json format, is a starting point for Infrastructure as Code (IaC) deployment using az deployment group what-if and az deployment group create from either the CLI, from your GitHub Actions workflows, or from your Azure DevOps Pipelines.
- Host: GitHub
- URL: https://github.com/goodtocode/azure-arm
- Owner: goodtocode
- License: mit
- Created: 2021-06-04T03:54:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T23:54:57.000Z (about 1 year ago)
- Last Synced: 2025-09-10T06:02:12.399Z (9 months ago)
- Language: Bicep
- Homepage: https://www.goodtocode.com
- Size: 251 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-arm Azure ARM Template library
ARM Templates in .json and upcoming .bicep files.
This is a atomic-level repository of Azure ARM templates. All files install only a single resource. You can include the resources you need in an Azure DevOps or GitHub Actions pipeline to deploy directly to Azure.
[Overview: What are Azure ARM Templates - docs.microsoft.com](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview)
[Tutorial: Deploy and Manage Azure Resources - azuredevopslabs.com](https://azuredevopslabs.com/labs/vsts/azureresource/)
#### Contents
Path | Item | Contents
--- | --- | ---
arm-json | .json ARM Templates | Azure ARM Templates in json format. Use these directly with Azure DevOps and GitHub Actions pipelines.
arm-bicep | .bicep ARM Templates | Azure ARM Templates in bicep format. Use these directly with Azure DevOps and GitHub Actions pipelines.
arm-helpers | Cmd, ps1 and bash | Helper scripts for Azure resource management and investigation.
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.