A financial services company is planning to migrate its applications to Microsoft Azure. The development team has the following hosting constraints:
* They need to run a web application that must automatically scale based on CPU usage and support continuous deployment from GitHub, but the team does not want to package the application as a container.
* They also need to run a small, isolated containerized task that executes a custom script for 10 minutes every night, and they want to avoid provisioning or managing any container orchestrators.
Which of the following Azure services should the team select to meet these constraints? (Select two.)
- Azure App ServiceCevap
- Azure Container InstancesCevap
- CAzure Kubernetes Service
- DAzure Virtual Machines
Cevap
The team should select Azure App Service to host the web application and Azure Container Instances to host the nightly containerized task.
The correct choices are the options representing Azure App Service and Azure Container Instances. Azure App Service allows hosting web applications without requiring containerization, and provides built-in auto-scaling and continuous deployment integrations. Azure Container Instances is a serverless container platform suited for running individual, short-lived containerized workloads without the overhead of provisioning or managing an orchestrator like Kubernetes.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing features and use cases of Azure Container Instances, Azure Kubernetes Service, and Azure App Service.