-
Notifications
You must be signed in to change notification settings - Fork 517
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
Add support to deploy an additional VWAN hub to an existing Virtual WAN #456
Conversation
*mulitple vWAN hub *VPN and Express route gateways on additional hubs *Azure firewall
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.
Thanks @aarunraaj,
Looks like the build tests are failing, so please investigate and resolve that.
Aside from that can you also ensure to update the parameter files and tests in the /samples/
directory with the changes.
Finally, could you also squeeze in adding these additional properties as per the User Story AB#26744 i tagged you in as these should be quick and valuable additions, that have been requested by the community
*update parameters.all file *updated baseline.sample file * updated vWANConnectivity to include hub routing preference and router auto scale configuration provisions
thanks @jtracey93 , |
infra-as-code/bicep/modules/vwanConnectivity/vwanConnectivity.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/vwanConnectivity.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/vwanConnectivity.bicep
Outdated
Show resolved
Hide resolved
Added additional details about the array And expected value details for each of them.
updated mc-vwanconnecitivyt parameters min and all.json files to include the changes.
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.
@aarunraaj a couple of things to sort please.
Also can you please manually generate the doc update by following https://github.com/Azure/ALZ-Bicep/wiki/Contributing#manually-generating-the-parameter-markdown-files
Thanks
infra-as-code/bicep/modules/vwanConnectivity/vwanConnectivity.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/vwanConnectivity.bicep
Outdated
Show resolved
Hide resolved
*update HubRoutingPreference parameter with the default value in comment.
infra-as-code/bicep/modules/vwanConnectivity/vwanConnectivity.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/vwanConnectivity.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/samples/baseline.sample.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/samples/baseline.sample.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/parameters/mc-vwanConnectivity.parameters.all.json
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/parameters/mc-vwanConnectivity.parameters.min.json
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/parameters/vwanConnectivity.parameters.all.json
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/parameters/vwanConnectivity.parameters.all.json
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/parameters/vwanConnectivity.parameters.min.json
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/vwanConnectivity/samples/baseline.sample.bicep
Outdated
Show resolved
Hide resolved
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM
Overview/Summary
Replace this with a brief description of what this Pull Request fixes, changes, etc.
AB#25157
AB#26744
This PR fixes/adds/changes/removes
Breaking Changes
Testing Evidence
Replace this with any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch