Skip to main content
Properties for Azure Data Lake Storage (ADLS) connections are specified in the properties object when creating or updating a connection. All properties are nested within the connection request body.

Properties

tenantId
string
required
Azure Active Directory tenant ID.
clientId
string
required
Azure Active Directory application (client) ID.
clientSecret
object
required
Reference to a Prophecy secret containing the Azure client secret.
  • When using the create connection API, the secret must be stored in Prophecy before creating the connection.
  • When using the create fabric API, replace this whole object with the string {{SECRET}}, which references the secret being created in parallel to the connection.
accountName
string
required
Azure Data Lake Storage account name.
containerName
string
required
Name of the container within the ADLS account that Prophecy will use by default for writing data.