Working with Existing Resources and Multiple Subscriptions in Azure #10503
Replies: 1 comment 1 reply
-
An InfrastructureResolver is the way to go if you want to make cross cutting changes. There are gaps today because azd still creates the top level resource group, but everything else should be mutable via the InfrastructureResolver or https://learn.microsoft.com/en-us/dotnet/aspire/azure/customize-azure-resources.
Existing resources in other subscriptions are not supported at the moment #7514 (cc @captainsafia)
PS: You can always build custom resources (or use AI to do so) that avoid the built-ins but we're pretty close to making some of these scenairos work end to end. cc @eerhardt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working with the Aspire deployment model for the first time and have ran into some issues:
.WithComputeEnvironment
andPublishAsContainerApp
but cannot seem to figure this out.Thanks in advance. I can provide more details if needed.
Beta Was this translation helpful? Give feedback.
All reactions