You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- content: "Tailwind Traders has a subscription that contains multiple Log Analytics workspaces across multiple resource groups. The administrator needs to assign the Log Analytics Reader role to a new user. Which scope should the role assignment be configured to allow the user access to all the Log Analytics workspaces in a specific resource group?"
18
-
choices:
19
-
- content: "Subscription"
20
-
isCorrect: false
21
-
explanation: "Incorrect. Subscription scope allows access to all workspaces in the subscription."
22
-
- content: "Resource group"
23
-
isCorrect: true
24
-
explanation: "Correct. Resource group scope allows access to all workspaces in a particular resource group."
25
-
- content: "Resource"
26
-
isCorrect: false
27
-
explanation: "Incorrect. Resource scope allows access only to the specified workspace."
28
-
- content: "Tailwind Traders needs to collect information about all HTTP requests and responses that occur on their web server. An IT staff member decides to create a data collection rule that collects this information from virtual machines that are monitored with Azure Monitor Agent. When configuring the data collection rule, which data source should the staff member specify?"
29
-
choices:
30
-
- content: "Performance counters"
31
-
isCorrect: false
32
-
explanation: "Incorrect. Performance counters are a type of metric used to measure the performance of hardware, software and networks. Performance counters can help you identify performance bottlenecks and fine-tune performance of your system."
33
-
- content: "Windows event logs"
34
-
isCorrect: false
35
-
explanation: "Incorrect. Windows event logs collect various types of data related to the system, security, and application events that occur on a Windows operating system."
36
-
- content: "IIS logs"
37
-
isCorrect: true
38
-
explanation: "Correct. IIS logs contain information on each request made to the server, such as the request's date and time, the client IP address, the user's username, the HTTP status code provided by the web server as a result of the request, and more."
39
-
- content: "Tailwind Traders needs to set up an Azure Resource Health alert that notifies them of any changes in the health status of any resources due to a restart or a shutdown. Which type of alert should be used?"
40
-
choices:
41
-
- content: "Activity log alert"
42
-
isCorrect: true
43
-
explanation: "Correct. Activity log alerts are triggered when a new activity log event occurs that matches defined conditions."
44
-
- content: "Metric alert"
45
-
isCorrect: false
46
-
explanation: "Incorrect. Metric alerts are used to evaluate resource metrics at regular intervals."
47
-
- content: "Log alert"
48
-
isCorrect: false
49
-
explanation: "Incorrect. Log alerts are used to monitor resource logs at a set frequency. If an alert is triggered you can perform advanced logic operations on your data."
- content: "Tailwind Traders has a subscription that contains multiple Log Analytics workspaces across multiple resource groups. The administrator needs to assign the Log Analytics Reader role to a new user. Which scope should the role assignment be configured to allow the user access to all the Log Analytics workspaces in a specific resource group?"
22
+
choices:
23
+
- content: "Subscription"
24
+
isCorrect: false
25
+
explanation: "Incorrect. Subscription scope allows access to all workspaces in the subscription."
26
+
- content: "Resource group"
27
+
isCorrect: true
28
+
explanation: "Correct. Resource group scope allows access to all workspaces in a particular resource group."
29
+
- content: "Resource"
30
+
isCorrect: false
31
+
explanation: "Incorrect. Resource scope allows access only to the specified workspace."
32
+
- content: "Tailwind Traders needs to collect information about all HTTP requests and responses that occur on their web server. An IT staff member decides to create a data collection rule that collects this information from virtual machines that are monitored with Azure Monitor Agent. When configuring the data collection rule, which data source should the staff member specify?"
33
+
choices:
34
+
- content: "Performance counters"
35
+
isCorrect: false
36
+
explanation: "Incorrect. Performance counters are a type of metric used to measure the performance of hardware, software and networks. Performance counters can help you identify performance bottlenecks and fine-tune performance of your system."
37
+
- content: "Windows event logs"
38
+
isCorrect: false
39
+
explanation: "Incorrect. Windows event logs collect various types of data related to the system, security, and application events that occur on a Windows operating system."
40
+
- content: "IIS logs"
41
+
isCorrect: true
42
+
explanation: "Correct. IIS logs contain information on each request made to the server, such as the request's date and time, the client IP address, the user's username, the HTTP status code provided by the web server as a result of the request, and more."
43
+
- content: "Tailwind Traders needs to set up an Azure Resource Health alert that notifies them of any changes in the health status of any resources due to a restart or a shutdown. Which type of alert should be used?"
44
+
choices:
45
+
- content: "Activity log alert"
46
+
isCorrect: true
47
+
explanation: "Correct. Activity log alerts are triggered when a new activity log event occurs that matches defined conditions."
48
+
- content: "Metric alert"
49
+
isCorrect: false
50
+
explanation: "Incorrect. Metric alerts are used to evaluate resource metrics at regular intervals."
51
+
- content: "Log alert"
52
+
isCorrect: false
53
+
explanation: "Incorrect. Log alerts are used to monitor resource logs at a set frequency. If an alert is triggered you can perform advanced logic operations on your data."
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/guided-project-deploy-configure-azure-monitor/includes/3-exercise-deploy-log-analytics.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
This guided project consists of the four exercises:
3
2
4
3
-**Exercise 1: Deploy Log Analytics**
@@ -18,4 +17,4 @@ Launch the exercise and follow the instructions. When you're done, be sure to re
18
17
> To complete this lab you will need an [Azure subscription](https://azure.microsoft.com/free/).
19
18
20
19
[:::image type="content" source="../media/launch-exercise-button.png" alt-text="Button to launch exercise.":::
0 commit comments