An organization plans to deploy a containerized order-processing application to Azure. The application must be deployed across two separate regions (East US and West US) to meet local data sovereignty requirements.
The solution must satisfy the following requirements:
- Support event-driven scaling of containers using KEDA.
- Minimize administrative and operational overhead.
- Ensure container logs do not cross regional boundaries.
Which two configurations should you recommend in the design? (Select two.)
- Azure Container Apps to host the application containersCevap
- A separate Log Analytics workspace in each deployment regionCevap
- CAzure Kubernetes Service (AKS) to host the application containers
- DA single centralized Log Analytics workspace for all regions
Cevap
To meet the requirements, the design should include Azure Container Apps to host the application containers, and a separate Log Analytics workspace in each deployment region.
The correct options are using Azure Container Apps for hosting the containers and setting up a separate Log Analytics workspace in each region. Azure Container Apps provides serverless container hosting that natively supports event-driven scaling using KEDA while minimizing infrastructure management. Using a separate Log Analytics workspace in each region ensures that telemetry and console logs are kept within the respective geographical regions, complying with local data sovereignty requirements.
Adım Adım Çözüm
Anahtar Kavram
Selecting container hosting and monitoring strategies in Azure based on scaling, administrative overhead, and regional compliance requirements.
Tahmini Süre:1m 0s