-
Notifications
You must be signed in to change notification settings - Fork 124
Network - 25535 : Outbound traffic from VNET integrated workloads is routed through Azure Firewall #831
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
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tassessment into Feature-25535
…tassessment into Feature-25535
…tassessment into Feature-25535
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.
Pull request overview
This pull request adds a new security assessment test (Test-Assessment.25535) that validates whether outbound traffic from VNET integrated workloads is properly routed through Azure Firewall. The test uses the Azure REST API to enumerate Azure Firewalls and network interfaces across all subscriptions, checks effective route tables, and verifies that default routes point to firewall private IP addresses.
Changes:
- Added a new PowerShell test script that asynchronously collects effective route tables from network interfaces and validates routing through Azure Firewall
- Added documentation explaining the security rationale and remediation steps for routing traffic through Azure Firewall
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| src/powershell/tests/Test-Assessment.25535.ps1 | Implements the assessment logic with helper functions for collecting firewall IPs, launching async route table operations, and validating compliance |
| src/powershell/tests/Test-Assessment.25535.md | Provides security context, explanation, and remediation links for the assessment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexandair
left a comment
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
No description provided.