notebookutils.credentials.putSecret {notebookutils}R Documentation

Put AKV secret using with or without linkedService.

Description

Put AKV secret using with or without linkedService.

Usage

notebookutils.credentials.putSecret(
  akvName,
  secretName,
  secretValue,
  linkedService = NULL
)

Arguments

akvName

Azure Key Vault name.

secretName

name of the secret being written.

secretValue

value of the secret being written.

linkedService

name of the AKV linked service.

Value

The secretValue been written.

Examples

notebookutils.credentials.putSecret('akvName', 'secretName', 'secretValue')
notebookutils.credentials.putSecret('akvName', 'secretName', 'secretValue', 'AzureDataLakeStorage1')


[Package notebookutils version 1.5.3 Index]