In the CosmosDB emulator v1.22.0.0 I can't create a collection with the following properties:
CollectionName: HuntAttendees StorageCapacity: Unlimited PartitionKey: /accountId Throughput: 10000
I've narrowed it down to having to do with the StorageCapacity and partitionkey. The value I specify for the partitionkey doesn't make a different. If I remove the partitionKey value and change the StorageCapacity to Fixed it works fine.
An unrelated issue is that the email address listed in the error doesn't exist.
Error:
{"code":503,"body":"{\"code\":\"ServiceUnavailable\",\"message\":\"Sorry, we are currently experiencing high demand in this region, and cannot fulfill your request at this time. We work continuously to bring more and more capacity online, and encourage you to try again. Please do not hesitate to email docdbswat@microsoft.com at any time or for any reason.\r\nActivityId: 589c9444-4a48-4536-9ce7-da1e29717afe, Microsoft.Azure.Documents.Common/1.22.0.0\"}","activityId":"589c9444-4a48-4536-9ce7-da1e29717afe","substatus":1007}