mssparkutils.credentials.putSecret | R Documentation |
Put AKV secret using with or without linkedService.
mssparkutils.credentials.putSecret(
akvName,
secretName,
secretValue,
linkedService = NULL
)
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. |
The secretValue
been written.
mssparkutils.credentials.putSecret('akvName', 'secretName', 'secretValue')
mssparkutils.credentials.putSecret('akvName', 'secretName', 'secretValue', 'AzureDataLakeStorage1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.