Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.credentials.putSecretWithLS: Put AKV secret using linkedService.

Description

Put AKV secret using linkedService.

Usage

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

Value

The secretValue been written.

Arguments

linkedService

name of AKV linked service.

secretName

name of the secret being written.

secretValue

value of the secret being written.

Examples

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

Run the code above in your browser using DataLab