Skip to content

Commit a48a4ef

Browse files
authored
Merge pull request #111200 from lgayhardt/appinsightsdaleprice0420
App Insights Pricing Update from Dale
2 parents b161799 + 36a9249 commit a48a4ef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/azure-monitor/app/pricing.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The pricing for [Azure Application Insights][start] is a **Pay-As-You-Go** model
2424

2525
[Multi-step web tests](../../azure-monitor/app/availability-multistep.md) incur an additional charge. Multi-step web tests are web tests that perform a sequence of actions. There's no separate charge for *ping tests* of a single page. Telemetry from ping tests and multi-step tests is charged the same as other telemetry from your app.
2626

27+
The Application Insights option to [Enable alerting on custom metric dimensions](https://docs.microsoft.com/azure/azure-monitor/app/pre-aggregated-metrics-log-metrics#custom-metrics-dimensions-and-pre-aggregation) can also generate in additional costs because this can result in the creation of additional pre-aggregation metrics. [Learn more] about log-based and pre-aggregated metrics in Application Insights and about [pricing](https://azure.microsoft.com/pricing/details/monitor/) for Azure Monitor custom metrics.
28+
2729
## Estimating the costs to manage your application
2830

2931
If you're not yet using Application Insights, you can use the [Azure Monitor pricing calculator](https://azure.microsoft.com/pricing/calculator/?service=monitor) to estimate the cost of using Application Insights. Start by entering "Azure Monitor" in the Search box, and clicking on the resulting Azure Monitor tile. Scroll down the page to Azure Monitor, and select Application Insights from the Type dropdown. Here you can enter the number of GB of data you expect to collect per month, so the question is how much data will Application Insights collect monitoring your application.
@@ -172,7 +174,7 @@ To [change the daily cap via Azure Resource Manager](../../azure-monitor/app/pow
172174

173175
### Create alerts for the Daily Cap
174176

175-
The Application Insights Daily Cap creates an event in the Azure activity kog when the ingested data volumes hits the warning level or the daily cap level. You can [create an alert based on these activity log events](https://docs.microsoft.com/azure/azure-monitor/platform/alerts-activity-log#create-with-the-azure-portal). The signal names for these events are:
177+
The Application Insights Daily Cap creates an event in the Azure activity log when the ingested data volumes hits the warning level or the daily cap level. You can [create an alert based on these activity log events](https://docs.microsoft.com/azure/azure-monitor/platform/alerts-activity-log#create-with-the-azure-portal). The signal names for these events are:
176178

177179
* Application Insights component daily cap warning threshold reached
178180

@@ -212,7 +214,7 @@ To change the retention, from your Application Insights resource, go to the **Us
212214

213215
![Adjust the daily telemetry volume cap](./media/pricing/pricing-005.png)
214216

215-
The retention can also be [set programatically using PowerShell](powershell.md#set-the-data-retention) using the `retentionInDays` parameter. Additionally, if you set the data retention to 30 days, you can trigger an immediate purge of older data using the `immediatePurgeDataOn30Days` parameter, which may be useful for compliance-related scenarios. This purge functionality is only exposed via Azure Resource Manager and should be used with extreme care. The daily reset time for the data volume cap can be configured using Azure Resource Manager to set the `dailyQuotaResetTime` parameter.
217+
The retention can also be [set programatically using PowerShell](powershell.md#set-the-data-retention) using the `retentionInDays` parameter. When the retention is lowered, there is a several day grace period before the oldest data is removed. If you set the data retention to 30 days, you can trigger an immediate purge of older data using the `immediatePurgeDataOn30Days` parameter, which may be useful for compliance-related scenarios. This purge functionality is only exposed via Azure Resource Manager and should be used with extreme care. The daily reset time for the data volume cap can be configured using Azure Resource Manager to set the `dailyQuotaResetTime` parameter.
216218

217219
## Data transfer charges using Application Insights
218220

@@ -224,7 +226,7 @@ Sending data to Application Insights might incur data bandwidth charges. As desc
224226

225227
## Disable daily cap e-mails
226228

227-
To disable the daily volume cap e-mails, under the **Configure** section of your Application Insights resource, in the **Usage and estimated costs** pane, select **Daily Cap**. There are settings to send e-mail when the cap is reached, as well as when an adjustable warning level has been reached. If you wish to disable all daily cap volume-related emails uncheck both boxes.
229+
To disable the daily volume cap e-mails, under the **Configure** section of your Application Insights resource, in the **Usage and estimated costs** pane, select **Daily Cap**. There are settings to send e-mail when the cap is reached, as well as when an adjustable warning level has been reached. If you wish to disable all daily cap volume-related emails, uncheck both boxes.
228230

229231
## Legacy Enterprise (Per Node) pricing tier
230232

@@ -291,4 +293,4 @@ You can write a script to set the pricing tier by using Azure Resource Managemen
291293
[apiproperties]: app-insights-api-custom-events-metrics.md#properties
292294
[start]: ../../azure-monitor/app/app-insights-overview.md
293295
[pricing]: https://azure.microsoft.com/pricing/details/application-insights/
294-
[pricing]: https://azure.microsoft.com/pricing/details/application-insights/
296+
[pricing]: https://azure.microsoft.com/pricing/details/application-insights/

0 commit comments

Comments
 (0)