Skip to content

jjindrich/jjazure-web-aspire

Repository files navigation

jjazure-web-aspire

JJ Website using dotnet Aspire to run distributed applications

Development

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

Deployment

https://learn.microsoft.com/en-us/dotnet/aspire/deployment/overview

Deploying to Kubernetes

Aspirate generates manifests with Kustomize. To deploy to Kubernetes, run the following command:

dotnet tool install --global aspirate

aspirate init
aspirate generate
aspirate run

Deploying to Azure ContainerApps

Create Publish profile in Visual Studio. It will create new Azure ContainerApps resource. It uses azd cli to deploy the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published