> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# application-dlc-azure-csv.yaml

## File purpose

This profile is used to configure an Azure CSV source that will be used to for loading data from the Azure Blob Storage.

## File location

The file is located in the folder **mr-application\src\main\resources**.

## File values

<table><thead><tr><th>Key</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>dlc</td><td /><td /></tr><tr><td>dlc.enabled</td><td><code>true</code></td><td>This enables DLC for data loading in the application.</td></tr><tr><td>dlc.create-default-cloud-client</td><td /><td /></tr><tr><td>dlc.create-default-cloud-client.azure</td><td><code>true</code></td><td>This gets DLC to automatically configure an Azure client used to load data. It requires <code>-Ddlc.azure.connection-string</code> to be passed at runtime.</td></tr><tr><td>dlc.csv</td><td /><td /></tr><tr><td>dlc.csv.azure</td><td /><td /></tr><tr><td>dlc.csv.azure.sources</td><td /><td /></tr><tr><td>dlc.csv.azure.azure-csv-source</td><td /><td /></tr><tr><td>dlc.csv.azure.azure-csv-source.container</td><td><code>${AZURE_CONTAINER}</code></td><td>The Blob Storage container that holds your data, provided as an environment variable.</td></tr><tr><td>dlc.csv.azure.azure-csv-source.prefix</td><td><code>$\{AZURE\_PREFIX}/#\{AsOfDate}</code></td><td>The prefix for your data in the container. The AsOfDate scope is included.</td></tr></tbody></table>
