Skip to content

Commit 345bcb5

Browse files
committed
More fixes
1 parent 231aa35 commit 345bcb5

File tree

6 files changed

+31
-56
lines changed

6 files changed

+31
-56
lines changed

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Application Insights provides many experiences to enhance the performance, relia
3535

3636
### Usage
3737

38-
* [Users, sessions, and events](usage.md#the-users-sessions-and-events-segmentation-tool): Determine when, where, and how users interact with your web app.
39-
* [Funnels](usage.md#discover-with-funnels-how-customers-use-your-application): Analyze conversion rates to identify where users progress or drop off in the funnel.
40-
* [Flows](usage.md#analyze-user-navigation-patterns-with-user-flows): Visualize user paths on your site to identify high engagement areas and exit points.
41-
* [Cohorts](usage.md#analyze-a-specific-set-of-users-sessions-events-or-operations-repeatedly-with-cohorts): Group users by shared characteristics to simplify trend identification, segmentation, and performance troubleshooting.
38+
* [Users, sessions, and events](usage.md#users-sessions-and-events---analyze-telemetry-from-three-perspectives): Determine when, where, and how users interact with your web app.
39+
* [Funnels](usage.md#funnels---discover-how-customers-use-your-application): Analyze conversion rates to identify where users progress or drop off in the funnel.
40+
* [Flows](usage.md#user-flows---analyze-user-navigation-patterns): Visualize user paths on your site to identify high engagement areas and exit points.
41+
* [Cohorts](usage.md#cohorts---analyze-a-specific-set-of-users-sessions-events-or-operations): Group users by shared characteristics to simplify trend identification, segmentation, and performance troubleshooting.
4242

4343
### Code analysis
4444

articles/azure-monitor/app/asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ Our [Service Updates](https://azure.microsoft.com/updates/?service=application-i
874874
875875
## Next steps
876876

877-
* [Explore user flows](./usage.md#analyze-user-navigation-patterns-with-user-flows) to understand how users move through your app.
877+
* [Explore user flows](./usage.md#user-flows---analyze-user-navigation-patterns) to understand how users move through your app.
878878
* [Configure a snapshot collection](./snapshot-debugger.md) to see the state of source code and variables at the moment an exception is thrown.
879879
* [Use the API](./api-custom-events-metrics.md) to send your own events and metrics for a detailed view of your app's performance and usage.
880880
* Use [availability tests](./availability-overview.md) to check your app constantly from around the world.

articles/azure-monitor/app/javascript-feature-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/ap
553553
## Next steps
554554

555555
* [Confirm data is flowing](./javascript-sdk.md#confirm-data-is-flowing).
556-
* See the [documentation on utilizing HEART workbook](usage.md#analyze-product-usage-with-heart) for expanded product analytics.
556+
* See the [documentation on utilizing HEART workbook](usage.md#heart---five-dimensions-of-customer-experience) for expanded product analytics.
557557
* See the [GitHub repository](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-clickanalytics-js) and [npm Package](https://www.npmjs.com/package/@microsoft/applicationinsights-clickanalytics-js) for the Click Analytics Autocollection Plug-in.
558-
* Use [Events Analysis in the Usage experience](usage.md#the-users-sessions-and-events-segmentation-tool) to analyze top clicks and slice by available dimensions.
558+
* Use [Events Analysis in the Usage experience](usage.md#users-sessions-and-events---analyze-telemetry-from-three-perspectives) to analyze top clicks and slice by available dimensions.
559559
* See [Log Analytics](../logs/log-analytics-tutorial.md#write-a-query) if you aren’t familiar with the process of writing a query.
560560
* Build a [workbook](../visualize/workbooks-overview.md) or [export to Power BI](../logs/log-powerbi.md) to create custom visualizations of click data.

articles/azure-monitor/app/overview-dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ Application Insights Logs provides a rich query language that you can use to ana
172172
173173
## Next steps
174174
175-
* [Funnels](./usage.md#discover-with-funnels-how-customers-use-your-application)
176-
* [Retention](./usage.md#user-retention-analysis-for-web-applications)
177-
* [User flows](./usage.md#analyze-user-navigation-patterns-with-user-flows)
175+
* [Funnels](./usage.md#funnels---discover-how-customers-use-your-application)
176+
* [Retention](./usage.md#user-retention-analysis)
177+
* [User flows](./usage.md#user-flows---analyze-user-navigation-patterns)
178178
* In the tutorial, you learned how to create custom dashboards. Now look at the rest of the Application Insights documentation, which also includes a case study.
179179
> [!div class="nextstepaction"]
180180
> [Deep diagnostics](../app/devops.md)

0 commit comments

Comments
 (0)