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 OneLakeAzure Blob StorageAzure 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.
本 notebook 介绍如何load document objects from a data asset in AI Studio.
Specifying a glob pattern
你也可以指定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.
通过 MCP 将这些文档连接到 Claude、VSCode 等工具以获取实时答案。

