Skip to main content

vw_blueprints

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

Overview

Namevw_blueprints
TypeView
Idazure.blueprints.vw_blueprints

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.targetScope') as "target_scope",
JSON_EXTRACT(properties, '$.parameters') as "parameters",
JSON_EXTRACT(properties, '$.resourceGroups') as "resource_groups",
JSON_EXTRACT(properties, '$.versions') as "versions",
JSON_EXTRACT(properties, '$.layout') as "layout",
resourceScope,
blueprintName
FROM azure.blueprints.blueprints
WHERE resourceScope = 'replace-me';