Skip to main content

vw_accounts

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

Overview

Namevw_accounts
TypeView
Idazure.cognitive_services.vw_accounts

Fields

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

SQL Definition

SELECT
location as location,
kind as kind,
sku as sku,
identity as identity,
systemData as system_data,
tags as tags,
etag as etag,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.endpoint') as "endpoint",
JSON_EXTRACT(properties, '$.internalId') as "internal_id",
JSON_EXTRACT(properties, '$.capabilities') as "capabilities",
JSON_EXTRACT(properties, '$.isMigrated') as "is_migrated",
JSON_EXTRACT(properties, '$.migrationToken') as "migration_token",
JSON_EXTRACT(properties, '$.skuChangeInfo') as "sku_change_info",
JSON_EXTRACT(properties, '$.customSubDomainName') as "custom_sub_domain_name",
JSON_EXTRACT(properties, '$.networkAcls') as "network_acls",
JSON_EXTRACT(properties, '$.encryption') as "encryption",
JSON_EXTRACT(properties, '$.userOwnedStorage') as "user_owned_storage",
JSON_EXTRACT(properties, '$.amlWorkspace') as "aml_workspace",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.apiProperties') as "api_properties",
JSON_EXTRACT(properties, '$.dateCreated') as "date_created",
JSON_EXTRACT(properties, '$.callRateLimit') as "call_rate_limit",
JSON_EXTRACT(properties, '$.dynamicThrottlingEnabled') as "dynamic_throttling_enabled",
JSON_EXTRACT(properties, '$.quotaLimit') as "quota_limit",
JSON_EXTRACT(properties, '$.restrictOutboundNetworkAccess') as "restrict_outbound_network_access",
JSON_EXTRACT(properties, '$.allowedFqdnList') as "allowed_fqdn_list",
JSON_EXTRACT(properties, '$.disableLocalAuth') as "disable_local_auth",
JSON_EXTRACT(properties, '$.endpoints') as "endpoints",
JSON_EXTRACT(properties, '$.restore') as "restore",
JSON_EXTRACT(properties, '$.deletionDate') as "deletion_date",
JSON_EXTRACT(properties, '$.scheduledPurgeDate') as "scheduled_purge_date",
JSON_EXTRACT(properties, '$.locations') as "locations",
JSON_EXTRACT(properties, '$.commitmentPlanAssociations') as "commitment_plan_associations",
JSON_EXTRACT(properties, '$.abusePenalty') as "abuse_penalty",
JSON_EXTRACT(properties, '$.raiMonitorConfig') as "rai_monitor_config",
subscriptionId,
resourceGroupName,
accountName
FROM azure.cognitive_services.accounts
WHERE subscriptionId = 'replace-me';