OfficeDev / PnP-WOPI

Patterns and Practices repo for Office Online integration via WOPI Host
MIT License
86 stars 41 forks source link

Error "Shared throughput collection should have a partition key" #22

Open alexstanier opened 3 years ago

alexstanier commented 3 years ago

I have downloaded the sample code, created a web app in Azure, added app token, added redirect routes... all good just about so far. I have set up the CosmosDb... never done this before. When I run the sample app, after authentication, I get this error which make me suspect that I need to do some kind of initialisation to the Cosmosdb. Can anyone advise? Thanks (I'm old school, happy with SQL and Access, all no-SQL stuff is new to me)

alexstanier commented 3 years ago

Made progress since, but looks like having sorted out CosmosDb I am stumped by correct setup for parameters in Web.Config to point to Blobstorage. One of those times when it is obvious as soon as you have it working once, but not obvious until that point.