Skip to content

Commit 4e50e39

Browse files
committed
Minor updates.
1 parent 2b75f2e commit 4e50e39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-app-configuration/howto-telemetry.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,26 @@ These types of questions can be answered through the emission and analysis of fe
5252
* [Python](./howto-telemetry-python.md)
5353
* [JavaScript](./howto-telemetry-javascript.md)
5454

55-
## Review telemetry for feature flag
55+
## Review telemetry for the feature flag
5656

57-
1. Navigate to the Application Insights blade in your Azure portal or monitoring dashboard. You'll see a graph displaying all events from your application. This provides an initial overview of activity patterns.
57+
1. Navigate to the **Application Insights** blade in the App Configuration portal. You'll see a graph displaying all events from your application. This provides an initial overview of activity patterns.
5858
> [!div class="mx-imgBorder"]
5959
> ![Screenshot of the Azure portal, viewing events in application insights blade of App Configuration resource.](./media/howto-telemetry/app-insights-view-events.png)
6060
6161
1. Use the time range selector to focus on specific periods. This helps identify trends or investigate particular timeframes of interest.
6262

63-
1. Filter by Feature Flag
63+
1. Filter by feature Flag
6464
- Click on the dropdown menu above the event graph
65-
- Under **"Feature flags with events"** select your feature flag
65+
- Under **Feature flags with events** select your feature flag
6666
- The graph will now display only events related to the feature flag's evaluations
6767
> [!div class="mx-imgBorder"]
6868
> ![Screenshot of the Azure portal, selecting specific feature flag in application insights blade of App Configuration resource.](./media/howto-telemetry/app-insights-ff-dropdown.png)
6969
70-
1. To access more detailed telemetry, click **"View details"** to open the telemetry tab.
70+
1. To access more detailed telemetry, click **View details** to open the telemetry tab.
7171
> [!div class="mx-imgBorder"]
7272
> ![Screenshot of the Azure portal, navigate to telemetry tab from app insights blade of App Configuration resource.](./media/howto-telemetry/app-insights-view-details-link.png)
7373
74-
You can also access this tab by going to the feature manager and clicking **"View events"** in the telemetry column for the feature flag of interest.
74+
You can also access this tab by going to the **Feature manager** and clicking **View events** in the telemetry column for the feature flag of interest.
7575
> [!div class="mx-imgBorder"]
7676
> ![Screenshot of the Azure portal, view events from feature manager.](./media/howto-telemetry/feature-manager-view-events.png)
7777

0 commit comments

Comments
 (0)