AZ-140 · Question #317
AZ-140 Question #317: Real Exam Question with Answer & Explanation
The correct answer is B: No. This question is part of a series testing different solutions for connecting Azure Virtual Desktop session hosts to an Azure Files share (share1) using private connectivity. The proposed solution in this variant is incomplete or incorrect — typically because it either creates a
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure subscription that contains a virtual network named VNet1, a storage account named storage1, and five Azure Virtual Desktop session hosts. VNet1 and storage1 are in the East US Azure region. The session hosts are connected to VNet1. In storage1, you create an Azure Files share named share1. You need to ensure that the session hosts connect to share1 by using the Microsoft backbone network. Solution: You create a routing table and assign the table to Vnet1. Does this meet the goal?
Options
- AYes
- BNo
Explanation
This question is part of a series testing different solutions for connecting Azure Virtual Desktop session hosts to an Azure Files share (share1) using private connectivity. The proposed solution in this variant is incomplete or incorrect — typically because it either creates a private endpoint for storage1 without configuring the corresponding private DNS zone, or configures DNS without actually deploying the private endpoint. For session hosts to connect to Azure Files privately, both a private endpoint AND a properly linked private DNS zone (privatelink.file.core.windows.net) must be configured. Missing either component means the session hosts cannot resolve or reach the share over the private endpoint, so the solution does NOT meet the stated goals. Answer: No.
Community Discussion
No community discussion yet for this question.