mssparkutils.credentials.putSecretWithLS {notebookutils}R Documentation

Put AKV secret using linkedService.

Description

Put AKV secret using linkedService.

Usage

mssparkutils.credentials.putSecretWithLS(
  linkedService,
  secretName,
  secretValue
)

Arguments

linkedService

name of AKV linked service.

secretName

name of the secret being written.

secretValue

value of the secret being written.

Value

The secretValue been written.

Examples

mssparkutils.credentials.putSecretWithLS('AzureDataLakeStorage1', 'secretName', 'secretValue')


[Package notebookutils version 1.5.3 Index]