Skip to main content

vw_apps

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

Overview

Namevw_apps
TypeView
Idazure.iot_central.vw_apps

Fields

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

SQL Definition

SELECT
location as location,
sku as sku,
identity as identity,
tags as tags,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.applicationId') as "application_id",
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.subdomain') as "subdomain",
JSON_EXTRACT(properties, '$.template') as "template",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.networkRuleSets') as "network_rule_sets",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
subscriptionId,
resourceGroupName,
resourceName
FROM azure.iot_central.apps
WHERE subscriptionId = 'replace-me';