Learn R Programming

notebookutils (version 1.5.3)

notebookutils.credentials.getSecret: Return AKV secret.

Description

Return AKV secret.

Usage

notebookutils.credentials.getSecret(akvName, secret, linkedService = NULL)

Value

A empty string used to mimic secret returned by azure synapse runtime for given akvName and secret.

Arguments

akvName

Azure Key Vault name.

secret

name of the secret being fetched.

linkedService

linkedService name of the AKV linked service.

Examples

Run this code
notebookutils.credentials.getSecret('akvName', 'secretName')
notebookutils.credentials.getSecret('akvName', 'secretName', 'AzureDataLakeStorage1')

Run the code above in your browser using DataLab