When deploying containers using Azure Container Instances, you must manually configure and patch the virtual machines that host the workloads.
Answer: Answer
Answer
False
The statement is false because Azure Container Instances is a serverless container hosting platform. Under the Platform as a Service (PaaS) model, the cloud provider manages and patches the host operating system and virtual machines, allowing users to run containers directly without infrastructure management.
Step-by-Step Solution
Key Concept
Azure Container Instances provides serverless container execution, removing the administrative overhead of managing, configuring, or patching host virtual machines.