Azure AI Foundry (formerly Azure AI Studio provides the capability to upload data assets to cloud storage and register existing data assets from the following sources:The benefit of this approach over
Microsoft OneLake
Azure Blob Storage
Azure Data Lake gen 2
AzureBlobStorageContainerLoader
and AzureBlobStorageFileLoader
is that authentication is handled seamlessly to cloud storage. You can use either identity-based data access control to the data or credential-based (e.g. SAS token, account key). In the case of credential-based data access you do not need to specify secrets in your code or set up key vaults - the system handles that for you.
This notebook covers how to load document objects from a data asset in AI Studio.
Specifying a glob pattern
You can also specify a glob pattern for more fine-grained control over what files to load. In the example below, only files with apdf
extension will be loaded.