Skip to content

Commit d24ccd3

Browse files
committed
edit pass: app-articles-batch-13
1 parent 8fb8b13 commit d24ccd3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/azure-monitor/app/azure-web-apps-net.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ Client-side monitoring is an opt-in for ASP.NET. To enable client-side monitorin
7070
1. Select **Settings** > **Configuration**.
7171
1. Under **Application settings**, create a new application setting:
7272

73-
- **Name**: `APPINSIGHTS_JAVASCRIPT_ENABLED`
74-
- **Value**: `true`
73+
- **Name**: Enter **APPINSIGHTS_JAVASCRIPT_ENABLED**.
74+
- **Value**: Enter **true**.
7575

7676
1. Save the settings and restart your app.
7777

78-
To disable client-side monitoring, either remove the associated key value pair from **Application settings** or set the value to `false`.
78+
To disable client-side monitoring, either remove the associated key value pair from **Application settings** or set the value to **false**.
7979

8080
## Automate monitoring
8181

articles/azure-monitor/app/usage-retention.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ To use the Retention workbook, in your Application Insights resources go to **Us
2424

2525
:::image type="content" source="./media/usage-retention/retention.png" alt-text="Screenshot that shows the Retention workbook showing a line chart." lightbox="./media/usage-retention/retention.png":::
2626

27+
Workbook capabilities:
28+
2729
- By default, retention shows all users who did anything and then came back and did anything else over a defined period. You can select different combinations of events to narrow the focus on specific user activities.
2830
- To add one or more filters on properties, select **Add Filters**. For example, you can focus on users in a particular country or region.
29-
- The overall retention chart shows a summary of user retention across the selected time period.
31+
- The **Overall Retention** chart shows a summary of user retention across the selected time period.
3032
- The grid shows the number of users retained. Each row represents a cohort of users who performed any event in the time period shown. Each cell in the row shows how many of that cohort returned at least once in a later period. Some users might return in more than one period.
3133
- The insights cards show the top five initiating events and the top five returned events. This information gives users a better understanding of their retention report.
3234

0 commit comments

Comments
 (0)