Summary
In this chapter, you learned to create Microsoft Azure resources using the Azure CLI, the Azure portal, and .NET Aspire with azd
. The gamesAPI
service is now running with Microsoft Azure resources using ACR, Azure Container Apps, and the Azure Cosmos DB database. When using azd
together with .NET Aspire, just one command was needed to deploy all the services.
Before moving on to the next chapter, let’s configure the client application you used in previous chapters to now use the URL from the Azure container app instead of the local services, and play some games.
In this chapter, the Azure key vault was already created. In the next chapter, we look into the configuration of the backend services, which includes Azure Key Vault, and use Azure App Configuration as a central place for the configuration of all codebreaker
services.