Summary
This is a focused release that introduces a few impactful enhancements across network, monitoring, and policy features. Key highlights include support for deploying an optional sidecar Virtual Network (VNet) with Virtual WAN (vWAN), improved flexibility in VM Insights configuration, and fine-grained control over policy assignment enforcement behavior.
Huge thanks to @picccard for his contribution to improving VM Insights flexibility. We appreciate the help and welcome contributions from anyone looking to improve the ALZ Bicep modules!
What's Changed
-
feat: Sidecar network for VWAN by @oZakari in #1017
→ Introduces support for a sidecar VNet alongside the vWAN Hub using the newparSidecarVirtualNetwork
parameter.
→ Includes new typesideCarVirtualNetworkType
for clean input structure and modular deployment. -
feat: Added VmInsight DCR without need for dependency agent by @picccard in #1026
→ Adds a new parameterparDataCollectionRuleVMInsightsExperience
to allow selecting betweenPerfOnly
andPerfAndMap
VM Insights experiences, removing the need for the Dependency Agent in some cases. -
feat: Added new parameter for policy assignment DoNotEnforce flexibility by @oZakari in #1032
→ AddsparPolicyAssignmentsToDisableEnforcement
to enable setting specific ALZ policy assignments toDoNotEnforce
, rather than excluding them from being deployed entirely with the existing parameterparExcludedPolicyAssignments
.
Breaking Changes
None
Full Changelog: v0.22.2...v0.22.3