HOTSPOT You have the Azure firewall shown in the following exhibit. 
HOTSPOT You have an Azure virtual network named Vnet1 that contains two subnets named Subnet1 and Subnet2. You have the NAT gateway shown in the NATgateway1 exhibit. 


Same as I've seen in some exam reports, so my picks are Yes for VM1 using NATgateway1, No for Subnet2 (since it's not linked), and No for all VMs using the same public IP. The prefix allows multiple public IPs, not forced to just one. Pretty sure that's right but open if someone disagrees.
HOTSPOT You have an Azure environment shown in the following exhibit. 
HOTSPOT You have an Azure subscription that contains an Azure key vault named Vaultl and an app registration for an Azure AD app named App1. You have a DNS domain named contoso.com that is hosted by a third-party DNS provider. You plan to deploy App1 by using Azure App Service. App1 will have the following configurations: • App1 will be hosted across five App Service apps. • Users will access App1 by using a URL of https://app1.contoso.com. • The user traffic of App1 will be managed by using Azure Front Door. • The traffic between Front Door and the App Service apps will be sent by using HTTP. • App1 will be secured by using an SSL certificate from a third-party certificate authority (CA). You need to support the Front Door deployment. Which two DNS records should you create, and to where should you import the SSL certificate for App1? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
CNAME record and TXT record, then import the cert to Vault1. CNAME connects the custom domain to Front Door, TXT is for domain validation. For Azure Front Door, SSL certs should go in Key Vault, not App Service. Pretty sure this covers it but open if someone got a different setup on their labs.
HOTSPOT You have an Azure subscription You plan to use Azure Virtual WAN. You need to deploy a virtual WAN hub that meets the following requirements: • Supports 4 Gbps of Site-to-Site (S2S) VPN traffic • Supports 8 Gbps of ExpressRoute traffic • Minimizes costs How many scale units should you configure? To answer select the appropriate options in the answer area. NOTE Each correct selection is worth one point.
You need to implement Azure Traffic Manager to meet the following requirements:
• App1 traffic must be assigned equally to each App Service instance in each Azure region.
• App1 traffic from North Europe must be routed to the Appl instances in the North Europe region.
• App1 traffic from North America must be routed to the Appl instances in the East US Azure region.

Curious, why not use Priority for the child Traffic Manager profiles if high availability was a concern in this scenario? Is Weighted the only option to evenly distribute traffic within each region, or does Priority ever make sense here for equal load?
Geographic for the parent, Weighted for the child profiles. Using Geographic routing at the top level handles region-based requirements, and Weighted lets you split traffic equally within each region. Really clear scenario, matches what I’ve seen in other practice sets. Not 100% sure but this flow seems best.
HOTSPOT You have two Azure subscriptions named Subscription1 and Subscription2. There are no connections between the virtual networks in two subscriptions. You configure a private link service as shown in the privatelinkservice1 exhibit. (Click the privatelinkservice1 tab.) 


Not convinced it's 10.3.0.7 for Subscription2 users. They connect with the private endpoint IP from their vnet, not the provider's NAT IP, so that statement should be No. The backend pool detail is a classic trap here-resources must be in the load balancer backend pool for Private Link to work right. Anyone see a case where Azure let users connect via NAT directly?
Pretty sure that's correct since the private endpoint is created and maybe exposed that IP, as seen in practice sometimes. But let me know if there's a catch with how Azure handles NAT IPs here.
HOTSPOT You have an Azure application gateway. You need to create a rewrite rule that will remove the origin port from the HTTP header of incoming requests that are being forwarded to the backend pool. How should you configure each setting? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
host.






