Skip to content

Commit f8ff313

Browse files
authored
feat: Add MCSB policy assignment and notScopes support (#1139)
* Update to aks assignment * Update deprecation notices * Add notScopes and MCSB v2 * Update workload specific assignments
1 parent 1101681 commit f8ff313

8 files changed

Lines changed: 238 additions & 3 deletions

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# Azure Landing Zones (ALZ) - Bicep (Classic)
22

33
> [!IMPORTANT]
4-
> Please note that this repository contains the **Classic** version of Azure Landing Zones Bicep. You should consider using the latest version of ALZ Bicep which is now based off of Azure Verified Modules (AVM). The latest version can be found here: [Azure Landing Zones Bicep (AVM)](http://aka.ms/alz/acc/bicep)
4+
> **The Future of ALZ-Bicep Classic**
5+
>
6+
> With Bicep AVM now generally available and set as the default in the ALZ Accelerator for Bicep, we're beginning the deprecation process for classic ALZ-Bicep.
7+
>
8+
> | Date | Action |
9+
> |---|---|
10+
> | Now | [Bicep - Azure Verified Modules for Platform Landing Zone (ALZ)](http://aka.ms/alz/acc/bicep) is the default starter module |
11+
> | February 16th, 2026 | Bicep (Classic) starter module removed from Accelerator |
12+
> | February 16th, 2027 | ALZ-Bicep repository archived |
13+
>
14+
> Currently, ALZ-Bicep is still supported in the Accelerator as "Bicep Classic - Complete" ([documentation](https://aka.ms/alz/accelerator/)), but this was removed in its entirety on February 16th, 2026.
15+
>
16+
> Although it has been removed from the Accelerator, the ALZ-Bicep repository is still supported in terms of:
17+
> - Bug fixes
18+
> - Security patches
19+
> - Policy refreshes
20+
>
21+
> ...for a period of 12 months after that date. After February 16th, 2027, the ALZ-Bicep repository will be archived and no longer supported.
22+
>
23+
> **Migration Support:** For guidance on migrating to Bicep AVM, please visit [aka.ms/alz/acc/bicep](http://aka.ms/alz/acc/bicep).
524
625
[![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")
726
[![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")

docs/wiki/Accelerator.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@
33
<!-- markdownlint-restore -->
44

55
> [!IMPORTANT]
6-
> The ALZ Bicep Accelerator has been enhanced to streamline the setup of your Version Control System and Azure resources. Comprehensive documentation for the updated ALZ Bicep Accelerator, which continues to utilize the modules in this repository, is now available at [aka.ms/alz/accelerator/docs](https://aka.ms/alz/accelerator/). Visit this link to access the latest guidance and get started quickly!
6+
> **The Future of ALZ-Bicep Classic**
77
>
8+
> With Bicep AVM now generally available and set as the default in the ALZ Accelerator for Bicep, we're beginning the deprecation process for classic ALZ-Bicep.
9+
>
10+
> | Date | Action |
11+
> |---|---|
12+
> | Now | [Bicep - Azure Verified Modules for Platform Landing Zone (ALZ)](http://aka.ms/alz/acc/bicep) is the default starter module |
13+
> | February 16th, 2026 | Bicep (Classic) starter module removed from Accelerator |
14+
> | February 16th, 2027 | ALZ-Bicep repository archived |
15+
>
16+
> The Bicep (Classic) starter module was removed from the Accelerator on February 16th, 2026. For the latest Accelerator guidance using Azure Verified Modules, visit [aka.ms/alz/accelerator/docs](https://aka.ms/alz/accelerator/).
17+
>
18+
> The ALZ-Bicep repository remains supported for bug fixes, security patches, and policy refreshes until February 16th, 2027, after which it will be archived.

docs/wiki/ConsumerGuide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
## How to Consume `ALZ-Bicep`
33
<!-- markdownlint-restore -->
44

5+
> [!IMPORTANT]
6+
> **The Future of ALZ-Bicep Classic**
7+
>
8+
> With Bicep AVM now generally available and set as the default in the ALZ Accelerator for Bicep, we're beginning the deprecation process for classic ALZ-Bicep. The Bicep (Classic) starter module was removed from the Accelerator on February 16th, 2026, and this repository will be archived on February 16th, 2027.
9+
>
10+
> For the recommended approach, please use [Bicep - Azure Verified Modules for Platform Landing Zone (ALZ)](http://aka.ms/alz/acc/bicep).
11+
512
## Background
613

714
> This guidance supports the [Deployment Flow](https://github.com/Azure/ALZ-Bicep/wiki/DeploymentFlow) guidance, it is not a replacement

docs/wiki/Home.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,26 @@
55
<!-- markdownlint-restore -->
66

77
> [!IMPORTANT]
8-
> Please note that this repository contains the **Classic** version of Azure Landing Zones Bicep. You should consider using the latest version of ALZ Bicep which is now based off of Azure Verified Modules (AVM). The latest version can be found here: [Azure Landing Zones Bicep (AVM)](http://aka.ms/alz/acc/bicep)
8+
> **The Future of ALZ-Bicep Classic**
9+
>
10+
> With Bicep AVM now generally available and set as the default in the ALZ Accelerator for Bicep, we're beginning the deprecation process for classic ALZ-Bicep.
11+
>
12+
> | Date | Action |
13+
> |---|---|
14+
> | Now | [Bicep - Azure Verified Modules for Platform Landing Zone (ALZ)](http://aka.ms/alz/acc/bicep) is the default starter module |
15+
> | February 16th, 2026 | Bicep (Classic) starter module removed from Accelerator |
16+
> | February 16th, 2027 | ALZ-Bicep repository archived |
17+
>
18+
> Currently, ALZ-Bicep is still supported in the Accelerator as "Bicep Classic - Complete" ([documentation](https://aka.ms/alz/accelerator/)), but this was removed in its entirety on February 16th, 2026.
19+
>
20+
> Although it has been removed from the Accelerator, the ALZ-Bicep repository is still supported in terms of:
21+
> - Bug fixes
22+
> - Security patches
23+
> - Policy refreshes
24+
>
25+
> ...for a period of 12 months after that date. After February 16th, 2027, the ALZ-Bicep repository will be archived and no longer supported.
26+
>
27+
> **Migration Support:** For guidance on migrating to Bicep AVM, please visit [aka.ms/alz/acc/bicep](http://aka.ms/alz/acc/bicep).
928
1029
![Bicep Logo](media/bicep-logo.png)
1130

0 commit comments

Comments
 (0)