Skip to content

Examples of Compose files used with Azure Container Apps

License

Notifications You must be signed in to change notification settings

DruidNx/azure-docker-compose-examples

 
 

Repository files navigation

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

About

Examples of Compose files used with Azure Container Apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.2%
  • Dockerfile 27.3%
  • C# 26.5%