Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.credentials.getSecretWithLS: Return AKV secret using linkedService.

Description

Return AKV secret using linkedService.

Usage

mssparkutils.credentials.getSecretWithLS(linkedService, secret)

Value

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

Arguments

linkedService

linkedService name of the AKV linked service.

secret

name of the secret being fetched.

Examples

Run this code
mssparkutils.credentials.getSecretWithLS('AzureDataLakeStorage1', 'secretName')

Run the code above in your browser using DataLab