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.
- Host: GitHub
- URL: https://github.com/goodtocode/azure-arm
- Owner: goodtocode
- License: mit
- Created: 2021-06-04T03:54:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T18:26:48.000Z (6 months ago)
- Last Synced: 2024-12-16T14:14:14.152Z (5 months ago)
- Language: PowerShell
- Homepage: https://www.goodtocode.com
- Size: 242 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 [[email protected]](mailto:[email protected]) with any additional questions or comments.