Blob Storage Data Store
Purpose
This configuration file sets up data stores using Azure Blob Storage. These data stores are utilized for storing structured or unstructured data used in machine learning pipelines.
Dependencies
- infra_resource_group: The general infrastructure resource group.
- ml_resource_group: The resource group dedicated to machine learning resources.
- adls: Azure Data Lake Storage accounts which contain the Blob Storage containers.
- workspace: The machine learning workspace where the data stores will be linked.
Inputs
datastores
: A list of Blob Storage data stores to be configured. Each datastore contains details such as its name, workspace ID, the ID of the storage container, the storage account name, and its associated resource group name.
Usage
To apply this configuration, run the following commands: ```sh terragrunt init terragrunt apply