Microsoft Azure Administrator Associate AZ-104 Practice Question
Your company needs to deploy a web application that must scale automatically based on CPU usage, utilize custom virtual machine images, and perform rolling upgrades to minimize downtime during updates. As the Azure Administrator, what should you implement to meet these requirements?
Deploy a virtual machine scale set with custom images from the Azure Compute Gallery, configure automatic OS upgrades and health probes.
Set up an availability set with virtual machines from an Azure Marketplace image, and manually scale out as needed.
Create an Azure Kubernetes Service cluster to run the application containers with horizontal pod autoscaling.
Deploy an Azure App Service with autoscaling enabled and custom deployment slots.