An Azure service that enables users to identify content that is potentially offensive, risky, or otherwise undesirable. Previously known as Azure Content Moderator.
you're running into a file extension issue while trying to index your brochure.zip file in Azure AI Foundry. Even though the zip file contains supported formats like PDF, there could be a few things at play here.
Here's what you can try:
- Check the Zip File Structure: Ensure that the PDF files within the zip are accessible and not corrupted. Sometimes, if a file is nested too deeply or has an unusual structure, it may cause issues.
- Extract the Files: As a troubleshooting step, try extracting the PDF files from the zip and then upload them individually to see if they are recognized properly.
- Inspect File Names: Make sure the filenames don't include any unsupported characters or spaces that could potentially cause issues during the indexing process.
- Verify File Size: There might be limitations on the maximum size of the files you can upload, so ensure your PDF files fall within those limits.
- Review the Latest Updates: Since you've mentioned this problem while following a specific exercise, check if there have been any recent updates to Azure AI Foundry or the documentation that might affect how files are handled.
- Check Permissions: Ensure that your role permissions allow you to access and process the files you are uploading.
- CORS Settings: While this might not seem directly related, confirm that your CORS settings in Azure are configured correctly to allow interactions with the Blob Storage if you're using that.
Reference Links:
I Hope this helps. Do let me know if you have any further queries.
Thank you!