I'm new to Azure Search SDK, and currently within c# I can create a Blob Storage, Create and Index, DataSource and Indexer
But I'm looking for some advice on how to best create an index that allows me to search on key details from an existing database record and the contents of documents (word/pdf etc) held against the record.
So for example I want to search for people with a given status who have certain keywords within the (word/pdf etc) document stored with the user.
Is it best to add the required addition search fields in the metadata of the document and the search the blob storage. Or is there another way or better way to do this
Thanks