You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/proactive-application-security-detection-pack.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.reviewer: yagil
11
11
12
12
Smart detection automatically analyzes the telemetry generated by your application, and detects potential security issues. It enables you to identify potential security problems. You can mitigate these problems by fixing the application, or by taking the necessary security measures.
13
13
14
-
This feature requires no special setup, other than [configuring your app to send telemetry](../app/usage-overview.md).
14
+
This feature requires no special setup, other than [configuring your app to send telemetry](../app/usage.md).
15
15
16
16
## When would I get this type of smart detection notification?
17
17
There are three types of security issues that are detected:
The telemetry is available in the `customEvents` table on the [Application Insights Logs tab](../logs/log-query-overview.md) or [usage experience](usage-overview.md). Events might come from `trackEvent(..)` or the [Click Analytics Auto-collection plug-in](javascript-feature-extensions.md).
150
+
The telemetry is available in the `customEvents` table on the [Application Insights Logs tab](../logs/log-query-overview.md) or [usage experience](usage.md). Events might come from `trackEvent(..)` or the [Click Analytics Auto-collection plug-in](javascript-feature-extensions.md).
151
151
152
152
If [sampling](./sampling.md) is in operation, the `itemCount` property shows a value greater than `1`. For example, `itemCount==10` means that of 10 calls to `trackEvent()`, the sampling process transmitted only one of them. To get a correct count of custom events, use code such as `customEvents | summarize sum(itemCount)`.
153
153
@@ -683,7 +683,7 @@ The function is asynchronous for the [server telemetry channel](https://www.nuge
683
683
684
684
## Authenticated users
685
685
686
-
In a web app, users are [identified by cookies](./usage-segmentation.md#the-users-sessions-and-events-segmentation-tool) by default. A user might be counted more than once if they access your app from a different machine or browser, or if they delete cookies.
686
+
In a web app, users are [identified by cookies](./usage.md#users-sessions-and-events---analyze-telemetry-from-three-perspectives) by default. A user might be counted more than once if they access your app from a different machine or browser, or if they delete cookies.
687
687
688
688
If users sign in to your app, you can get a more accurate count by setting the authenticated user ID in the browser code:
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/app-insights-overview.md
+24-20Lines changed: 24 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,31 +16,35 @@ Azure Monitor Application Insights, a feature of [Azure Monitor](..\overview.md)
16
16
Application Insights provides many experiences to enhance the performance, reliability, and quality of your applications.
17
17
18
18
### Investigate
19
-
-[Application dashboard](overview-dashboard.md): An at-a-glance assessment of your application's health and performance.
20
-
-[Application map](app-map.md): A visual overview of application architecture and components' interactions.
21
-
-[Live metrics](live-stream.md): A real-time analytics dashboard for insight into application activity and performance.
22
-
-[Transaction search](transaction-search-and-diagnostics.md?tabs=transaction-search): Trace and diagnose transactions to identify issues and optimize performance.
23
-
-[Availability view](availability-overview.md): Proactively monitor and test the availability and responsiveness of application endpoints.
24
-
-[Failures view](failures-and-performance-views.md?tabs=failures-view): Identify and analyze failures in your application to minimize downtime.
25
-
-[Performance view](failures-and-performance-views.md?tabs=performance-view): Review application performance metrics and potential bottlenecks.
19
+
20
+
*[Application dashboard](overview-dashboard.md): An at-a-glance assessment of your application's health and performance.
21
+
*[Application map](app-map.md): A visual overview of application architecture and components' interactions.
22
+
*[Live metrics](live-stream.md): A real-time analytics dashboard for insight into application activity and performance.
23
+
*[Transaction search](transaction-search-and-diagnostics.md?tabs=transaction-search): Trace and diagnose transactions to identify issues and optimize performance.
24
+
*[Availability view](availability-overview.md): Proactively monitor and test the availability and responsiveness of application endpoints.
25
+
*[Failures view](failures-and-performance-views.md?tabs=failures-view): Identify and analyze failures in your application to minimize downtime.
26
+
*[Performance view](failures-and-performance-views.md?tabs=performance-view): Review application performance metrics and potential bottlenecks.
26
27
27
28
### Monitoring
28
-
-[Alerts](../alerts/alerts-overview.md): Monitor a wide range of aspects of your application and trigger various actions.
29
-
-[Metrics](../essentials/metrics-getting-started.md): Dive deep into metrics data to understand usage patterns and trends.
30
-
-[Diagnostic settings](../essentials/diagnostic-settings.md): Configure streaming export of platform logs and metrics to the destination of your choice.
31
-
-[Logs](../logs/log-analytics-overview.md): Retrieve, consolidate, and analyze all data collected into Azure Monitoring Logs.
32
-
-[Workbooks](../visualize/workbooks-overview.md): Create interactive reports and dashboards that visualize application monitoring data.
29
+
30
+
*[Alerts](../alerts/alerts-overview.md): Monitor a wide range of aspects of your application and trigger various actions.
31
+
*[Metrics](../essentials/metrics-getting-started.md): Dive deep into metrics data to understand usage patterns and trends.
32
+
*[Diagnostic settings](../essentials/diagnostic-settings.md): Configure streaming export of platform logs and metrics to the destination of your choice.
33
+
*[Logs](../logs/log-analytics-overview.md): Retrieve, consolidate, and analyze all data collected into Azure Monitoring Logs.
34
+
*[Workbooks](../visualize/workbooks-overview.md): Create interactive reports and dashboards that visualize application monitoring data.
33
35
34
36
### Usage
35
-
-[Users, sessions, and events](usage-segmentation.md): Determine when, where, and how users interact with your web app.
36
-
-[Funnels](usage-funnels.md): Analyze conversion rates to identify where users progress or drop off in the funnel.
37
-
-[Flows](usage-flows.md): Visualize user paths on your site to identify high engagement areas and exit points.
38
-
-[Cohorts](usage-cohorts.md): Group users by shared characteristics to simplify trend identification, segmentation, and performance troubleshooting.
37
+
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.
39
42
40
43
### Code analysis
41
-
-[Profiler](../profiler/profiler-overview.md): Capture, identify, and view performance traces for your application.
42
-
-[Code optimizations](../insights/code-optimizations.md): Harness AI to create better and more efficient applications.
43
-
-[Snapshot debugger](../snapshot-debugger/snapshot-debugger.md): Automatically collect debug snapshots when exceptions occur in .NET application
44
+
45
+
*[Profiler](../profiler/profiler-overview.md): Capture, identify, and view performance traces for your application.
46
+
*[Code optimizations](../insights/code-optimizations.md): Harness AI to create better and more efficient applications.
47
+
*[Snapshot debugger](../snapshot-debugger/snapshot-debugger.md): Automatically collect debug snapshots when exceptions occur in .NET application
0 commit comments