notebookutils.credentials.getConnectionStringOrCreds {notebookutils} | R Documentation |
Take linked service name as input and return connection string or credentials depending on the configuration of the linked service.
notebookutils.credentials.getConnectionStringOrCreds(linkedService)
linkedService |
Linked service name. |
A empty string used to mimic credentials returned by azure synapse runtime for linkedService
.
notebookutils.credentials.getConnectionStringOrCreds('AzureDataLakeStorage1')