dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.87k stars 464 forks source link

Deployment: local vs azure with managed services #1680

Closed BoBiene closed 9 months ago

BoBiene commented 10 months ago

Hi there,

I would like to use .NET Aspire for my project and I'm trying to accomplish the following:

Define all needed resources in AppHost like

In local dev environment on debugging it works fine containers are running and the required connection strings are injected to my services.

How can I now do the deployment to azure with azd and point to existing managed services?

davidfowl commented 10 months ago

and doesn’t support this yet but we’re working through a design for this.

cc @mitchdenny @ellismg

davidfowl commented 9 months ago

Closing as dupe of https://github.com/dotnet/aspire/issues/1757