mssparkutils.credentials.getSecret | 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.