roverto
roverto
WWindmill
Created by roverto on 6/26/2024 in #help
Multiple azure_blob resources
Is it possible to have more than one azure_blob resource per workspace that can work with the S3 File Uploader app component? The goal is to have the uploaded files in a different container than the one the first resource points to. I created a second azure_blob resource and configured the workspace S3 storage settings for it to be used as secondary storage. When using the S3 File Uploader in an app it uses the first azure_blob resource by default and I see no way to change it.
1 replies
WWindmill
Created by roverto on 6/21/2024 in #help
Python imports
I am trying to import Azure's DocumentIntelligenceClient with the statement: from azure.ai.documentintelligence import DocumentIntelligenceClient but keep getting the error: ModuleNotFoundError: No module named 'azure' The library is normally installed with pip: pip install azure-ai-documentintelligence and I have included in my script
#extra_requirements
#azure-core==1.30.2
#azure-ai-documentintelligence==1.0.0b3
#extra_requirements
#azure-core==1.30.2
#azure-ai-documentintelligence==1.0.0b3
Is it looking for the azure module because the import statement says from azure.xxxxx import yyy? How can I import this
3 replies