ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 74 - AZ-500 discussion

Report
Export

You have an Azure subscription named Sub1. Sub1 contains a virtual network named VNet1 that contains one subnet named Subnet1. You create a service endpoint for Subnet1.

Subnet1 contains an Azure virtual machine named VM1 that runs Ubuntu Server 18.04.

You need to deploy Docker containers to VM1. The containers must be able to access Azure Storage resources and Azure SQL databases by using the service endpoint. What should you do on VM1 before you deploy the container?

A.
Create an application security group and a network security group (NSG).
Answers
A.
Create an application security group and a network security group (NSG).
B.
Edit the docker-compose.yml file.
Answers
B.
Edit the docker-compose.yml file.
C.
Install the container network interface (CNI) plug-in.
Answers
C.
Install the container network interface (CNI) plug-in.
Suggested answer: C

Explanation:

The Azure Virtual Network container network interface (CNI) plug-in installs in an Azure Virtual Machine. The plug-in supports both Linux and Windows platform. The plug-in assigns IP addresses from a virtual network to containers brought up in the virtual machine, attaching them to the virtual network, and connecting them directly to other containers and virtual network resources. The plug-in doesn’t rely on overlay networks, or routes, for connectivity, and provides the same performance as virtual machines. The following picture shows how the plug-in provides Azure Virtual Network capabilities to Pods:

References:

https://docs.microsoft.com/en-us/azure/virtual-network/container-networking-overview

asked 02/10/2024
marco giovinazzo
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first