Prepare for the Microsoft Designing and Implementing Microsoft Azure Networking Solutions exam with our extensive collection of questions and answers. These practice Q&A are updated according to the latest syllabus, providing you with the tools needed to review and test your knowledge.
QA4Exam focus on the latest syllabus and exam objectives, our practice Q&A are designed to help you identify key topics and solidify your understanding. By focusing on the core curriculum, These Questions & Answers helps you cover all the essential topics, ensuring you're well-prepared for every section of the exam. Each question comes with a detailed explanation, offering valuable insights and helping you to learn from your mistakes. Whether you're looking to assess your progress or dive deeper into complex topics, our updated Q&A will provide the support you need to confidently approach the Microsoft AZ-700 exam and achieve success.
You have an Azure application gateway named AppGW1 that balances requests to a web app named App1.
You need to modify the server variables in the response header of App1.
What should you configure on AppGW1?
https://docs.microsoft.com/en-us/azure/application-gateway/rewrite-http-headers-url
You have an Azure subscription that contains the Azure app service web apps show in the following table:

You need to deploy Azure Traffic Manager. The solution must meet the following requirements:
* Traffic to https//www.fabrikam.com must be directed to App1eu.
* If App1eu becomes unresponsive, all the traffic to https://www.fabrikam.com must be directed to App1us. You need to implement Traffic Manager to meet the requirements.
Which two resources should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
You have the Azure virtual networks shown in the following table.

You have the Azure resources shown in the following table.

You need to check latency between the resources by using connection monitors in Azure Network Watcher.
What is the minimum number of connection monitors that you must create?
You have an Azure subscription that contains an Azure App Service app. The app uses a URL of https://www.contoso.com.
You need to use a custom domain on Azure Front Door for www.contoso.com. The custom domain must use a certificate from an allowed certification authority (CA).
What should you include in the solution?
https://docs.microsoft.com/en-us/azure/frontdoor/front-door-custom-domain-https
SIMULATION
Task 10
You need to configure VNET1 to log all events and metrics. The solution must ensure that you can query the events and metrics directly from the Azure portal by using KQL.
Here are the steps and explanations for configuring VNET1 to log all events and metrics and query them by using KQL:
To enable logging for VNET1, you need to create a diagnostic setting that collects the platform metrics and logs from the virtual network and routes them to one or more destinations.You can choose to send the data to a Log Analytics workspace, a storage account, an event hub, or a partner solution1.
To create a diagnostic setting, you need to go to the Azure portal and select your virtual network.Then select Diagnostic settings under Monitoring and select + Add diagnostic setting1.
On the Add diagnostic setting page, enter or select the following information:
Diagnostic setting name: Type a unique name for your diagnostic setting.
Destination details: Select the destination where you want to send the data. For example, you can select Send to Log Analytics workspace and choose your workspace from the list.
Log: Select the categories of logs that you want to collect.For VNET1, you can select NetworkSecurityGroupEvent and NetworkSecurityGroupRuleCounter as the log categories2.
Metric: Select AllMetrics to collect all the platform metrics for VNET12.
Select Save to create your diagnostic setting1.
To query the events and metrics from the Azure portal by using KQL, you need to go to the Log Analytics workspace that you selected as the destination.Then select Logs under General and enter your KQL query in the query editor3.
For example, you can use the following KQL query to get the top 10 network security group events for VNET1 in the last 24 hours:
NetworkSecurityGroupEvent
| where TimeGenerated > ago(24h)
| where ResourceId contains 'VNET1'
| summarize count() by EventID
| top 10 by count_
Copy
Select Run to execute your query and view the results in a table or a chart3.
Full Exam Access, Actual Exam Questions, Validated Answers, Anytime Anywhere, No Download Limits, No Practice Limits
Get All 327 Questions & Answers