Skip to main content

vw_region_healths

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

Overview

Namevw_region_healths
TypeView
Idazure_stack.infrastructure_insights_admin.vw_region_healths

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.alertSummary') as "alert_summary",
JSON_EXTRACT(properties, '$.usageMetrics') as "usage_metrics",
subscriptionId,
resourceGroupName,
location
FROM azure_stack.infrastructure_insights_admin.region_healths
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me';