Skip to content

Releases: Azure/ALZ-Bicep

v0.19.4

02 Oct 07:59
d456e09
Compare
Choose a tag to compare

Compatibility

This version of the Bicep starter module is only compatible with with versions of the ALZ PowerShell module > 4.0.0: https://github.com/Azure/ALZ-PowerShell-Module/releases/tag/4.0.0

Older version of the PowerShell module will fail.

Summary

Deprecation Notice: ALZ Bicep Accelerator (Classic)

The classic version of the ALZ Bicep Accelerator has been officially deprecated and removed from the ALZ PowerShell Module (supported only in version 3.1.2 or earlier). Users are encouraged to transition to the updated version, which automates the bootstrapping of your Version Control System and Azure resources.

However, if you prefer, you can hold off on updating and wait for the upcoming ALZ-Bicep Refactor that will leverage Azure Verified Modules, providing an enhanced and standardized framework.

Additionally, the Azure Monitor Baseline Alerts (AMBA) guidance is specific to the deprecated classic version. While integration into the updated ALZ-Bicep Accelerator is underway, you can still deploy AMBA as a standalone solution or wait for the upcoming integration.

For more information, see the updated documentation.

What's Changed

Breaking Changes

None 👍🏼

Full Changelog: v0.19.3...v0.19.4

v0.19.3

27 Sep 04:56
2b7ee23
Compare
Choose a tag to compare

Summary

This release introduces several new capabilities and improvements to the networking modules:

  • SNAT Configuration for Azure Firewall: Added support to configure Source Network Address Translation (SNAT) for Azure Firewall resources.
  • Active/Active Virtual Network Gateways: Networking modules now support the deployment of active/active virtual network gateways.
  • Bug Fixes:
    • Resolved an issue in the ALZ Default Policy Assignments module, where a specific assignment was missing a required role.
    • Fixed an issue with the DDOS resource output, which was missing a condition that caused failures when parDdosEnabled was set to true.

We’ve also introduced a hub networking module and an associated parameter file for use in the Accelerator for deployments targeting two regions. Along with this, a new parameter file for the VWAN module has been added, supporting multi-region deployments within the Accelerator.

Finally, we've added a note in the README indicating that starting in Q4 2024, applicable resources in all modules will be configured to be zone-redundant by default.

What's Changed

  • feat: Add SNAT property to firewall resources by @oZakari in #854
  • fix: Fix hubNetworking module output when DDoS is disabled by @cconstantin in #861
  • chore: Bump github/codeql-action from 3.26.6 to 3.26.8 by @dependabot in #858
  • fix: Add role connectedMachineResourceAdministrator to Deploy-vmHybr-Monitoring by @baartch in #862
  • fix: General networking fixes and add active-active capability for vnet gateway by @oZakari in #863
  • ci: Bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #864
  • feat: Multi region support for accelerator by @sebassem in #857

Breaking Changes

None 👍🏼

New Contributors

Full Changelog: v0.19.2...v0.19.3

v0.19.2

06 Sep 01:46
3ab7cc2
Compare
Choose a tag to compare

Summary

This release addresses an issue where the compiled ARM template for the Default Policy Assignments Module was excessively large, resulting in deployment failures.

What's Changed

Breaking Changes

None 👍🏼

Full Changelog: v0.19.1...v0.19.2

v0.19.1

04 Sep 19:11
ec4f4b8
Compare
Choose a tag to compare

Summary

This update introduces the ability to use constrained delegation, adds new linter rules, updates API versions, and includes several bug fixes.

What's Changed

  • fix: rename private DNS zone privatelink.dp.kubernetesconfiguration.azure.com by @baartch in #814
  • Adding RBAC constrained delegation parameters and guidance in the roleAssignment modules by @sebassem in #816
  • Fix safe access linter warnings by @picccard in #827
  • Added newer linter-rules by @picccard in #826
  • Updated api version for automation account by @picccard in #829
  • Bump github/codeql-action from 3.24.9 to 3.26.5 by @dependabot in #840
  • Bump gaurav-nelson/github-action-markdown-link-check from 1.0.13 to 1.0.15 by @dependabot in #839
  • Bump actions/upload-artifact from 3.pre.node20 to 4.3.6 by @dependabot in #838
  • Bump github/super-linter from 4 to 6 by @dependabot in #836
  • Bump azure/powershell from 1 to 2 by @dependabot in #837
  • Bump ossf/scorecard-action from 2.3.1 to 2.4.0 by @dependabot in #842
  • Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #844
  • Bump a11smiles/GitSync from 1.1.4 to 1.2.3 by @dependabot in #843
  • Adding a link to RBAC constrained delegation limitations by @sebassem in #847
  • fix: Condensed descriptions and add known issue for ALZ Default Policy Assignments Module by @oZakari in #831
  • Bump github/super-linter from 6 to 7 by @dependabot in #846
  • hygiene: Add semantic versioning by @oZakari in #849
  • Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #848

