az extension add --name containerapp --upgrade --yes
az extension add --name containerapp-compose --upgrade --yes
This repo contains a .devcontainer
directory. This directory contains files to open the repo locally in a Dev Container (if you have Docker Desktop running) or in GitHub Codespaces (if you have access to GitHub Codespaces).
The Dev Container configuration will already have the containerapp
and containerapp-compose
Azure CLI extensions installed, so will not need to run the commands listed in the section above.
To run the examples, you will need to authenticate using Azure CLI. Run the following command to authenticate using the device authorization grant flow, then follow the directions to complete the sign-in.
az login --use-device-code