Hello , Welcome to MS Q&A
To run multiple containers using Docker Compose in Azure, you can use below options:
- Azure Kubernetes Service (AKS): AKS provides a managed Kubernetes environment where you can deploy and manage containerized applications. You can use Docker Compose to define your services and deploy them to AKS.
- Azure Service Fabric: Service Fabric is a distributed systems platform that can run containerized applications. It supports Docker Compose for deploying multiple containers.
References:
- Prepare an application for Azure Kubernetes Service (AKS)
- Docker Compose deployment support in Azure Service Fabric
Please let us know if any questions.
Kindly accept answer if it helps
Thanks
Deepanshu