Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ This article will be updated as and when changes are made to the above and anyth

Here's what's changed in Enterprise Scale/Azure Landing Zones:

### June 2025

#### Tooling

- Updated the ***Baseline alerts and monitoring*** integration section in the portal accelerator to deploy the latest release of AMBA (2025-06-03). To read more on the changes, see the [What's new](https://aka.ms/amba/alz/whatsnew) page in the AMBA documentation.

### May 2025

#### Policy
Expand Down
2 changes: 1 addition & 1 deletion eslzArm/eslzArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@
},
// Declaring root uris for external dependency repositories.
"rootUris": {
"monitorRepo": "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/2025-04-04/"
"monitorRepo": "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/2025-06-03/"
},
// Declaring all required deployment uri's used for deployments of composite ARM templates for ESLZ
"azPrivateDnsPolicyAssignmentMapping": {
Expand Down
Loading