Microsoft Azure Security Technologies — Question 37
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 create an AKS Ingress controller.
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The proposed solution of creating an AKS Ingress controller does not meet the goal because the Ingress controller is primarily used for managing external access to Kubernetes services and does not facilitate direct access to Azure Storage or SQL databases from Docker containers. The correct approach would involve configuring the appropriate networking settings or access policies for the containers to connect to these Azure resources.