Skip to main content

vw_storage_insight_configs

Creates, updates, deletes, gets or lists a vw_storage_insight_configs resource.

Overview

Namevw_storage_insight_configs
TypeView
Idazure.log_analytics.vw_storage_insight_configs

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
eTag as e_tag,
tags as tags,
JSON_EXTRACT(properties, '$.containers') as "containers",
JSON_EXTRACT(properties, '$.tables') as "tables",
JSON_EXTRACT(properties, '$.storageAccount') as "storage_account",
JSON_EXTRACT(properties, '$.status') as "status",
subscriptionId,
resourceGroupName,
workspaceName,
storageInsightName
FROM azure.log_analytics.storage_insight_configs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';