Skip to main content

vw_dev_tool_portals

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

Overview

Namevw_dev_tool_portals
TypeView
Idazure.spring_apps.vw_dev_tool_portals

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",
JSON_EXTRACT(properties, '$.public') as "public",
JSON_EXTRACT(properties, '$.url') as "url",
JSON_EXTRACT(properties, '$.ssoProperties') as "sso_properties",
JSON_EXTRACT(properties, '$.features') as "features",
subscriptionId,
resourceGroupName,
serviceName,
devToolPortalName
FROM azure.spring_apps.dev_tool_portals
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me';