A financial company is designing a new event-driven transaction processing system on Azure. The system has the following requirements:
- Web APIs and background workers must scale dynamically based on the number of messages in an Azure Service Bus queue, including scaling down to zero instances.
- The background workers must support event-driven autoscaling using KEDA.
- You must run ad-hoc data reconciliation tasks that execute to completion and then terminate.
- You must minimize the administrative and operational effort required to manage the container infrastructure.
- Logs for the container workloads must be collected. For regulatory compliance, the production environment logs and test environment logs must be isolated and stored in different geographic regions.
Which two configurations should you recommend? (Select two.)
- Azure Container Apps for hosting the web APIs and background workers, and Azure Container Apps Jobs for running the reconciliation tasks.Answer
- Separate regional Azure Log Analytics workspaces for the production and test environment container logs.Answer
- CAn Azure Kubernetes Service (AKS) cluster to host the web APIs, workers, and reconciliation tasks.
- DA single global Azure Log Analytics workspace located in the primary region to consolidate logs from both environments.