For GET /books:
Able to fetch data from cosmosDB locally but getting 500 when deployed to azure. (I maybe missing some setup)
For DELETE /books/{bookid}:
Getting the following issue even though I already set the EnableCrossPartitionQuery to true for FeedOptions:
(Cross partition query is required but disabled. Please set x-ms-documentdb-query-enablecrosspartition to true, specify x-ms-documentdb-partitionkey, or revise your query to avoid this exception.
For GET /books: Able to fetch data from cosmosDB locally but getting 500 when deployed to azure. (I maybe missing some setup)
For DELETE /books/{bookid}: Getting the following issue even though I already set the EnableCrossPartitionQuery to true for FeedOptions:
(Cross partition query is required but disabled. Please set x-ms-documentdb-query-enablecrosspartition to true, specify x-ms-documentdb-partitionkey, or revise your query to avoid this exception.