A company is designing a container-based solution to process sensitive transaction workloads. The design must satisfy the following requirements:
- Host containerized applications that scale dynamically based on request load.
- Minimize container infrastructure management and administrative effort.
- Ensure that transaction audit logs are stored in compliance with strict data residency laws, requiring complete isolation of logs between different geographic regions.
Which two components should you include in the design? (Select two.)
- Azure Container Apps for hosting the workloadsCevap
- Dedicated regional Log Analytics workspaces for each geographical regionCevap
- CAzure Kubernetes Service (AKS) clusters for hosting the workloads
- DA single tenant-wide Log Analytics workspace to aggregate all audit logs
Cevap
The design should include Azure Container Apps to host the workloads and dedicated regional Log Analytics workspaces for each geographical region.
The correct solution includes Azure Container Apps to host the containerized applications because it is a serverless container service that minimizes administration overhead by eliminating the need to manage Kubernetes nodes or APIs. Additionally, it includes dedicated regional Log Analytics workspaces to satisfy compliance constraints requiring geographic log isolation and data residency.
Adım Adım Çözüm
Anahtar Kavram
Choosing low-overhead serverless container options and designing geographically isolated monitoring solutions to satisfy regulatory compliance.