Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.credentials.getSecret: Return AKV secret.

Description

Return AKV secret.

Usage

mssparkutils.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
mssparkutils.credentials.getSecret('akvName', 'secretName')
mssparkutils.credentials.getSecret('akvName', 'secretName', 'AzureDataLakeStorage1')

Run the code above in your browser using DataLab