https://github.com/davisdre/azure-bicep
This repository contains a collection of Bicep templates and Azure CLI scripts to help with various Azure administration tasks.
https://github.com/davisdre/azure-bicep
azure bicep bicep-azure bicep-modules
Last synced: about 1 year ago
JSON representation
This repository contains a collection of Bicep templates and Azure CLI scripts to help with various Azure administration tasks.
- Host: GitHub
- URL: https://github.com/davisdre/azure-bicep
- Owner: davisdre
- License: mit
- Created: 2024-08-02T03:52:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T02:02:44.000Z (over 1 year ago)
- Last Synced: 2025-01-30T14:41:19.361Z (over 1 year ago)
- Topics: azure, bicep, bicep-azure, bicep-modules
- Language: Bicep
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Azure Bicep Collection
This repository contains a collection of Bicep templates and Azure CLI scripts to help with various Azure administration tasks.
## Project Structure
### [assignNist80053Rev5](assignNist80053Rev5/README.MD)
This project contains a Bicep template and an Azure CLI script to assign the NIST SP 800-53 Rev. 5 initiative to a management group in Azure.
- **`deploy.azcli`**: Azure CLI script to deploy the Bicep template.
- **`main.bicep`**: Bicep template defining the policy assignment.
- **`README.MD`**: Documentation for this project.
### [az_budget_alerts](az_budget_alerts/README.MD)
This project contains a Bicep template and an Azure CLI script to create a budget to track cost or usage and get notified whenever a specified threshold is met.
- **`deploy_azure_budget_alert.azcli`**: Azure CLI script to deploy the Bicep template.
- **`main.bicep`**: Bicep template defining the budget.
- **`main.bicepparam`**: Parameters file for the Bicep template.
- **`README.MD`**: Documentation for this project.
## Additional Resources
- [Azure Bicep Documentation](https://docs.microsoft.com/azure/azure-resource-manager/bicep/)
- [Azure CLI Documentation](https://docs.microsoft.com/cli/azure/)
## Contributing
Contributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.