The components/analyticsItems resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a microsoft.insights/components/analyticsItems resource, add the following JSON to your template.
{
"type": "microsoft.insights/components/analyticsItems",
"apiVersion": "2015-05-01",
"name": "item",
"Scope": "string",
"Content": "string",
"Id": "string",
"Properties": {
"functionAlias": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'microsoft.insights/components/analyticsItems' |
apiVersion | The resource api version | '2015-05-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
'item' |
Scope | Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. | 'shared' 'user' |
Content | The content of this item | string |
Id | Internally assigned unique id of the item definition. | string |
Properties | A set of properties that can be defined in the context of a specific item type. Each type may have its own properties. | ApplicationInsightsComponentAnalyticsItemProperties |
Name | Description | Value |
---|---|---|
functionAlias | A function alias, used when the type of the item is Function | string |