Skip to main content

vw_channels

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

Overview

Namevw_channels
TypeView
Idazure.bot_service.vw_channels

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
sku as sku,
kind as kind,
etag as etag,
zones as zones,
JSON_EXTRACT(properties, '$.channelName') as "channel_name",
JSON_EXTRACT(properties, '$.etag') as "etag",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.location') as "location",
subscriptionId,
resourceGroupName,
resourceName,
channelName
FROM azure.bot_service.channels
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND resourceName = 'replace-me';