mssparkutils.credentials.getSecretWithLS | R Documentation |
Return AKV secret using linkedService.
mssparkutils.credentials.getSecretWithLS(linkedService, secret)
linkedService |
linkedService name of the AKV linked service. |
secret |
name of the secret being fetched. |
A empty string used to mimic secret returned by azure synapse runtime for given linkedService
and secret
.
mssparkutils.credentials.getSecretWithLS('AzureDataLakeStorage1', 'secretName')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.