What two changes should you make to configure the ContentUploadService deployment? Each correct answer is part of the solution.
Choose an answer
Tap an option to check your answer.
Correct answer: Add markup at line CS23: type: Private.
Why this is the answer
The correct answer is "Add markup at line CS23: type: Private" because to deploy a container to Azure Container Instances (ACI) within a virtual network, the container group must be of type Private. This ensures the container instances are injected into the specified subnet and can communicate securely within the VNet. Incorrect options: "Add markup at line CS24: osType: Windows" and "Add markup at line CS24: osType: Linux" are incorrect because the operating system type is typically defined elsewhere in the deployment configuration or inferred, and it doesn't directly enable VNet integration. The primary requirement for VNet integration in ACI is setting the container group type to Private. "Add markup at line CS23: type: Public" is incorrect because a Public type container group would expose the container instances to the internet, rather than integrating them into a private virtual network.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed