Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.41 KB

Azure Bicep Collection

This repository contains a collection of Bicep templates and Azure CLI scripts to help with various Azure administration tasks.

Project Structure

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.

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

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the MIT License. See the LICENSE file for details.