This is a demo project for Dotnet Aspire. It demonstrates how Aspire wires up a weather forecast api with an Angular frontend and connects it to a Azure Blob Storage.
- Clone the repository
- Use your own Azure Blob Storage service uri in the
DotnetAspireDemo.AppHost/appsettings.json
file. Authenticate with your Azure account using the Azure CLI. - Open the project in Visual Studio Code
- Open the terminal and run
dotnet run --project DotnetAspireDemo/DotnetAspireDemo.AppHost