-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Sebastian Szvetecz edited this page Sep 28, 2023
·
7 revisions
The one-day version of Codebreaker
Use Bicep Scripts and the Azure CLI
Create a Minimal API to start games and set moves
Configure Docker to build and run the services with Docker containers.
Add Azure Cosmos DB using EF Core to the Games API.
Create Azure Services (Azure Container Apps, Azure Container Registry, Azure Cosmos DB) to host the games service.
Configure configuration and logging.
Create a .NET MAUI Client application to access the API Service
Create View-models for the .NET MAUI application
Create the XAML-code to bind to the view-models