Skip to main content

vw_services

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

Overview

Namevw_services
TypeView
Idazure.spring_apps.vw_services

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
identity as identity,
sku as sku,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.networkProfile') as "network_profile",
JSON_EXTRACT(properties, '$.vnetAddons') as "vnet_addons",
JSON_EXTRACT(properties, '$.maintenanceScheduleConfiguration') as "maintenance_schedule_configuration",
JSON_EXTRACT(properties, '$.version') as "version",
JSON_EXTRACT(properties, '$.serviceId') as "service_id",
JSON_EXTRACT(properties, '$.managedEnvironmentId') as "managed_environment_id",
JSON_EXTRACT(properties, '$.infraResourceGroup') as "infra_resource_group",
JSON_EXTRACT(properties, '$.powerState') as "power_state",
JSON_EXTRACT(properties, '$.zoneRedundant') as "zone_redundant",
JSON_EXTRACT(properties, '$.fqdn') as "fqdn",
JSON_EXTRACT(properties, '$.marketplaceResource') as "marketplace_resource",
subscriptionId,
resourceGroupName,
serviceName
FROM azure.spring_apps.services
WHERE subscriptionId = 'replace-me';