-
Notifications
You must be signed in to change notification settings - Fork 168
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
UserDefinedRouting Egress #550
Conversation
Looks like a good update. |
Having trouble getting this working as intended. |
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.
@lenisha - I've done the fixes in your branch as part of testing.... Let me finish the deployment tests and i'll push. |
I get an error when running az deployment group create -g gordons --template-file ./bicep/main.bicep --parameters resourceName=udr JustUseSystemPool=true custom_vnet=true azureFirewalls=true aksOutboundTrafficType=userDefinedRouting
I shall continue looking |
@lenisha - I don't have permissions to push to your PR. Buzz me on teams when you have time to chat 😊 |
PR Summary
Added option 'userDefinedRouting' in aksEgressType to support use case deploying to networks that force tunnel traffic to Firewall.
Closes #544
PR Checklist