Skip to content

Commit 57a3aa3

Browse files
authored
Merge branch 'main' into main
2 parents f9283f2 + 4d4ae25 commit 57a3aa3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/wiki/Whats-new.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ This article will be updated as and when changes are made to the above and anyth
5757

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

60+
### July 2025
61+
62+
#### Tooling
63+
64+
- Updated the ***Baseline alerts and monitoring*** integration section in the portal accelerator to deploy the latest release of AMBA (2025-07-02). To read more on the changes, see the [What's new](https://aka.ms/amba/alz/whatsnew) page in the AMBA documentation.
65+
6066
### June 2025
6167

6268
#### Tooling

eslzArm/eslzArm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@
17061706
},
17071707
// Declaring root uris for external dependency repositories.
17081708
"rootUris": {
1709-
"monitorRepo": "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/2025-06-03-hotfix/"
1709+
"monitorRepo": "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/2025-07-02/"
17101710
},
17111711
// Declaring all required deployment uri's used for deployments of composite ARM templates for ESLZ
17121712
"azPrivateDnsPolicyAssignmentMapping": {

src/portal/release.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"azureLandingZoneTemplateDetailsUri": "https://github.com/Azure/Enterprise-Scale/tree/2025-06-12",
3-
"templateUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2025-06-12/eslzArm/eslzArm.json",
4-
"templateUriBlob": "https://github.com/Azure/Enterprise-Scale/blob/2025-06-12/eslzArm/eslzArm.json",
5-
"uiFormDefinitionUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2025-06-12/eslzArm/eslz-portal.json"
2+
"azureLandingZoneTemplateDetailsUri": "https://github.com/Azure/Enterprise-Scale/tree/2025-07-03",
3+
"templateUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2025-07-03/eslzArm/eslzArm.json",
4+
"templateUriBlob": "https://github.com/Azure/Enterprise-Scale/blob/2025-07-03/eslzArm/eslzArm.json",
5+
"uiFormDefinitionUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2025-07-03/eslzArm/eslz-portal.json"
66
}

0 commit comments

Comments
 (0)