The workspaces/linkedStorageAccounts resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.OperationalInsights/workspaces/linkedStorageAccounts resource, add the following JSON to your template.
{
"type": "Microsoft.OperationalInsights/workspaces/linkedStorageAccounts",
"apiVersion": "2020-08-01",
"name": "string",
"properties": {
"storageAccountIds": [ "string" ]
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.OperationalInsights/workspaces/linkedStorageAccounts' |
apiVersion | The resource api version | '2020-08-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Linked storage accounts properties. | LinkedStorageAccountsProperties (required) |
Name | Description | Value |
---|---|---|
storageAccountIds | Linked storage accounts resources ids. | string[] |