notebookutils.credentials.getSecretWithLS {notebookutils}R Documentation

Return AKV secret using linkedService.

Description

Return AKV secret using linkedService.

Usage

notebookutils.credentials.getSecretWithLS(linkedService, secret)

Arguments

linkedService

linkedService name of the AKV linked service.

secret

name of the secret being fetched.

Value

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

Examples

notebookutils.credentials.getSecretWithLS('AzureDataLakeStorage1', 'secretName')


[Package notebookutils version 1.5.3 Index]