Learn R Programming

notebookutils (version 1.5.3)

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

Description

Return AKV secret using linkedService.

Usage

notebookutils.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
notebookutils.credentials.getSecretWithLS('AzureDataLakeStorage1', 'secretName')

Run the code above in your browser using DataLab