Skip to main content
Version: Next

Azure Blob Container data consumer

An Azure Blob Container can be used to store linkage map extractions.

Add Data Consumer

Connection fields

The following fields are required for Azure Blob Container data consumers in the data catalog.

FieldDescription
Blob EndpointThe URL of the Azure Blob end point. e.g. https://[accountname].blob.core.windows.net
Account NameThe name of the Azure Storage account.
Authentication MethodThe method used to authenticate with the Azure Blob storage account:
  • Managed Identity - uses the system assigned identity of the Azure resource hosting the LinXmart worker process.
  • Account Key - One of the storage account's access keys.
  • SAS Token - A shared access token with Read and List permissions to the container specified below.
Authentication SecretA secret that corresponds to the authentication method. e.g. Access Key, SAS Token, etc.
Container NameThe name of the Blob Container.
Default Path PrefixA default value for when the data consumer is added to a project. See below.
Default Output FormatA default value for when the data consumer is added to a project. See below.
Default Subfolder StrategyA default value for when the data consumer is added to a project. See below.
info

The default field values will be applied to the data consumer when it is added to a specific project.

Use the Test Connection button to verify the Azure Blob Container can be accessed.

Project level fields

The following additional fields are available when the data consumer has been added to a specific Linkage Project. Some of these may have default values configured at the data catalog level.

FieldDescription
Path PrefixA simple path prefix within the container from which to write data.
Output FormatData can be written in either CSV or Parquet format.
Subfolder StrategyThis strategy will determine how files are stored within a folder hierarchy.
  • None - in the root data path.
  • By Project - in a folder named after the Project Code
  • By Event Type - in a folder named after the Event Type Code
  • By Project and Event Type - Project Code folder at the top level and Event Type Code folder within
Include HeaderFor CSV files only. Indicates whether to include a header row in the output file.
CSV DelimiterFor CSV files only. The delimiter character to use in output files.