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