I am done with writing the code to upload files (text files) to azure blob storage. Now I want to provide search based on text files content. For ex. If I search for \"Hello\" t
That is a very bad way to do it. It will be very slow. The best option for this is Azure Search. Search can now automatically index your blobs!