https://docs.microsoft.com/en-us/azure/cosmos-db/unique-keys
For a unique key to be created in the container the EF model must have an alternate key on an entity type that includes the partition key and all entity types sharing the container must have the same key.
https://docs.microsoft.com/en-us/azure/cosmos-db/unique-keys
For a unique key to be created in the container the EF model must have an alternate key on an entity type that includes the partition key and all entity types sharing the container must have the same key.