Connecting Aspire to Azure Resources in a Private VNet environment deployed outside of Aspire #4702
Unanswered
fgudmannsson
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Great question! In this scenario all external dependencies should be modeled as parameters (https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/external-parameters). See dotnet/docs-aspire#1117 for the documentation issue. That will force azd to prompt (or read values from environment variables). The assumption is that you can populate the values for your environment in your pipeline. cc @vhvb1989 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Aspire Community,
We have central IT team that uses standardized IaC templates/modules outside of Aspire to deploy company standardized/compliant resources.
These resources are all deployed in an internal VNET with private endpoints, hardening, logging/monitoring etc. configured. Containers Apps, Container Registries, SQL and the like will be hosted in an internal VNET network and connected through private endpoints in a hub and spoke architecture.
What are our options here? Can Aspire connect to these already provisioned Azure resources? Where we would never run azd provision, only azd deploy as part of GitHub Action CICD. Can we make that somehow work, or does this go against the Aspire opinionated philosophy and is not a supported scenario at this time?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions