Add vnet support, networking guide and support for existing AI Foundry accounts#69
Draft
therealjohn wants to merge 1 commit into
Draft
Add vnet support, networking guide and support for existing AI Foundry accounts#69therealjohn wants to merge 1 commit into
therealjohn wants to merge 1 commit into
Conversation
- Introduced a comprehensive networking guide in `docs/networking.md` detailing network modes: public, managed, and BYO VNet. - Enhanced `ai-project.bicep` to support referencing existing AI Foundry accounts and added parameters for network configuration. - Created new Bicep modules for managing private endpoints and DNS zones, facilitating BYO VNet setups. - Updated `vnet.bicep` to handle both new and existing VNet scenarios, ensuring safe integration with hub-spoke topologies. - Modified `main.bicep` to incorporate network parameters and conditions for creating or referencing existing resources. - Adjusted `main.parameters.json` to include new parameters for existing accounts and network configurations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/networking.mddetailing network modes: public, managed, and BYO VNet.ai-project.bicepto support referencing existing AI Foundry accounts and added parameters for network configuration.vnet.bicepto handle both new and existing VNet scenarios, ensuring safe integration with hub-spoke topologies.main.bicepto incorporate network parameters and conditions for creating or referencing existing resources.main.parameters.jsonto include new parameters for existing accounts and network configurations.