Skip to content

Commit

Permalink
vWAN with single subscription deployment bug fix (#1472)
Browse files Browse the repository at this point in the history
Co-authored-by: Recep Ozkurt <recepo@microsoft.com>
Co-authored-by: Sacha Narinx <Springstone@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 14, 2023
1 parent 8a57430 commit a6caa4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/wiki/Whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:

- Added virtual hub routing preference support to Portal Accelerator for scenarios where you need to influence routing decisions in virtual hub router towards on-premises. For existing ALZ customers please visit [Configure virtual hub routing preference](https://learn.microsoft.com/azure/virtual-wan/howto-virtual-hub-routing-preference) for details on how to configure virtual hub routing preference settings.
- Added virtual hub capacity option to Portal Accelerator which provides an option to select the number of routing infrastracture units. Please visit [Virtual hub capacity](https://learn.microsoft.com/azure/virtual-wan/hub-settings#capacity) for more details on Azure vWAN Virtual Hub Capacity configuration.
- Fixed a bug in the portal accelerator experience when deploying with single platform subscription and selecting virtual WAN networking topology - Invalid Template error.

#### Docs
- Fixed in ALZ Azure Setup the bash command to assign at root scope _Owner_ role to a Service Principal.
Expand Down
15 changes: 15 additions & 0 deletions eslzArm/eslzArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4395,6 +4395,21 @@
},
"vpnGateWayScaleUnit": {
"value": "[parameters('vpnGateWayScaleUnit')]"
},
"enablevWANRoutingIntent":{
"value":"[parameters('enablevWANRoutingIntent')]"
},
"internetTrafficRoutingPolicy":{
"value":"[parameters('internetTrafficRoutingPolicy')]"
},
"privateTrafficRoutingPolicy":{
"value":"[parameters('privateTrafficRoutingPolicy')]"
},
"vWANHubRoutingPreference":{
"value":"[parameters('vWANHubRoutingPreference')]"
},
"vWanHubCapacity":{
"value":"[parameters('vWANHubCapacity')]"
}
}
}
Expand Down

0 comments on commit a6caa4f

Please sign in to comment.