A multinational logistics provider requires a containerized architecture to process international package shipments across two distinct geographic regions: Europe and North America. The solution must adhere to the following design constraints:
* Event-driven scaling: Individual container instances must scale dynamically from to a high volume of concurrent instances based on the message volume in an Azure Service Bus queue.
* Minimal operational complexity: The cloud architecture team has no dedicated container orchestration administrators and wants to avoid managing virtual machine nodes, orchestrator control planes, or complex deployment manifests.
* Compliance and governance: Regional package processing telemetry and event logs must remain strictly within their origin region to comply with local data sovereignty laws.
Which infrastructure design meets these requirements?
- Deploy Azure Container Apps in both regions, and configure them to send telemetry to separate regional Log Analytics workspaces.Answer
- BDeploy Azure Kubernetes Service (AKS) in both regions, and configure the clusters to send telemetry to separate regional Log Analytics workspaces.
- CDeploy Azure Container Apps in both regions, and configure them to send all telemetry to a single centralized Log Analytics workspace.
- DDeploy Azure Container Instances (ACI) in both regions, and configure them to send telemetry to separate regional Log Analytics workspaces.