Skip to main content

vw_application_live_views

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

Overview

Namevw_application_live_views
TypeView
Idazure.spring_apps.vw_application_live_views

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.components') as "components",
subscriptionId,
resourceGroupName,
serviceName,
applicationLiveViewName
FROM azure.spring_apps.application_live_views
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me';