Skip to main content

vw_assignments

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

Overview

Namevw_assignments
TypeView
Idazure.blueprints.vw_assignments

Fields

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

SQL Definition

SELECT
location as location,
identity as identity,
tags as tags,
JSON_EXTRACT(properties, '$.blueprintId') as "blueprint_id",
JSON_EXTRACT(properties, '$.scope') as "scope",
JSON_EXTRACT(properties, '$.parameters') as "parameters",
JSON_EXTRACT(properties, '$.resourceGroups') as "resource_groups",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.locks') as "locks",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.description') as "description",
resourceScope,
assignmentName
FROM azure.blueprints.assignments
WHERE resourceScope = 'replace-me';