Skip to main content

vw_workbook_templates

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

Overview

Namevw_workbook_templates
TypeView
Idazure.application_insights.vw_workbook_templates

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.priority') as "priority",
JSON_EXTRACT(properties, '$.author') as "author",
JSON_EXTRACT(properties, '$.templateData') as "template_data",
JSON_EXTRACT(properties, '$.galleries') as "galleries",
JSON_EXTRACT(properties, '$.localized') as "localized",
subscriptionId,
resourceGroupName,
resourceName
FROM azure.application_insights.workbook_templates
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me';