JJ Website using dotnet Aspire to run distributed applications
Reference API https://learn.microsoft.com/en-us/aspnet/core/fundamentals/openapi/overview
dotnet tool install -g Microsoft.dotnet-openapi --prerelease
dotnet-openapi add url http://localhost:5147/swagger/v1/swagger.json
https://learn.microsoft.com/en-us/dotnet/aspire/deployment/overview
Aspirate generates manifests with Kustomize. To deploy to Kubernetes, run the following command:
dotnet tool install --global aspirate
aspirate init
aspirate generate
aspirate run
Create Publish profile in Visual Studio. It will create new Azure ContainerApps resource. It uses azd cli to deploy the application.