File Shares Data Store

Purpose

This configuration file sets up data stores using Azure File Shares. File Shares allow for the use of shared folders and files which can be accessed by multiple users or applications for collaborative projects and processes.

Dependencies

  • infra_resource_group: General infrastructure resource group.
  • ml_resource_group: Machine learning specific resource group.
  • fileshares: Specific configurations for Azure Storage File Shares.
  • workspace: The machine learning workspace.
  • adls: Azure Data Lake Storage accounts that house the File Shares.
  • role_assignment: Role assignments for access management.

Inputs

  • datastore_fileshares: A list of File Shares datastores to be created. Currently, no specific file shares are defined in the inputs, but can be added as needed.

Usage

To apply this configuration, run the following commands: ```sh terragrunt init terragrunt apply