Skip to content

Commit 231aa35

Browse files
committed
Changing headers
1 parent 031a741 commit 231aa35

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,42 +1516,42 @@
15161516
"redirect_document_id": false
15171517
},
15181518
{
1519-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-overview.md",
1519+
"source_path_from_root": "/articles/azure-monitor/app/usage-overview.md",
15201520
"redirect_url": "/azure/azure-monitor/app/usage",
15211521
"redirect_document_id": false
15221522
},
15231523
{
1524-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-segmentation.md",
1524+
"source_path_from_root": "/articles/azure-monitor/app/usage-segmentation.md",
15251525
"redirect_url": "/azure/azure-monitor/app/usage",
15261526
"redirect_document_id": false
15271527
},
15281528
{
1529-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-funnels.md",
1529+
"source_path_from_root": "/articles/azure-monitor/app/usage-funnels.md",
15301530
"redirect_url": "/azure/azure-monitor/app/usage",
15311531
"redirect_document_id": false
15321532
},
15331533
{
1534-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-cohorts.md",
1534+
"source_path_from_root": "/articles/azure-monitor/app/usage-cohorts.md",
15351535
"redirect_url": "/azure/azure-monitor/app/usage",
15361536
"redirect_document_id": false
15371537
},
15381538
{
1539-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-impact.md",
1539+
"source_path_from_root": "/articles/azure-monitor/app/usage-impact.md",
15401540
"redirect_url": "/azure/azure-monitor/app/usage",
15411541
"redirect_document_id": false
15421542
},
15431543
{
1544-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-retention.md",
1544+
"source_path_from_root": "/articles/azure-monitor/app/usage-retention.md",
15451545
"redirect_url": "/azure/azure-monitor/app/usage",
15461546
"redirect_document_id": false
15471547
},
15481548
{
1549-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-flows.md",
1549+
"source_path_from_root": "/articles/azure-monitor/app/usage-flows.md",
15501550
"redirect_url": "/azure/azure-monitor/app/usage",
15511551
"redirect_document_id": false
15521552
},
15531553
{
1554-
"source_path_from_root": "/articles/azure/azure-monitor/app/usage-heart.md",
1554+
"source_path_from_root": "/articles/azure-monitor/app/usage-heart.md",
15551555
"redirect_url": "/azure/azure-monitor/app/usage",
15561556
"redirect_document_id": false
15571557
},

articles/azure-monitor/app/usage.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To optimize your experience, consider integrating Application Insights into both
4646

4747
Publish your app to monitor your app's performance and find out what your users are doing with your app.
4848

49-
## The Users, Sessions, and Events segmentation tool
49+
## Users, Sessions, and Events - Analyze telemetry from three perspectives
5050

5151
Three of the **Usage** panes use the same tool to slice and dice telemetry from your web app from three perspectives. By filtering and splitting the data, you can uncover insights about the relative use of different pages and features.
5252

@@ -97,7 +97,7 @@ Explore different groups of users by adjusting the query options at the top of t
9797

9898
The **Meet your users** section shows information about five sample users matched by the current query. Exploring the behaviors of individuals and in aggregate can provide insights about how people use your app.
9999

100-
### User retention analysis for web applications
100+
### User retention analysis
101101

102102
The Application Insights retention feature provides valuable insights into user engagement by tracking the frequency and patterns of users returning to your app and their interactions with specific features. It enables you to compare user behaviors, such as the difference in return rates between users who win or lose a game, offering actionable data to enhance user experience and inform business strategies.
103103

@@ -202,7 +202,7 @@ dataset
202202
| render timechart
203203
```
204204

205-
### Determine which feature variant is more successful with A/B testing
205+
### Determine feature success with A/B testing
206206

207207
If you're unsure which feature variant is more successful, release both and let different users access each variant. Measure the success of each variant, and then transition to a unified version.
208208

@@ -229,7 +229,7 @@ public class MyTelemetryInitializer : ITelemetryInitializer
229229
}
230230
```
231231

232-
### [.NET Core](#tab/aspnetcore)
232+
#### [.NET Core](#tab/aspnetcore)
233233

