Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.credentials.getConnectionStringOrCreds: Take linked service name as input and return connection string or credentials depending on the configuration of the linked service.

Description

Take linked service name as input and return connection string or credentials depending on the configuration of the linked service.

Usage

mssparkutils.credentials.getConnectionStringOrCreds(linkedService)

Value

A empty string used to mimic credentials returned by azure synapse runtime for linkedService.

Arguments

linkedService

Linked service name.

Examples

Run this code
mssparkutils.credentials.getConnectionStringOrCreds('AzureDataLakeStorage1')

Run the code above in your browser using DataLab