Skip to main content

vw_best_practices

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

Overview

Namevw_best_practices
TypeView
Idazure.automanage.vw_best_practices

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,
systemData as system_data,
JSON_EXTRACT(properties, '$.configuration') as "configuration",
bestPracticeName
FROM azure.automanage.best_practices
WHERE bestPracticeName = 'replace-me';