Skip to content

Commit 71ed591

Browse files
committed
fixing Logs naming
1 parent 0d0b8f0 commit 71ed591

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/learn/mobile-center-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ To give you more data when you first connect, the most recent 48 hours of custom
101101

102102
Application Insights can query, segment, filter, and analyze the custom event telemetry from your apps, beyond the analytics tools App Center provides.
103103

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)**.
105105

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.
107107

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.
109109

110110
```AIQL
111111
customEvents
@@ -114,7 +114,7 @@ Application Insights can query, segment, filter, and analyze the custom event te
114114
| order by dcount_user_Id desc
115115
```
116116

117-
![Analytics portal](./media/mobile-center-quickstart/analytics-portal-001.png)
117+
![Logs (Analytics) portal](./media/mobile-center-quickstart/analytics-portal-001.png)
118118

119119
1. Select the query by clicking anywhere on the query in the text editor.
120120
2. Then click **Go** to run the query.

0 commit comments

Comments
 (0)