Deployment: local vs azure with managed services #1680
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
area-deployment
azure
Issues associated specifically with scenarios tied to using Azure
Milestone
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?
azd provision
it creates a mongodb container in the azure environmentif (builder.Environment.IsDevelopment())
but it does not work.The text was updated successfully, but these errors were encountered: