-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portal UX - Fix VWAN Address Space & Remove AzFW Subnet For VWAN #718
Conversation
Thanks Jack for submitting this PR. Instead of adding additional parameters to the ARM template(s), let’s solve this in the portal UX extension directly (client side) to default to the address space recommended for VWAN when VWAN option is selected. We can discuss further when back. Should be a minor update :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested and LGTM
Thanks @hjscherer. After speaking with Kristian yesterday. There may be a slicker way to do this and keep the code DRY'er. I'll convert this to draft whilst I make the changes and test before submitting later 👍 |
@krnese @hjscherer This should now be good to go 👍 The
|
Overview/Summary
This PR fixes #714 which has re-occurred in the new eslzArm experience. It also removes the AzFw subnet address space from being specified in VWAN deployments, as this is not required.
This PR fixes/adds/changes/removes
Breaking Changes
None
Testing Evidence
Hub & Spoke with AzFW
VWAN
Other
Can also be tested via this URL: https://portal.azure.com/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fjtracey93%2FEnterprise-Scale%2Ffix-714%2FeslzArm%2FeslzArm.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2Fjtracey93%2FEnterprise-Scale%2Ffix-714%2FeslzArm%2Feslz-portal.json
As part of this Pull Request I have
main
branch/docs/wiki/whats-new.md
) - not required