Application Insights
Overview
{
"application_insights": {
"name": "appi-insights-{env}",
"@log_analytics_workspace_name": "log-app-{env}",
"emails": ["contoso@cyncly.com"],
"location": "northeurope",
"external": false,
"resource_group_name": "my-rg-name",
"tags": { "example": "S0" }
}
}
Application Insights Reference
| Key | Type | Description |
|---|
name (required) | string | The name of the Application Insights (see how to name) |
@log_analytics_workspace_name (required) | string | The name of the log analytics workspace to use for the Application Insights component |
emails | string | Email to receive the logs (defaults to no email notifications) |
location | string | Resource Location (defaults to the resource group location) |
external | bool | A reference to an existing Application Insights (defaults to false) |
resource_group_name | string | The name of the resource group where the resource is located, only with external resources (defaults to the resource group of the deployment) |
tags | object | Additional tags for the resource (defaults to no additional tags) |