Microsoft Azure for Hosting Applications
After creating Docker images with the previous chapters, and running the complete application using Docker containers locally, let’s move over to run the solution with Microsoft Azure.
In this chapter, you’ll learn how to push Docker images to an Azure container registry, run Docker containers with Azure Container Apps, access a database using Azure Cosmos DB, and configure environment variables and secrets with Azure Container Apps.
Using Bicep scripts, you learn how to create multiple Azure resources at once.
In this chapter, you’ll learn about the following topics:
- Experiencing Microsoft Azure
- Creating Azure resources
- Creating an Azure Cosmos database
- Pushing images to the Azure Container Registry (ACR) instance
- Creating Azure container apps
- Creating Azure resources using .NET Aspire and the Azure Developer CLI (azd)