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
Tutorial: Deploy and Manage Azure Resources - azuredevopslabs.com
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. |
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. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.