Skip to content

Deploy the app using existing Azure resources and Vnets #2439

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

Open
ltim-rkm opened this issue Mar 18, 2025 · 2 comments
Open

Deploy the app using existing Azure resources and Vnets #2439

ltim-rkm opened this issue Mar 18, 2025 · 2 comments
Labels
enhancement New feature or request vnet

Comments

@ltim-rkm
Copy link

The repo provides option to deploy the code using existing Azure AI Search and Open AI resources. However, I need to deploy this in a secure environment where the Vnet, subnets and DNS zones are already provided by the Cloud ops team.

Is it possible to deploy the code using existing Vnet, subnets and DNS zones and existing Azure resources?

Please advise if anyone has tried it.

Thanks.

@pamelafox
Copy link
Collaborator

We have not yet added parameters to use existing VNet resources, as I'm not sure we know what parameters would work generically for all users.
However, you can modify the Bicep as needed:

module isolation 'network-isolation.bicep' = {

This live stream from @mattgotteiner about deploying to a VNet may be helpful to see how he organized it as well:
https://www.youtube.com/watch?v=08wtL1eB15g
Slides: https://aka.ms/ragdeepdive/private/slides

@pamelafox pamelafox added vnet enhancement New feature or request labels Mar 18, 2025
@ltim-rkm
Copy link
Author

ltim-rkm commented Mar 19, 2025

@pamelafox thanks a lot for your quick response and sharing the links of videos and the slides :). I am analyzing the scripts to see how it can be accomplished. will share my feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vnet
Projects
None yet
Development

No branches or pull requests

2 participants