@Ajmal Khan Thank you for reaching out to Microsoft Q&A, Sorry for the delay in my response.
Azure Blob storage indexer supports change detection mechanism. Change detection with built-in indexer schedule running every 5 minutes is the recommended setup for your scenario from the search end.
You can also check for other setups such as having event grid with push API (https://learn.microsoft.com/en-us/azure/search/search-what-is-data-import), in case the suggested solution of pull indexer with a 5 minute schedule is not something that would help them. Built-in indexers recommended schedule is every 5 minutes as a minimum.