Skip to main content

workspaces_keys

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

Overview

Nameworkspaces_keys
TypeResource
Idazure.ml_services.workspaces_keys

Fields

NameDatatypeDescription
appInsightsInstrumentationKeystringThe access key of the workspace app insights
containerRegistryCredentialsobject
notebookAccessKeysobject
userStorageArmIdstringThe arm Id key of the workspace storage
userStorageKeystringThe access key of the workspace storage

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, subscriptionId, workspaceName

SELECT examples

SELECT
appInsightsInstrumentationKey,
containerRegistryCredentials,
notebookAccessKeys,
userStorageArmId,
userStorageKey
FROM azure.ml_services.workspaces_keys
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';