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/app/how-do-i.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Some points to consider:
68
68
[Use PowerShell to create new alerts](../../azure-monitor/app/alerts.md#automation)
69
69
70
70
## Use PowerShell to Manage Application Insights
71
-
*[Create new resources](../../azure-monitor/app/powershell-script-create-resource.md)
71
+
*[Create new resources](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource#creating-a-resource-automatically)
72
72
*[Create new alerts](../../azure-monitor/app/alerts.md#automation)
73
73
74
74
## Separate telemetry from different versions
@@ -94,11 +94,11 @@ Or
94
94
<aname="search-specific-users"></a>
95
95
96
96
### Filter out anonymous or authenticated users
97
-
If your users sign in, you can set the [authenticated user id](../../azure-monitor/app/api-custom-events-metrics.md#authenticated-users). (It doesn't happen automatically.)
97
+
If your users sign in, you can set the [authenticated user ID](../../azure-monitor/app/api-custom-events-metrics.md#authenticated-users). (It doesn't happen automatically.)
98
98
99
99
You can then:
100
100
101
-
* Search on specific user ids
101
+
* Search on specific user IDs
102
102
103
103

104
104
@@ -110,12 +110,12 @@ You can then:
110
110
Create a [filter](../../azure-monitor/app/api-filtering-sampling.md#filtering). This lets you modify or filter telemetry before it is sent from your app to Application Insights.
111
111
112
112
## List specific users and their usage
113
-
If you just want to [search for specific users](#search-specific-users), you can set the [authenticated user id](../../azure-monitor/app/api-custom-events-metrics.md#authenticated-users).
113
+
If you just want to [search for specific users](#search-specific-users), you can set the [authenticated user ID](../../azure-monitor/app/api-custom-events-metrics.md#authenticated-users).
114
114
115
115
If you want a list of users with data such as what pages they look at or how often they log in, you have two options:
116
116
117
-
*[Set authenticated user id](../../azure-monitor/app/api-custom-events-metrics.md#authenticated-users), [export to a database](../../azure-monitor/app/code-sample-export-sql-stream-analytics.md) and use suitable tools to analyze your user data there.
118
-
* If you have only a small number of users, send custom events or metrics, using the data of interest as the metric value or event name, and setting the user id as a property. To analyze page views, replace the standard JavaScript trackPageView call. To analyze server-side telemetry, use a telemetry initializer to add the user id to all server telemetry. You can then filter and segment metrics and searches on the user id.
117
+
*[Set authenticated user ID](../../azure-monitor/app/api-custom-events-metrics.md#authenticated-users), [export to a database](../../azure-monitor/app/code-sample-export-sql-stream-analytics.md) and use suitable tools to analyze your user data there.
118
+
* If you have only a small number of users, send custom events or metrics, using the data of interest as the metric value or event name, and setting the user ID as a property. To analyze page views, replace the standard JavaScript trackPageView call. To analyze server-side telemetry, use a telemetry initializer to add the user ID to all server telemetry. You can then filter and segment metrics and searches on the user ID.
119
119
120
120
## Reduce traffic from my app to Application Insights
121
121
* In [ApplicationInsights.config](../../azure-monitor/app/configuration-with-applicationinsights-config.md), disable any modules you don't need, such the performance counter collector.
@@ -146,7 +146,7 @@ For ASP.NET Core applications you may access `TelemetryConfiguration` instance u
146
146
You can disable standard collectors (for example, performance counters, HTTP requests, or dependencies)
147
147
148
148
***ASP.NET applications** - Delete or comment out the relevant lines in [ApplicationInsights.config](../../azure-monitor/app/configuration-with-applicationinsights-config.md)
149
-
***ASP.NET Core applicaitons** - Follow telemetry modules configuration options in [ApplicationInsights ASP.NET Core](../../azure-monitor/app/asp-net-core.md#configuring-or-removing-default-telemetrymodules)
149
+
***ASP.NET Core applications** - Follow telemetry modules configuration options in [ApplicationInsights ASP.NET Core](../../azure-monitor/app/asp-net-core.md#configuring-or-removing-default-telemetrymodules)
150
150
151
151
## View system performance counters
152
152
Among the metrics you can show in metrics explorer are a set of system performance counters. There's a predefined blade titled **Servers** that displays several of them.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/powershell-alerts.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
@@ -127,7 +127,7 @@ The metrics are sent by different telemetry modules:
127
127
You can [automate your response to an alert](../../azure-monitor/platform/alerts-webhooks.md). Azure will call a web address of your choice when an alert is raised.
128
128
129
129
## See also
130
-
*[Script to configure Application Insights](powershell-script-create-resource.md)
130
+
*[Script to configure Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource#creating-a-resource-automatically)
131
131
*[Create Application Insights and web test resources from templates](powershell.md)
132
132
*[Automate coupling Microsoft Azure Diagnostics to Application Insights](powershell-azure-diagnostics.md)
133
133
*[Automate your response to an alert](../../azure-monitor/platform/alerts-webhooks.md)
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/powershell.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
@@ -591,7 +591,7 @@ Azure should set up the resources in strict order. To make sure one setup comple
591
591
## Next steps
592
592
Other automation articles:
593
593
594
-
*[Create an Application Insights resource](powershell-script-create-resource.md) - quick method without using a template.
594
+
*[Create an Application Insights resource](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource#creating-a-resource-automatically) - quick method without using a template.
595
595
*[Set up Alerts](powershell-alerts.md)
596
596
*[Create web tests](https://azure.microsoft.com/blog/creating-a-web-test-alert-programmatically-with-application-insights/)
597
597
*[Send Azure Diagnostics to Application Insights](powershell-azure-diagnostics.md)
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/separate-resources.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Set the key in an initialization method, such as global.aspx.cs in an ASP.NET se
47
47
In this example, the ikeys for the different resources are placed in different versions of the web configuration file. Swapping the web configuration file - which you can do as part of the release script - will swap the target resource.
48
48
49
49
### Web pages
50
-
The iKey is also used in your app's web pages, in the [script that you got from the quick start blade](../../azure-monitor/app/javascript.md). Instead of coding it literally into the script, generate it from the server state. For example, in an ASP.NET app:
50
+
The iKey is also used in your app's web pages, in the [script that you got from the quickstart blade](../../azure-monitor/app/javascript.md). Instead of coding it literally into the script, generate it from the server state. For example, in an ASP.NET app:
51
51
52
52
*JavaScript in Razor*
53
53
@@ -77,7 +77,7 @@ In the [portal.azure.com](https://portal.azure.com), add an Application Insights
77
77
78
78
Creating the resource takes a few seconds. You'll see an alert when it's done.
79
79
80
-
(You can write a [PowerShell script](../../azure-monitor/app/powershell-script-create-resource.md) to create a resource automatically.)
80
+
(You can write a [PowerShell script](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource#creating-a-resource-automatically) to create a resource automatically.)
81
81
82
82
### Getting the instrumentation key
83
83
The instrumentation key identifies the resource that you created.
@@ -130,7 +130,7 @@ There are several different methods of setting the Application Version property.
130
130
To allow MSBuild to generate version numbers, set the version like `1.0.*` in AssemblyReference.cs
131
131
132
132
## Version and release tracking
133
-
To track the application version, make sure `buildinfo.config` is generated by your Microsoft Build Engine process. In your .csproj file, add:
133
+
To track the application version, make sure `buildinfo.config` is generated by your Microsoft Build Engine process. In your `.csproj` file, add:
134
134
135
135
```XML
136
136
@@ -141,7 +141,7 @@ To track the application version, make sure `buildinfo.config` is generated by y
141
141
142
142
When it has the build info, the Application Insights web module automatically adds **Application version** as a property to every item of telemetry. That allows you to filter by version when you perform [diagnostic searches](../../azure-monitor/app/diagnostic-search.md), or when you [explore metrics](../../azure-monitor/app/metrics-explorer.md).
143
143
144
-
However, notice that the build version number is generated only by the Microsoft Build Engine, not by the developer build in Visual Studio.
144
+
However, notice that the build version number is generated only by the Microsoft Build Engine, not by the developer build from Visual Studio.
145
145
146
146
### Release annotations
147
147
If you use Azure DevOps, you can [get an annotation marker](../../azure-monitor/app/annotations.md) added to your charts whenever you release a new version. The following image shows how this marker appears.
0 commit comments