Breaking Changes

None 👍🏼

Full Changelog: v0.19.0...v0.19.1

v0.19.0

18 Jul 20:26
8dd8d53
Compare
Choose a tag to compare

Summary

This update brings multi-region support along with guidance for deploying networking components across multiple regions.

We are also excited to introduce V2 of the ALZ-Bicep Accelerator! Expanding on the features of the V1 Accelerator, V2 provides complete automation for setting up continuous integration and deployment environments in both Azure DevOps and GitHub.
New Features and Improvements:

  • Support for self-hosted container instances for GitHub Runners and Azure DevOps Agents.
  • Templatized pipelines with options to toggle module deployments.
  • Group/member approval processes for deployments.
  • And many more enhancements!

Note: The classic version of the ALZ Bicep Accelerator will be maintained for a limited time. We recommend migrating to the new version as soon as possible.

What's Changed

  • Add DdosEnabled toggle and fix logic modPolicyAssignmentConnEnableDdos by @oZakari in #810
  • Bug: Several hygiene fixes and/or cleanup by @oZakari in #809
  • bug: Fix deploymentnames in pipeline-scripts to max 64 char by @picccard in #801
  • Sentinel onboarding via OnboardingStates API by @cloudchristoph in #811
  • [vwanConnectivity] Refactor to support multi-region hubs by @sebassem in #805
  • Enhancement: Remove secret references for login by @oZakari in #793
  • ALZ bicep modules multi-region guidance by @sebassem in #804
  • Implement bicep bootstrap by @jaredfholgate in #799

Breaking Changes

With PR #805, the following parameters were moved into the user-defined type of virtualWanOptionsType to allow for different firewall configurations per hub/region

  • parAzFirewallDnsServers
  • parAzFirewallIntelMode
  • parAzFirewallDnsProxyEnabled
  • parAzFirewallTier
  • parAzFirewallAvailabilityZones

Full Changelog: v0.18.0...v0.19.0

v0.18.0

21 Jun 09:33
0a9a675
Compare
Choose a tag to compare

Summary

This is a major release, following the update of Azure Landing Zones with its major policy refresh and the transition from Microsoft Monitoring Agent (MMA) to Azure Monitoring Agent (AMA), you can read more in the "What's New" wiki page in the Enterprise-Scale repo. This release incorporates the following changes from the upstream Enterprise Scale repo:

1. Policy Refresh H2 FY24

  • Transition to built-in policies for the deployment of diagnostic settings (original assignments will be moved to new definitions).
  • Transition to built-in policies for the deployment of Azure Monitor Agent.

Tip

See here for the updated list of all ALZ Default Policy Assignments

Policy Refresh H2 FY24 Cleanup

Existing consumers of ALZ will notice that some "assigned by default" initiative assignments from the ALZ Default Policy Assignment Module have been replaced/renamed to avoid breaking changes to existing assignments.

  • Therefore, the original assignments listed below will need to be deleted within your Azure environments:

    Initiative Display Name Original Assignment Name New Assignment Name Scope of Assignment
    Deploy-VM-Monitor Legacy - Enable Azure Monitor for VMs Deploy-VM-Monitoring Deploy-VM-Monitor-24 Landing Zones Management Group
    Deploy-VMSS-Monitor Legacy - Enable Azure Monitor for Virtual Machine Scale Sets Deploy-VMSS-Monitoring Deploy-VMSS-Monitor-24 Landing Zones Management Group
    Deploy-MDFC-Config Deploy Microsoft Defender for Cloud configuration Deploy-MDFC-Config Deploy-MDFC-Config-H224 Intermediate Root Management Group
    Deploy-EncryptTransit Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit Enforce-TLS-SSL Enforce-TLS-SSL-H224 Landing Zones Management Group
    Deploy-Diagnostics-LogAnalytics Deploy Diagnostic Settings to Azure Services Deploy-Resource-Diag Deploy-Diag-Logs Intermediate Root Management Group

| Deploy-VM-Monitor | Deploy

2. AMA Updates

The Microsoft Monitoring Agent (MMA) is deprecated, and all related assignment files have been removed, though the policy definitions files remain. We now assign policies that deploy the Azure Monitor Agent (AMA) instead of MMA.

The ALZ team have a number of pieces of guidance you can utilise to understand the MMA deprecation (aka AMA migration) steps: aka.ms/alz/ama/blog

