Skip to content
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 UDR option to route spoke traffic internally #171

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

simonkurtz-MSFT
Copy link

@simonkurtz-MSFT simonkurtz-MSFT commented Oct 31, 2024

Running bicep via AZD with routeSpokeTrafficInternally set to false (default) causes no change and maintains current behavior:

image

Running bicep via AZD with routeSpokeTrafficInternally set to true adds a new spoke-internal route:

image

Fixes #170

@kpantos
Copy link
Member

kpantos commented Nov 1, 2024

Thank you so much @simonkurtz-MSFT for putting this together. Can you also please update the documentation with the new parameter that's added at the following documents:

So that users know they can change the LZA behavior?

Also, this needs to be implemented at the terraform side as well so that there's feature parity between implementations. Can you work on this too or should we assign someone else for it?

@simonkurtz-MSFT
Copy link
Author

Hi @kpantos, thank you! I added to the standalong-deployment-guide but I did not see a section in the spoke deployment.

I would love to ask for help with Terraform as that is entirely out of my expertise, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide option to keep spoke traffic internal
2 participants