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

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: 5 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.

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 [[email protected]](mailto:[email protected]) with any additional questions or comments.