Hi @Lovedeep Singh, Welcome to the Microsoft Q&A Platform! Create an Indexer:
Set up an indexer that pulls images from Azure Blob Storage.
Use the Image Analysis Skill to analyze the images.
Match Image Names to IDs:
Map the image file names (metadata_storage_name) to the Id field in your index.
Field Mapping:
Ensure the output from the image analysis is mapped to the "Image Summary" field in your index.
Conditional Check:
If an image doesn’t match an Id, leave the "Image Summary" field empty. https://learn.microsoft.com/en-us/azure/search/search-indexer-overview If the answer is helpful, please click " Accept Answer" and kindly upvote it.