Free Microsoft AZ-720 Exam Actual Questions

The questions for AZ-720 were last updated On Jan 11, 2025

Question No. 1

A company uses Azure AD Connect. The company plans to implement self-service password reset (SSPR).

An administrator receives an error that password writeback cloud not be enabled during the Azure AD Connect configuration. The administrator observes the following event log error:

Error getting auth token

You need to resolve the issue.

Solution: Restart the Azure AD Connect service.

Does the solution meet the goal?

Show Answer Hide Answer
Correct Answer: A

Question No. 2

A company has an ExpressRoute gateway between their on-premises site and Azure. The ExpressRoute gateway is on a virtual network named VNet1. The company enables FastPath on the gateway. You associate a network security group (NSG) with all of the subnets.

Users report issues connecting to VM1 from the on-premises environment. VM1 is on a virtual network named VNet2. Virtual network peering is enabled between VNet1 and VNet2.

You create a flow log named FlowLog1 and enable it on the NSG associated with the gateway subnet.

You discover that FlowLog1 is not reporting outbound flow traffic.

You need to resolve the issue with FlowLog1.

What should you do?

Show Answer Hide Answer
Question No. 3

A company has an Azure Virtual Network gateway named VNetGW1. The company enables point-to-site connectivity on VNetGW1. An administrator configures VNetGW1 for the following:

OpenVPN for the tunnel type.

Azure certificate for the authentication type.

Users receive a certificate mismatch error when connecting by using a VPN client.

You need to resolve the certificate mismatch error.

What should you do?

Show Answer Hide Answer
Question No. 4

A company implements self-service password reset (SSPR).

After a firewall upgrade at the company's datacenter, SSPR stops working.

You need to resolve the issue.

Which two URLs must be present on the firewalls to allow SSPR to connect?

Show Answer Hide Answer
Correct Answer: B, C

Self-service password reset (SSPR) is a feature in Azure Active Directory (Azure AD) that allows users to reset their passwords on their own. To ensure that SSPR works correctly, certain URLs must be accessible from the user's network. These URLs include*.passwordreset.microsoftonline.comand*.svc.ms, which are used for SSPR authentication and service communications.


Question No. 5

A company manages a solution that uses Azure Functions.

A function returns the following error: Azure Function Runtime is unreachable.

You need to troubleshoot the issue.

What are two possible causes of the issue?

Show Answer Hide Answer
Correct Answer: C, E

Two possible causes of the issue where a function returns the error ''Azure Function Runtime is unreachable'' are: C. The storage account application settings were deleted. E. The storage account for the function was deleted.

According to Microsoft, this issue occurs when the Functions runtime can't start. The most common reason for this is that the function app has lost access to its storage account. If that account is deleted or if the storage account application settings were deleted, your functions won't work

https://learn.microsoft.com/en-us/azure/azure-functions/functions-recover-storage-account