CosmosDB Unique Key: concatenating fields vs composite key
Looking at a CosmosDb NoSQL instance, I need to introduce UniqueKeys into my Container, based on two field from my items: A and B. The docs mention I should create a compound key, using { A, B }
in the unique key constraint.