Azure Container Apps
Hands-on Lab Script
7 June 2022 (checked 14 March 2024)
Introduction
Azure Container Apps is a fully managed serverless container service for building and deploying modern apps at scale, and empowers developers to focus on the business logic of their apps rather than on cloud infrastructure management.
https://azure.microsoft.com/services/container-apps/
Prerequisites
The following are required to complete the script:
- Azure Subscription - pricing ... there is some free monthly allowance.
- Azure CLI - this can be used either:
- locally install instructions.
- accesed via the cloud Shell.
- Two demo containers:
- ColoursWeb ... web front-end that will display a number of lights https://github.com/markharrison/ColoursWeb.
- ColoursAPI ... API app that will return random colours https://github.com/markharrison/ColoursAPI.