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

KeyTypeDescription
name (required)stringThe name of the Application Insights (see how to name)
@log_analytics_workspace_name (required)stringThe name of the log analytics workspace to use for the Application Insights component
emailsstringEmail to receive the logs (defaults to no email notifications)
locationstringResource Location (defaults to the resource group location)
externalboolA reference to an existing Application Insights (defaults to false)
resource_group_namestringThe name of the resource group where the resource is located, only with external resources (defaults to the resource group of the deployment)
tagsobjectAdditional tags for the resource (defaults to no additional tags)