[Hubs] Document how to move from private to public access and remove costly resources#1787
Conversation
Co-authored-by: MSBrett <24294904+MSBrett@users.noreply.github.com>
…letion order, enhance security recommendations Co-authored-by: MSBrett <24294904+MSBrett@users.noreply.github.com>
MSBrett
left a comment
There was a problem hiding this comment.
We need to put our changes into the unreleased section. V12 has already shipped.
The changelog entry is already in the "Unreleased" section (line 30). It was moved there in commit 61c9619 to address the earlier review feedback. |
MSBrett
left a comment
There was a problem hiding this comment.
Add a section which details removing the managed runtime from Azure Data Factory along with the managed private endpoints. Whilst leaving them won't break anything they do carry a cost, so it's best to remove them.
Co-authored-by: MSBrett <24294904+MSBrett@users.noreply.github.com>
Added a new section detailing how to remove the Azure Data Factory managed integration runtime along with managed private endpoints. The section includes step-by-step instructions for identifying, stopping, and deleting managed integration runtimes to eliminate ongoing costs. Commit e92bb86 |
…access Co-authored-by: MSBrett <24294904+MSBrett@users.noreply.github.com>
…costly resources (#1787) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSBrett <24294904+MSBrett@users.noreply.github.com>
This PR adds comprehensive documentation to help customers reduce costs by switching their FinOps hubs from private to public networking access, including removal of all cost-generating resources.
Background
Private networking in FinOps hubs adds significant costs for virtual networks, private endpoints, dedicated compute resources, and managed integration runtimes. Many customers who initially deployed with private access may later want to reduce costs by switching to public access, which is still secure through RBAC and TLS encryption.
Changes Made
Added new section "Removing private networking" to
docs-mslearn/toolkit/hubs/private-networking.md:Updated changelog in
docs-mslearn/toolkit/changelog.md:The documentation provides clear guidance on how to make this transition safely, including important considerations about planning the change, coordinating with network administrators, verifying the deployment works correctly after the switch, and properly cleaning up all networking resources and managed runtimes in the correct order to avoid dependency conflicts and eliminate all associated costs.
Fixes #1342.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.