MerryFairyTalesAD440 / API

1 stars 2 forks source link

Get and delete book #77

Closed mcontado closed 5 years ago

mcontado commented 5 years ago

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.