Provisioning infra and deploying aspire app with VNET's #3950
-
Hi, I'd like to build an application using aspire, I got certain requirements and one of them is to hide all the resources like KeyVault or Storage in Azure VNET. Is it achievable to create all these resources without running Also, another question: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Currently |
Beta Was this translation helpful? Give feedback.
-
It's possible to create those resources without relying entirely on azd infra synth to generate Bicep templates. However, at the moment, modifying the auto-generated templates to append VNET configurations seems to be the most practical approach, especially if you're looking to integrate Key Vault, Storage, or other services into a VNET. While crafting the entire Bicep from scratch is an option, using azd infra synth and adding the necessary VNET configuration is generally quicker. |
Beta Was this translation helpful? Give feedback.
Currently
azd infra synth
and modifications for adding VNET's is how you can achieve this. I believe there is an issue under Aspire https://github.com/dotnet/aspire/issues/ for the same.cc @davidfowl @mitchdenny @vhvb1989 @ellismg