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
Copy file name to clipboardExpand all lines: articles/azure-monitor/learn/mobile-center-quickstart.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,11 +101,11 @@ To give you more data when you first connect, the most recent 48 hours of custom
101
101
102
102
Application Insights can query, segment, filter, and analyze the custom event telemetry from your apps, beyond the analytics tools App Center provides.
103
103
104
-
1.**Query your custom event telemetry.** From the Application Insights **Overview** page, choose **Analytics**.
104
+
1.**Query your custom event telemetry.** From the Application Insights **Overview** page, choose **Logs (Analytics)**.
105
105
106
-
The Application Insights Analytics portal associated with your Application Insights resource will open. The Analytics portal lets you directly query your data using the Log Analytics query language, so you can ask arbitrarily complex questions about your app and its users.
106
+
The Application Insights Logs (Analytics) portal associated with your Application Insights resource will open. The Logs (Analytics) portal lets you directly query your data using the Log Analytics query language, so you can ask arbitrarily complex questions about your app and its users.
107
107
108
-
Open a new tab in the Analytics portal, then paste in the following query. It returns a count of how many distinct users have sent each custom event from your app in the last 24 hours, sorted by these distinct counts.
108
+
Open a new tab in the Logs (Analytics) portal, then paste in the following query. It returns a count of how many distinct users have sent each custom event from your app in the last 24 hours, sorted by these distinct counts.
109
109
110
110
```AIQL
111
111
customEvents
@@ -114,7 +114,7 @@ Application Insights can query, segment, filter, and analyze the custom event te
0 commit comments