Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.42 KB

File metadata and controls

28 lines (19 loc) · 1.42 KB

Getting Started with Azure Container Apps and the containerapp-compose CLI Extension

Installing the containerapp-compose extension

az extension add --name containerapp --upgrade --yes
az extension add --name containerapp-compose --upgrade --yes

Dev Container

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

Examples