ALZ-Bicep/README.md

125 строки
8.7 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2021-11-04 18:11:10 +03:00
# Azure Landing Zones (ALZ) - Bicep
2021-08-16 13:34:26 +03:00
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/azure/alz-bicep.svg)](http://isitmaintained.com/project/azure/alz-bicep "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/azure/alz-bicep.svg)](http://isitmaintained.com/project/azure/alz-bicep "Percentage of issues still open")
2021-08-27 14:38:42 +03:00
[![Update Policy Library](https://github.com/Azure/ALZ-Bicep/actions/workflows/update-policy.yml/badge.svg?branch=main)](https://github.com/Azure/ALZ-Bicep/actions/workflows/update-policy.yml)
2022-02-07 18:48:54 +03:00
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Azure/ALZ-Bicep?style=flat&logo=github)
![Bicep Logo](docs/wiki/media/bicep-logo.png)
Welcome to the Azure Landing Zones Bicep repo.
2021-08-16 13:34:26 +03:00
Detailed information about how to use, deploy and extend artifacts found in this repo can be found on our Wiki:
2021-08-16 13:34:26 +03:00
- [Home][wiki_home]
- [Deployment Flow][wiki_deployment_flow]
- [Network Topology: Hub and Spoke][wiki_deployment_flow_hs]
- [Network Topology: Virtual WAN][wiki_deployment_flow_vwan]
- [Consumer Guide][wiki_consumer_guide]
- [Accelerator][accelerator]
- [How Does ALZ-Bicep Implement Azure Policies?][wiki_policy_deep_dive]
- [Adding Custom Azure Policy Definitions][wiki_policy_defs]
- [Assigning Azure Policies][wiki_policy_assignments]
- [Contributing][wiki_contributing]
- [Telemetry Tracking Using Customer Usage Attribution (PID)][wiki_cuaid]
Add Hub & Spoke Example Orchestration Module & Migrate to `managementGroup()` Function (#109) * MGs, Policy Defs - Working * Comment out Custom RBAC Roles Module * updates * logging working * typo - captilisation * hub networking and sub moving working. Changes to mg outputs also * update * update policy assignment module * update policy to bicep script and mg placeholder in assignments * update params * update hub network module * update spoke network * aworks complete * pol assi var split - spoke commented out * validation passing with some policy assignment commented out * remove get managementGroup module * remove unneeded var * added new bug on Bicep repo 5371 reference & fix MG name * add waf pol * Convert to tabs as outputs for cleaner output * update var output files * update assignmnets var * update wiki and docs nav * add CARML dir readme.md * Paramenter typo fixes * update param examples and formatting * update readme * update hub spoke orchestration module and spoke changes and CUA docs update * remove old files * updates to config and rename * update param and add new param file * correspondance with wiki tool tip * fix linting * rename * migrate again * hub networking docs and params update * ad parTelem... to readmes * add note about scrolling for table pol asi * replace guids with xxxxxxxxx * fix table and typo * update spoke module * linter fixes * exclude unstable modules * Add missing to * Add of * associated * provide for a * remove ARM-TTK as duplicate JSON check for param files * fully remove arm-ttk Co-authored-by: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com>
2022-02-04 14:09:50 +03:00
- [Azure Container Registry Deployment - Private Bicep Registry][wiki_acrdeploy]
- [Frequently Asked Questions][wiki_faq]
Add sample GitHub Action and Azure Pipeline to wiki (#162) * Add pipeline wiki docs * Add minor edits to pipelines overview * Remove prerequisites section from overview * Add pipeline overview edits * Add ADO pipeline learning link * Add GHA learning link to overview * Add links to pipeline wiki docs * Add pipeline link to readme doc * Fix sidebar typo * Update docs/wiki/PipelinesADO.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesGitHub.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/_Sidebar.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update README.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/Home.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/Home.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update README.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Add intro to sample pipelines docs * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Fix md unordered list indentation Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com>
2022-02-28 23:27:31 +03:00
- [Sample Pipelines][wiki_pipelines]
- [GitHub Actions][wiki_pipelines_gh]
- [Azure DevOps][wiki_pipelines_ado]
- [Code Tours][code_tours]
Add sample GitHub Action and Azure Pipeline to wiki (#162) * Add pipeline wiki docs * Add minor edits to pipelines overview * Remove prerequisites section from overview * Add pipeline overview edits * Add ADO pipeline learning link * Add GHA learning link to overview * Add links to pipeline wiki docs * Add pipeline link to readme doc * Fix sidebar typo * Update docs/wiki/PipelinesADO.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesGitHub.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/_Sidebar.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update README.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/Home.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/Home.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update README.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Add intro to sample pipelines docs * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Fix md unordered list indentation Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com>
2022-02-28 23:27:31 +03:00
## Overview
The Azure Landing Zones Bicep repo provides an approach for deploying and managing the core platform capabilities of Cloud Adoption Framework Azure Landing Zones conceptual architecture using Bicep.
2021-08-16 14:18:49 +03:00
In its current incarnation each module can be deployed separately via command line but in future releases a more automated approach, via orchestration modules, will be published; but due to current Bicep & ARM limitations this is not possible today.
2021-08-16 13:34:26 +03:00
> Have you seen our page in the Azure Architecture Center here: [Azure landing zones - Bicep modules design considerations][aac_article]
## Getting Started
To get started with ALZ Bicep, please refer to the [Deployment Flow wiki page][wiki_deployment_flow] for:
1. Prerequisites and dependencies for the overall implementation.
2. High-level deployment flow.
3. Links to more detailed instructions on individual modules.
### Azure Enablement Show Videos
We have created a short 3-part series of video on the Azure Enablement Show that can be found below:
<!-- markdownlint-disable -->
#### Part 1 - Introduction to Azure Landing Zones Bicep
[![Part 1 - Introduction to Azure Landing Zones Bicep](https://img.youtube.com/vi/-pZNrH1GOxs/hqdefault.jpg)](https://aka.ms/azenable/94)
#### Part 2 - Azure Landing Zones Bicep - Enabling platform services
[![Part 2 - Azure Landing Zones Bicep - Enabling platform services](https://img.youtube.com/vi/FNT0ZtUxYKQ/hqdefault.jpg)](https://aka.ms/azenable/95)
#### Part 3 - Azure Landing Zones Bicep - Enabling landing zones
[![Part 3 - Azure Landing Zones Bicep - Enabling landing zones](https://img.youtube.com/vi/cZ7IN3zGbyM/hqdefault.jpg)](https://aka.ms/azenable/96)
<!-- markdownlint-restore -->
2021-08-16 13:34:26 +03:00
## Contributing
This project welcomes contributions and suggestions. Please review our [Contributing guide][wiki_contributing] in the Wiki. Once your PR is created and submitted a member of the team will triage, review and discuss with you 👍
Most contributions require you to agree to a
2021-08-16 13:34:26 +03:00
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 the [Microsoft Contributor License Agreement page](https://opensource.microsoft.com/cla/).
2021-08-16 13:34:26 +03:00
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Telemetry
When you deploy one or more modules in Azure Landing Zones Bicep repo, Microsoft can identify the installation of said module/s with the deployed Azure resources. Microsoft can correlate these resources used to support the software. Microsoft collects this information to provide the best experiences with their products and to operate their business. The telemetry is collected through customer usage attribution. The data is collected and governed by [Microsoft's privacy policies](https://www.microsoft.com/trustcenter).
If you don't wish to send usage data to Microsoft, details on how to turn it off can be found [here][wiki_cuaid].
2021-08-16 13:34:26 +03:00
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general).
2021-08-16 13:34:26 +03:00
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
## Security
If you believe you have found a security vulnerability in this repository, please refer to [this guide][vulnerability_reporting] on how to report it.
## Support
For support on the artifacts contained in this repository, please refer to [this guide][support_statement] for more details.
[//]: # (************************)
[//]: # (INSERT LINK LABELS BELOW)
[//]: # (************************)
[wiki_home]: https://github.com/Azure/ALZ-Bicep/wiki/home "Wiki - Home"
[wiki_deployment_flow]: https://github.com/Azure/ALZ-Bicep/wiki/DeploymentFlow "Wiki - Deployment Flow"
[wiki_deployment_flow_hs]: https://github.com/Azure/ALZ-Bicep/wiki/DeploymentFlowHS "Wiki - Deployment Flow - Hub and Spoke"
[wiki_deployment_flow_vwan]: https://github.com/Azure/ALZ-Bicep/wiki/DeploymentFlowVWAN "Wiki - Deployment Flow - Virtual WAN"
[wiki_consumer_guide]: https://github.com/Azure/ALZ-Bicep/wiki/ConsumerGuide "Wiki - Consumer Guide"
[wiki_policy_deep_dive]: https://github.com/Azure/ALZ-Bicep/wiki/PolicyDeepDive "Wiki - Policy Deep Dive"
[wiki_policy_defs]: https://github.com/Azure/ALZ-Bicep/wiki/AddingPolicyDefs "Wiki - Policy Definitions"
[wiki_policy_assignments]: https://github.com/Azure/ALZ-Bicep/wiki/AssigningPolicies "Wiki - Policy Assignments"
[wiki_contributing]: https://github.com/Azure/ALZ-Bicep/wiki/Contributing "Wiki - Contributing"
Add Hub & Spoke Example Orchestration Module & Migrate to `managementGroup()` Function (#109) * MGs, Policy Defs - Working * Comment out Custom RBAC Roles Module * updates * logging working * typo - captilisation * hub networking and sub moving working. Changes to mg outputs also * update * update policy assignment module * update policy to bicep script and mg placeholder in assignments * update params * update hub network module * update spoke network * aworks complete * pol assi var split - spoke commented out * validation passing with some policy assignment commented out * remove get managementGroup module * remove unneeded var * added new bug on Bicep repo 5371 reference & fix MG name * add waf pol * Convert to tabs as outputs for cleaner output * update var output files * update assignmnets var * update wiki and docs nav * add CARML dir readme.md * Paramenter typo fixes * update param examples and formatting * update readme * update hub spoke orchestration module and spoke changes and CUA docs update * remove old files * updates to config and rename * update param and add new param file * correspondance with wiki tool tip * fix linting * rename * migrate again * hub networking docs and params update * ad parTelem... to readmes * add note about scrolling for table pol asi * replace guids with xxxxxxxxx * fix table and typo * update spoke module * linter fixes * exclude unstable modules * Add missing to * Add of * associated * provide for a * remove ARM-TTK as duplicate JSON check for param files * fully remove arm-ttk Co-authored-by: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com>
2022-02-04 14:09:50 +03:00
[wiki_cuaid]: https://github.com/Azure/ALZ-Bicep/wiki/CustomerUsage "Wiki - Telemetry Usage ID"
[wiki_acrdeploy]: https://github.com/Azure/ALZ-Bicep/wiki/ACRDeployment "Wiki - Private Bicep Registry"
[vulnerability_reporting]: https://github.com/Azure/ALZ-Bicep/blob/main/SECURITY.md "Vulnerability reporting"
[support_statement]: https://github.com/Azure/ALZ-Bicep/blob/main/SUPPORT.md "Microsoft Support Policy"
[wiki_faq]: https://github.com/Azure/ALZ-Bicep/wiki/FAQ "Wiki - FAQs"
Add sample GitHub Action and Azure Pipeline to wiki (#162) * Add pipeline wiki docs * Add minor edits to pipelines overview * Remove prerequisites section from overview * Add pipeline overview edits * Add ADO pipeline learning link * Add GHA learning link to overview * Add links to pipeline wiki docs * Add pipeline link to readme doc * Fix sidebar typo * Update docs/wiki/PipelinesADO.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesGitHub.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/_Sidebar.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update README.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/Home.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/Home.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update README.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Add intro to sample pipelines docs * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Update docs/wiki/PipelinesOverview.md Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> * Fix md unordered list indentation Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com>
2022-02-28 23:27:31 +03:00
[wiki_pipelines]: https://github.com/Azure/ALZ-Bicep/wiki/PipelinesOverview "Wiki - Sample Pipelines"
[wiki_pipelines_gh]: https://github.com/Azure/ALZ-Bicep/wiki/PipelinesGitHub "Wiki - Sample Pipelines - GitHub Actions"
[wiki_pipelines_ado]: https://github.com/Azure/ALZ-Bicep/wiki/PipelinesADO "Wiki - Sample Pipelines - Azure DevOps"
[code_tours]: https://github.com/Azure/ALZ-Bicep/wiki/CodeTour "Wiki - Code tours"
[aac_article]: https://learn.microsoft.com/azure/architecture/landing-zones/bicep/landing-zone-bicep "Azure Architecture Center - Azure landing zones - Bicep modules design considerations"
[accelerator]: https://github.com/Azure/ALZ-Bicep/wiki/Accelerator "Accelerator"