How much stuff can I learn and still make progress .NET 7 minimal API, docker dapr, azure container (stream 195)
Summary
For an upcoming refactoring, I wanted to create a minimal API using .NET 7.0. Then package them in containers and use Dapr to make them communicate with each other. And finally, deploy that in Azure Container Apps. But this stream was about the minimal API in the container part. And we did it, thanks to the chat!
📺 - Twitch archive - stream no.195
Replay
Project
All the code for this project is available on GitHub: learning - https://github.com/FBoucher/learning
TodDos
- create a minimal API
- containerize it
TimeLogs
00:00:00 Intro
00:00:10 Bonjour, Hi!
00:36:41 make it in a container
Game Results
- @fboucheros: 63.14
Notes/ References / Snippets
- minimal web api: https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-7.0&tabs=visual-studio-code
- this is how you execute a container Frank: docker run –rm -p 5000:5000 –name learning learning:1.0