Hi Pedro,
Thank you for contacting Q&A Forum.
To address the issue you're facing with Document Intelligence Batch Analyze, here are some steps you can follow:
- Getting Batch Results: Follow the instructions provided in the Azure documentation to retrieve the batch results. https://learn.microsoft.com/en-us/dotnet/api/azure.ai.documentintelligence.analyzebatchresult?view=azure-dotnet-preview
- Checking Storage Configuration: If the batch jobs were successful but no result file can be found in the target container, I would suggest you check for the storage container configuration to verify that the Document Intelligence resource has the necessary permissions to write files to this container.
- Handling Failed Batch Jobs: If the batch jobs failed, follow the error messages to identify the issues and make the necessary adjustments before retrying the batch jobs.
For more detailed information on batch jobs, you can refer to the Azure documentation on batch analysis. https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/prebuilt/batch-analysis?view=doc-intel-4.0.0
If I have answered your question, please accept this answer as a token of appreciation and don't forget to give a thumbs up for "Was it helpful"!
Best Regards,