I am new to Azure. I tried to create a Search service with index of Partitioned DocumentDb. So my documentdb have a partionkey and id. While adding that as my search service data source I am getting the following error :
Error detecting index schema from source : "Message : {"Errors":The partition key supplied in x-ms-partitionkey has fewer components than defined in the collection"}"
Can anyone help me out ?