Your on-premises datacenter contains a server that runs Linux and hosts a Java app named App1. App1 has the following characteristics: β’ App1 is an interactive app that users access by using HTTPS connections. β’ The number of connections to App1 changes significantly throughout the day. β’ App1 runs multiple concurrent instances. β’ App1 requires major changes to run in a container. You plan to migrate App1 to Azure. You need to recommend a compute solution for App1. The solution must meet the following requirements: β’ The solution must run multiple instances of App1. β’ The number of instances must be managed automatically depending on the load. β’ Administrative effort must be minimized. What should you include in the recommendation?
- AAzure Batch
- BAzure App Service (correct answer)
- CAzure Kubernetes Service (AKS)
- DAzure Virtual Machine Scale Sets
Reveal answer & explanationHide answer
The correct answer is B. Option B: Azure App Service
Explanation
Azure App Service is a fully managed platform for hosting web apps and APIs with built-in scaling and patching.