Hi @Pavel Bazhutov ,
Welcome to Microsoft Q&A Forum. It's great to hear you're making progress with your Azure AI Foundry project! To use Azure Storage as an input_source
for building an index remotely, you'll need to specify your storage account details, including the input_source_subscription
, which refers to your Azure Subscription ID. This ID identifies the subscription associated with the Azure Storage you’re using.
# Azure Storage
input_source_subscription = "<Your Subscription ID>"
Be sure to replace the placeholder with your actual Subscription ID to ensure the index build process accesses the correct Azure resources. For more detailed guidance, please refer to the Azure AI Studio documentation.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.