Skip to main content

vw_tags_at_scopes

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

Overview

Namevw_tags_at_scopes
TypeView
Idazure.resources.vw_tags_at_scopes

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, '$.tags') as "tags",
scope
FROM azure.resources.tags_at_scopes
WHERE scope = 'replace-me';