mssparkutils.credentials.putSecretWithLS | R Documentation |
Put AKV secret using linkedService.
mssparkutils.credentials.putSecretWithLS(
linkedService,
secretName,
secretValue
)
linkedService |
name of AKV linked service. |
secretName |
name of the secret being written. |
secretValue |
value of the secret being written. |
The secretValue
been written.
mssparkutils.credentials.putSecretWithLS('AzureDataLakeStorage1', 'secretName', 'secretValue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.