You need to select an Azure compute provider for the Tailspin Toys Customer Analyzer app.What should you use?Azure virtual machine scale sets let you create and manage a group of identical, load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update a large number of VMs. With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.Scenario: The Tailspin Toys Customer Analyzer app analyzes e-commerce transactions to identify customer buying patterns, and outputs recommended product sale pricing. The app runs large processing jobs that run for 75-120 minutes several times each day. The application development team plans to replace the current solution with a parallel processing solution that scales based on computing demands.Reference: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview
Question:
What should you use?
Options:
Virtual Machine Scale Sets (VMSS)
Azure Virtual Machines
Azure Logic Apps
Azure Functions
Correct Answer
The Correct Answer for this Question is
Virtual Machine Scale Sets (VMSS)