Skip to content

Commit

Permalink
ER GW and FW Basic Fix (#1733)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Tracey <[email protected]>
  • Loading branch information
Springstone and jtracey93 authored Aug 27, 2024
1 parent 33bfd38 commit 9443a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion eslzArm/subscriptionTemplates/hubspoke-connectivity.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9443a67

Please sign in to comment.