From 9443a670b622ef8f19e1dda87f01f2987e7b6fba Mon Sep 17 00:00:00 2001 From: Sacha Narinx Date: Tue, 27 Aug 2024 12:29:36 +0400 Subject: [PATCH] ER GW and FW Basic Fix (#1733) Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com> --- docs/wiki/Whats-new.md | 1 + eslzArm/subscriptionTemplates/hubspoke-connectivity.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/wiki/Whats-new.md b/docs/wiki/Whats-new.md index 9b8d8b28d6..933622c6fa 100644 --- a/docs/wiki/Whats-new.md +++ b/docs/wiki/Whats-new.md @@ -61,6 +61,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones: - Cleaned up the Log Analytics "solutions" in portal ARM template, as these are no longer required and deployed by ALZ. - Re-introduced the option to enable "Sentinel" in the portal accelerator. - Updated Microsoft Sentinel onboarding (enablement) using the new mechanism that fixes issues after 1 July 2024. Microsoft Sentinel is enabled by default through the portal accelerator as a best practice - we do not however configure any data connectors, we only enable the service. Should you wish to remove this, you can delete the association from the Azure Portal after deployment from the "Sentinel" feature blade. +- Fixed a bug that would result in a failed deployment if deploying an Express Route Gateway and Basic Firewall SKU through the portal accelerator. ### July 2024 diff --git a/eslzArm/subscriptionTemplates/hubspoke-connectivity.json b/eslzArm/subscriptionTemplates/hubspoke-connectivity.json index d2f76af24b..7e7d1d55a2 100644 --- a/eslzArm/subscriptionTemplates/hubspoke-connectivity.json +++ b/eslzArm/subscriptionTemplates/hubspoke-connectivity.json @@ -553,7 +553,8 @@ "[concat('Microsoft.Network/firewallPolicies/', variables('azFwPolicyName'))]", "[concat('Microsoft.Network/publicIpAddresses/', variables('azFwIpName'))]", "[concat('Microsoft.Network/virtualNetworks/', variables('hubName'))]", - "[concat('Microsoft.Network/virtualNetworkGateways/', variables('vpngwname'))]" + "[concat('Microsoft.Network/virtualNetworkGateways/', variables('vpngwname'))]", + "[concat('Microsoft.Network/virtualNetworkGateways/', variables('erGwName'))]" ], "properties": { "sku": {