Microsoft Azure Security Technologies — Question 38

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
Your Company's Azure subscription includes a virtual network that has a single subnet configured.
You have created a service endpoint for the subnet, which includes an Azure virtual machine that has Ubuntu Server 18.04 installed.
You are preparing to deploy Docker containers to the virtual machine. You need to make sure that the containers can access Azure Storage resources and Azure
SQL databases via the service endpoint.
You need to perform a task on the virtual machine prior to deploying containers.
Solution: You install the container network interface (CNI) plug-in.
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The installation of the container network interface (CNI) plug-in does not directly enable Docker containers to access Azure Storage resources and Azure SQL databases via the service endpoint. The solution fails to meet the goal because additional configurations, such as enabling the virtual network for the storage account and SQL databases, are required for proper access.