An enterprise is designing a multi-region container-based solution on Azure. The solution requires hosting two distinct workloads:
- Workload 1: A backend service that must scale from zero dynamically based on the volume of messages in an Azure Service Bus queue. The enterprise wants to minimize ongoing administrative overhead and avoid managing container orchestration infrastructure.
- Workload 2: A security monitoring tool that requires direct access to the underlying Kubernetes API, custom daemonsets for host-level network packet inspection, and custom kernel parameter modifications.
Additionally, regulatory compliance policies mandate that log data must be isolated regionally and cannot leave the respective geographic boundaries of each deployment region.
Which two configurations should you include in the design to meet these requirements?
- Deploy Workload 1 to Azure Container Apps (ACA).Answer
- Deploy Workload 2 to Azure Kubernetes Service (AKS).Answer
- CDeploy Workload 2 to Azure Container Apps (ACA).
- DDeploy Workload 1 to Azure Container Instances (ACI).
- EConfigure a single centralized Log Analytics workspace to aggregate all logs from all regions.