Skip to main content

vw_troubleshooters

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

Overview

Namevw_troubleshooters
TypeView
Idazure_extras.help.vw_troubleshooters

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.solutionId') as "solution_id",
JSON_EXTRACT(properties, '$.parameters') as "parameters",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.steps') as "steps",
scope,
troubleshooterName
FROM azure_extras.help.troubleshooters
WHERE scope = 'replace-me' AND troubleshooterName = 'replace-me';