A financial analytics firm plans to deploy a new system on Azure consisting of two distinct workloads:
1. A customer-facing web application that requires a managed platform where Microsoft automatically handles operating system patching and runtime updates.
2. A lightweight, short-running background job packaged as a single Docker container that runs on demand, without the need for service discovery, load balancing, or active container orchestration.
Which two Azure services should the firm select to host these workloads?
- Azure App ServiceCevap
- Azure Container InstancesCevap
- CAzure Kubernetes Service
- DAzure Virtual Machines
Cevap
Azure App Service and Azure Container Instances
The customer-facing web application is best hosted on Azure App Service because it is a Platform as a Service (PaaS) offering where Microsoft manages the underlying OS patching, provisioning, and updates. The lightweight, short-running containerized background job is best hosted on Azure Container Instances (ACI) because it allows running a single container on demand without the management overhead or complexity of a full container orchestrator.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service, Azure Container Instances (ACI), and Azure Kubernetes Service (AKS) differences and use cases.
Tahmini Süre:1m 0s