Determine if the following statement is true or false: Azure Container Instances (ACI) allows you to deploy and run containers directly in Azure without provisioning or managing the underlying virtual machine infrastructure.
Answer: Answer
Answer
True
The correct answer is True because Azure Container Instances is a serverless container service, meaning Azure handles all virtual machine management and host provisioning automatically.
Step-by-Step Solution
Key Concept
Azure Container Instances (ACI) is a serverless hosting service that abstracts host VM management from the user.