AZ-700 Exam Question 61

You have an Azure application gateway named AppGW1 that provides access to the following hosts:
* www.adatum.com
* www.contoso.com
* www.fabrikam.com
AppGW1 has the listeners shown in the following table.

You create Azure Web Application Firewall (WAF) policies for AppGW1 as shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

AZ-700 Exam Question 62

You have an Azure Front Door instance that has a single frontend named Frontend1 and an Azure Web Application Firewall (WAF) policy named Policy1. Policy1 redirects requests that have a header containing "string1" to https://www.contoso.com/redirect1. Policy1 is associated to Frontend1.
You need to configure additional redirection settings. Requests to Frontend1 that have a header containing "string2" must be redirected to https://www.contoso.com/redirect2.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • AZ-700 Exam Question 63

    You have the Azure resources shown in the following table.

    You configure storage1 to provide access to the subnet in Vnet1 by using a service endpoint.
    You need to ensure that you can use the service endpoint to connect to the read-only endpoint of storage1 in the paired Azure region.
    What should you do first?
  • AZ-700 Exam Question 64

    You have an Azure subscription that contains the public IP addresses shown in the following table.

    You plan to deploy a NAT gateway named NAT1.
    Which public IP addresses can be used as the public IP address for NAT1?
  • AZ-700 Exam Question 65

    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 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 the following resources:
    * A virtual network named Vnet1
    * A subnet named Subnet1 in Vnet1
    * A virtual machine named VM1 that connects to Subnet1
    * Three storage accounts named storage1, storage2. and storage3
    You need to ensure that VM1 can access storage1. VM1 must be prevented from accessing any other storage accounts.
    Solution: You create a network security group (NSG). You configure a service tag for MicrosoftStorage and link the tag to Subnet1.
    Does this meet the goal?