-
Notifications
You must be signed in to change notification settings - Fork 87
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
docs: Added new recommendations for Azure bastion hosts #586
base: main
Are you sure you want to change the base?
Conversation
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
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.
- Recommendation: "Deploy Azure Bastion across Availability Zones"
I suggest we move this recommendation from High to Medium, since Bastion is not directly used by workloads, it is an important component that allows admins to access their environments for troubleshooting, but deploying a bastion in a zone redundant config would not directly increase the resilience of the workload.
For example, if they do not deploy a Load Balancer across zones and a Zone goes down, it will have direct effect on the workload, while Bastion would not.
Thanks Rodrigo. Make sense to make the impact as Medium. I will do the changes. |
Review comment has been addressed. |
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
Added new recommendations for Azure bastion hosts and cross referenced them in dependent resource section in Specialized workload/AI
Related Issues/Work Items
https://dev.azure.com/CSUSolEng/Accelerator%20-%20AI/_workitems/edit/38508/
As part of this pull request I have
main
branch