AzureBlobDataFeedSource type

Represents an Azure Blob Storage data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.

type AzureBlobDataFeedSource = {
  authenticationType: "Basic" | "ManagedIdentity"
  blobTemplate: string
  connectionString?: string
  container: string
  dataSourceType: "AzureBlob"
}