mssparkutils.credentials.getSecret {notebookutils} | R Documentation |
Return AKV secret.
Description
Return AKV secret.
Usage
mssparkutils.credentials.getSecret(akvName, secret, linkedService = NULL)
Arguments
akvName |
Azure Key Vault name. |
secret |
name of the secret being fetched. |
linkedService |
linkedService name of the AKV linked service. |
Value
A empty string used to mimic secret returned by azure synapse runtime for given akvName
and secret
.
Examples
mssparkutils.credentials.getSecret('akvName', 'secretName')
mssparkutils.credentials.getSecret('akvName', 'secretName', 'AzureDataLakeStorage1')
[Package notebookutils version 1.5.3 Index]