79804843

Date: 2025-10-30 14:07:03
Score: 0.5
Natty:
Report link

If someone today needs to Create a Document in Cosmos DB, POST a key both in the header and body like this:


const headers = {
    'x-ms-documentdb-partitionkey': '["yourPartitionKey"]'
};

const body = JSON.stringify({
    id: 'someid',
    partitionKey: 'yourPartitionKey'
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrew Elans