Skip to main content

vw_registries

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

Overview

Namevw_registries
TypeView
Idazure.ml_services.vw_registries

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,
kind as kind,
sku as sku,
JSON_EXTRACT(properties, '$.discoveryUrl') as "discovery_url",
JSON_EXTRACT(properties, '$.intellectualPropertyPublisher') as "intellectual_property_publisher",
JSON_EXTRACT(properties, '$.managedResourceGroup') as "managed_resource_group",
JSON_EXTRACT(properties, '$.managedResourceGroupSettings') as "managed_resource_group_settings",
JSON_EXTRACT(properties, '$.mlFlowRegistryUri') as "ml_flow_registry_uri",
JSON_EXTRACT(properties, '$.registryPrivateEndpointConnections') as "registry_private_endpoint_connections",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.regionDetails') as "region_details",
subscriptionId,
resourceGroupName,
registryName
FROM azure.ml_services.registries
WHERE subscriptionId = 'replace-me';