New resources

  • A user-assigned managed identity (UAMI) for the AMA agent to authenticate with Azure Monitor (this requires no special role assignments; any valid identity will suffice)
  • Data collection rule for VM Insights
  • Data collection rule for Change Tracking
  • Data collection rule for Defender for SQ

Microsoft Monitoring Agent (MMA) Cleanup

As MMA resources were deployed using Azure Policy (DeployIfNotExists), they will not be cleaned up automatically. Manual cleanup of these resources is required. Please refer to the product group guidance on how to clean up the MMA resources.

Legacy Policy Cleanup

Existing consumers of ALZ will notice that some "assigned by default" initiative assignments from the ALZ Default Policy Assignment Module have been replaced/renamed to avoid breaking changes to existing assignments.

  • Therefore, the original assignments listed below will need to be deleted within your Azure environments:

    Assignment Name Display Name Scope of Assignment
    Deploy-MDFC-DefenSQL-AMA Configure SQL VMs and Arc-enabled SQL Servers to install Microsoft Defender for SQL and AMA with a user-defined LA workspace Platform Management Group
    Landing Zones Management Group
    Deploy-UAMI-VMInsights Deploy User Assigned Managed Identity for VM Insights Landing Zones Management Group

Important

Going forward, this ALZ Default Policy Assignments Module and Logging Module will not support MMA and will only support AMA. If you wish to continue using MMA, you will need to manage it outside of these modules.

What's Changed

Breaking Changes

  1. With the fix for #780, we changed the allowed value within the param to specify the hub routing preference from ASN to AsPath

Full Changelog: v0.17.5...v0.18.0

v0.17.5

11 Jun 16:25
6928d91
Compare
Choose a tag to compare

Summary

Just a very small release to fix a bug for Sovereign Landing Zone deployments.

What's Changed

Breaking Changes

None 👍🏼

Full Changelog: v0.17.4...v0.17.5

v0.17.4

07 Jun 11:56
babac77
Compare
Choose a tag to compare

Note

This release does not add any new features for customers for ALZ Bicep, it is purely for the ALZ Bicep core team to progress some work that is ongoing to the accelerator. Please review the v0.17.3 release

What's Changed

  • [Bug - vwanConnectivity] outAzFwPrivateIps output index error by @sebassem in #787
  • chore: add release action to generate artifacts for accelerator by @jaredfholgate in #788

Full Changelog: v0.17.3...v0.17.4

v0.17.3

03 Jun 18:42
ce4f9d7
Compare
Choose a tag to compare

Summary

This update introduces several enhancements, bugs fixes, and documentation improvements. Key changes include the addition of documentation to incorporate Azure Monitor Baseline Alerts into the Accelerator framework, support availability zones by default for the Accelerator, and the addition of a policy exemption module utilized for Sovereign Landing Zone deployments. There are no breaking changes in this release. Additionally, three new contributors have joined the project!

What's Changed

  • Enhancement: Add availability zones information in the config file by @sebassem in #736
  • Docs: add build validation guidance Azure DevOps by @MarcoJanse in #742
  • Bug: Update vwanConnectivity.bicep by @DavidLHannah in #744
  • Enhancement: update docs for refactor by @jaredfholgate in #747
  • Bug: Adding conditional statements for subnet references by @oZakari in #748
  • Bug: Change Enforce-GR-KeyVault policy assignment from platform management to platform scope by @achechen in #752
  • Docs: Known issues by @oZakari in #757
  • Docs: Update Known Issue Guidance by @oZakari in #758
  • Docs: Enhancements and adjustments to documentation by @oZakari in #770
  • Docs: Add documentation for integrating AMBA by @oZakari in #776
  • Feature: Parameterize Route Table Entry Names by @alisakina99 in #777
  • Docs: Amba documentation disclaimer and fix links in Accelerator by @oZakari in #781
  • Feature: Policy Baseline Exemption Logic Needs to Live in ALZ Repo and a Flag for Azure Firewall Policy by @VeronicaSea in #762

Breaking Changes

None 👍🏼

New Contributors

Full Changelog: v0.17.2...v0.17.3

v0.17.2

27 Feb 18:04
585b334
Compare
Choose a tag to compare

Summary

This GitHub release provides a few minor changes primarily focused on updating API versions, adding clarity to param descriptions, and enhancing flexibility in SLZ policy assignments.

What's Changed

  • Enhancement: Update api versions for policy defs and subscription resources and add clarity for resource lock param desc. by @oZakari in #730
  • Update: alzDefaultPolicyAssignments.bicep changes for SLZ Policy Assignments by @VeronicaSea in #729
  • Update release version by @oZakari in #732

Breaking Changes

None 👍🏼

Full Changelog: V0.17.1...v0.17.2