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

mssparkutils.credentials.putSecretWithLSR 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')


notebookutils documentation built on May 29, 2024, 12:08 p.m.