Deploying an .NET Aspire project locally with Docker Compose (stream 251)
Summary
Nice stream this week, live codeing on Note Bookmark. We added the required packages and Aspire CLI to generate the Docker Compose file and bicep files to be able to run the app locally while having the data in Azure. However the security used in this project: ServicePrincipal, was missing. When deployed fully in Azure the AZD manage that for us, but locally something was missing. In a future stream we will look at how to fix that.
📺 - Twitch archive - stream no.251
Replay
Project
All the code for this project is available on GitHub: notebookmark - https://github.com/FBoucher/notebookmark
Raids
- @tbdgamer has raided you with a party of 13
Game Results
- @groversaurus: 0
- @coppersbeard: 0
- @codebymistakes: 0
- @jeffs_hat_stand: 0
- @lurkydev: 0
- @marcusvoicecoder: 0
- @gamlor: 0
- @mcnets: 0
- @fboucheros: 16.51
- @thecliptographer: 40.75
- @jtsom: 49.49
- @therealsurlybot: 59.99
- @undefined_process: 64.88
- @surlydev: 83.19
- @fredda_the_cat: 83.63
- @theunoriginaljerk: 87.86
Statistics
- 🏆Best score: @theunoriginaljerk with 87.86
- 😭Biggest loser: @groversaurus with 6 drops and no high score
- 🍀Luckiest: @theunoriginaljerk with best score 87.86 and only 6 drops
- 🎖️Super participant: @groversaurus with 6 drops
Notes/ References / Snippets
- Aspire 9.3 release: https://learn.microsoft.com/en-gb/dotnet/aspire/whats-new/dotnet-aspire-9.3
- aca nuget Aspire.Hosting.Azure.AppContainers