Skip to content

Commit 1758fe0

Browse files
committed
Line edits4
1 parent 0b38266 commit 1758fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/azure/innovate-applications-with-azure-cloud-technologies/includes/5-azure-technologies-measure-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Notifications typically report that there might be a problem without context abo
3030

3131
After you formulate a hypothesis with the data provided by Azure Application Insights, you can analyze telemetry to measure whether the situation is now better or worse. You can embed custom business events in the application so that telemetry data contains additional information that helps in the measure process.
3232

33-
[Funnels](/azure/azure-monitor/app/usage?tabs=aspnetcore&branch=main#impact-analysis---discover-how-different-properties-influence-conversion-rates) can be an insightful tool. With funnels, you can predefine the *flows* that you expect users to follow when they use the application. Then you can monitor which patterns users follow, and identify problems in the applications if users behave in unexpected ways.
33+
[Funnels](/azure/azure-monitor/app/usage?tabs=aspnetcore&branch=main#funnels---discover-how-customers-use-your-application) can be an insightful tool. With funnels, you can predefine the *flows* that you expect users to follow when they use the application. Then you can monitor which patterns users follow, and identify problems in the applications if users behave in unexpected ways.
3434

3535
### Retain users
3636

37-
The Application Insights [retention tool](/azure/azure-monitor/app/usage?tabs=aspnetcore&branch=main#impact-analysis---discover-how-different-properties-influence-conversion-rates) offers specific functionality around user churn. It contains valuable learning data when combined with business events. For example, understanding which actions customers who left the application unexpectedly took, allows you to formulate hypotheses with maximum business impact.
37+
The Application Insights [retention tool](/azure/azure-monitor/app/usage?tabs=aspnetcore&branch=main#user-retention-analysis) offers specific functionality around user churn. It contains valuable learning data when combined with business events. For example, understanding which actions customers who left the application unexpectedly took, allows you to formulate hypotheses with maximum business impact.
3838

3939
For example, if most users who abandoned your website did so from the payment method page, you'd suspect a business problem there. Maybe the payment options are insufficient or not clearly displayed, or another problem is preventing users from moving forward in their shopping process.
4040

4141
### Impact analysis
4242

43-
[Impact analysis](/azure/azure-monitor/app/usage?tabs=aspnetcore&branch=main#impact-analysis---discover-how-different-properties-influence-conversion-rates) is a feature in Azure Application Insights that correlates technical aspects of the application to tangible business metrics.
43+
[Impact analysis](azure/azure-monitor/app/usage?tabs=aspnetcore&branch=main#impact-analysis---discover-how-different-properties-influence-conversion-rates) is a feature in Azure Application Insights that correlates technical aspects of the application to tangible business metrics.
4444

4545
For example, how fast should the product page load so that most users continue with their shopping process? With impact analysis, you can show the relationship between page load time and the rate of users who purchase the product shown. This information can help you to validate or reject an innovation hypothesis, and to convert business requirements into technical specifications.
4646

0 commit comments

Comments
 (0)