exam questions

Exam AZ-720 All Questions

View all questions & answers for the AZ-720 exam

Exam AZ-720 topic 3 question 5 discussion

Actual exam question from Microsoft's AZ-720
Question #: 5
Topic #: 3
[All AZ-720 Questions]

A company has two subnets in a virtual network named VNet1. The subnets are named SubnetA and SubnetB. The company uses a site-to-site (S2S) VPN in SubnetB to connect its on-premises environment to Azure.

You deploy an Azure SQL Database named SQL1. You configure a service endpoint in SubnetA for Microsoft SQL.

On-premises users report that they are unable to access SQL1 by using a private IP address.

You need to resolve the issue for the on-premises users.

What should you do?

  • A. Configure a DNS record for the private IP address of SQL1.
  • B. Configure a network security group (NSG) to allow port 1433 on SubnetA.
  • C. Configure a service endpoint on SubnetB.
  • D. Deploy a private endpoint for SQL1.
  • E. Deploy an Azure ExpressRoute circuit for VNet1.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
terawatt
1 year, 11 months ago
Selected Answer: D
D. Deploy a private endpoint for SQL1. A private endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet. This will allow on-premises users to access SQL1 over the site-to-site VPN using a private IP address. Option A would not solve the problem because the DNS record alone would not change the network path or permissions required to access SQL1. Option B may not be necessary if the correct network security group rules already exist. Option C would not solve the issue because a service endpoint only allows resources within a subnet to communicate with Azure SQL over the Azure backbone network, not with on-premises resources. Option E (ExpressRoute) would not solve the issue because it would not change the way the on-premises network communicates with the Azure SQL Database. It would simply provide a different connection path to Azure.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...