A company is planning to deploy two different containerized workloads to Azure:
1. A custom web application that requires automatic scaling, custom domains, and SSL/TLS certificates, but does not require container orchestration.
2. A short-running background job that runs on a schedule, processes data, and terminates immediately, without needing persistent container orchestration.
Which two Azure services should the company choose to meet these requirements? (Select two.)
- Azure App Service to host the web applicationCevap
- Azure Container Instances (ACI) to host the short-running background jobCevap
- CAzure Kubernetes Service (AKS) to host the short-running background job
- DAzure Virtual Machines to host the web application, so that Microsoft automatically manages all operating system patching
Cevap
Azure App Service to host the web application, and Azure Container Instances (ACI) to host the short-running background job
The correct selections are Azure App Service for hosting the web application, and Azure Container Instances (ACI) for running the scheduled background job. Azure App Service is a fully managed Platform as a Service (PaaS) offering that automatically handles OS updates, scaling, and custom domains for web apps. Azure Container Instances (ACI) is a fast, serverless container hosting option that is ideal for running simple, isolated, and short-running containerized tasks without the complexity of managing a container orchestrator.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing compute hosting options in Azure based on management overhead, orchestration needs, and workload duration.
Tahmini Süre:1m 30s