Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
378 views

I have a Blazor web application and several API's that I'm orchestrating with Aspire and trying to deploy to Azure Container apps using Azure Developer CLI - azd (v1.14.0) I'm following this Microsoft ...
Jason Eades's user avatar
  • 1,827
0 votes
0 answers
296 views

I've deployed a .NET Aspire app to Azure using the azd up cmdlet. During the deployment step, a connection string was requested to an Azure SQL database. The app and its connection to the database ...
Carl Heinrich Hancke's user avatar
2 votes
1 answer
793 views

I have a very simple dotnet core webapp that I want to deploy to azure containerapps with Aspire and azd This is my AppHost's Program.cs using Aspire.Hosting; var builder = DistributedApplication....
Jürgen Steinblock's user avatar