ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 165 - SC-300 discussion

Report
Export

HOTSPOT

You have an Azure subscription.

Azure AD logs are sent to a Log Analytics workspace.

You need to query the logs and graphically display the number of sign-ins per user.

How should you complete the query? To answer, select the appropriate options in the answer area.


Question 165
Correct answer: Question 165

Explanation:

Box 1 =

SigninLogs

| where ResultType == 0

| summarize login_count = count() by identity

| render piechart

This query retrieves the sign-in logs, filters the successful sign-ins, summarizes the count of sign-ins

per user, and renders the result as a pie chart.

Box 2 = Render

asked 05/10/2024
Karen Charllotte Aglipay
30 questions
User
0 comments
Sorted by

Leave a comment first