QuestionQ244
Design and implement data modelsYou have an Azure subscription.
You need to create a container named Container1 in an Azure Cosmos DB for NoSQL account by using a Bicep file. The solution must ensure that Container1 supports partition key sizes of up to 1 KB.
How should you complete the file?
Select
... partitionKey: { paths: [ '/TenantId', '/UserId' ] kind: version: } ...
Community Discussion