234234
For [ASP.NET Core](asp-net-core.md#add-telemetryinitializers) applications, add a new telemetry initializer to the Dependency Injection service collection in the `Program.cs` class:
235235

@@ -239,7 +239,7 @@ using Microsoft.ApplicationInsights.Extensibility;
239239
builder.Services.AddSingleton<ITelemetryInitializer, MyTelemetryInitializer>();
240240
```
241241

242-
### [.NET Framework 4.8](#tab/aspnet-framework)
242+
#### [.NET Framework 4.8](#tab/aspnet-framework)
243243

244244
In the web app initializer, such as `Global.asax.cs`:
245245

@@ -254,7 +254,7 @@ protected void Application_Start()
254254

255255
---
256256

257-
## Discover with Funnels how customers use your application
257+
## Funnels - Discover how customers use your application
258258

259259
Understanding the customer experience is of great importance to your business. If your application involves multiple stages, you need to know if customers are progressing through the entire process or ending the process at some point. The progression through a series of steps in a web application is known as a *funnel*. You can use Application Insights funnels to gain insights into your users and monitor step-by-step conversion rates.
260260

@@ -297,7 +297,7 @@ To create a funnel:
297297

298298
1. To save your funnel to view at another time, select **Save** at the top. Use **Open** to open your saved funnels.
299299

300-
## Analyze user navigation patterns with User Flows
300+
## User Flows - Analyze user navigation patterns
301301

302302
:::image type="content" source="./media/usage-flows/flows.png" lightbox="./media/usage-flows/flows.png" alt-text="Screenshot that shows the Application Insights User Flows tool.":::
303303

@@ -367,7 +367,7 @@ Keep in mind that **Session Ended** nodes are based only on telemetry collected
367367

368368
Look for a page view or custom event that's repeated by many users across subsequent steps in the visualization. This activity usually means that users are performing repetitive actions on your site. If you find repetition, think about changing the design of your site or adding new functionality to reduce repetition. For example, you might add bulk edit functionality if you find users performing repetitive actions on each row of a table element.
369369

370-
## Analyze a specific set of users, sessions, events, or operations repeatedly with Cohorts
370+
## Cohorts - Analyze a specific set of users, sessions, events, or operations
371371

372372
A cohort is a set of users, sessions, events, or operations that have something in common. In Application Insights, cohorts are defined by an analytics query. In cases where you have to analyze a specific set of users or events repeatedly, cohorts can give you more flexibility to express exactly the set you're interested in.
373373

@@ -459,7 +459,7 @@ The previous two cohorts were defined by using dropdown boxes. You can also defi
459459
460460
1. Save and name the cohort.
461461
462-
## Use Impact Analysis to discover how different properties influence conversion rates
462+
## Impact Analysis - Discover how different properties influence conversion rates
463463
464464
Impact Analysis discovers how any dimension of a page view, custom event, or request affects the usage of a different page view or custom event.
465465
@@ -534,7 +534,7 @@ Sessions are then broken into two different kinds of *subsessions* based on one
534534
535535
How Impact is ultimately calculated varies based on whether we're analyzing by metric or by dimension. For metrics, all *A*s in a subsession are averaged. For dimensions, the value of each *A* contributes *1/N* to the value assigned to *B*, where *N* is the number of *A*s in the subsession.
536536
537-
## Analyze product usage with HEART
537+
## HEART - Five dimensions of customer experience
538538
539539
This article describes how to enable and use the Heart Workbook on Azure Monitor. The HEART workbook is based on the HEART measurement framework, which was originally introduced by Google. Several Microsoft internal teams use HEART to deliver better software.
540540
@@ -779,6 +779,3 @@ For more on editing workbook templates, see [Azure Workbooks templates](../visua
779779
* Find click data under the content field within the `customDimensions` attribute in the `CustomEvents` table in [Log Analytics](../logs/log-analytics-tutorial.md#write-a-query). See [sample app](https://go.microsoft.com/fwlink/?linkid=2152871) for more guidance.
780780
* Learn more about the [Google HEART framework](https://storage.googleapis.com/pub-tools-public-publication-data/pdf/36299.pdf).
781781
* To learn more about workbooks, see the [Workbooks overview](../visualize/workbooks-overview.md).
782-
* To enable usage experiences, start sending [custom events](./api-custom-events-metrics.md#trackevent) or [page views](./api-custom-events-metrics.md#page-views).
783-
* [Export to Power BI](../logs/log-powerbi.md) if you've [migrated to a workspace-based resource](convert-classic-resource.md).
784-
* [Analytics query language](../logs/log-analytics-tutorial.md?toc=%2fazure%2fazure-monitor%2ftoc.json).

0 commit comments

Comments
 (0)