Microsoft Azure Administrator Associate AZ-104 Practice Question
You need to deploy an application that requires two containers to communicate over localhost and share a local cache. Which deployment method should you choose in Azure to achieve this?
Deploy the containers in the same virtual network and configure network rules for communication.
Deploy the containers in separate instances and use shared storage for the cache.
Deploy the containers together in a container group with a shared volume.
Deploy the containers in a Kubernetes cluster with persistent volumes.