Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 572 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 572 Bytes

Cosmos DB Collection Provisioning

Create a Cosmos DB Collection from command line.

Parameters

short long description Default
-u --uri Cosmos DB URI
-k --key Key to access to DocumentDB
-d --databaseId Cosmos DB database id (name)
-c --collection Collection name to create
-t --throughput Collection throughput 400

The databaseId is automatically created if she doesn't already exists. Otherwise the collection is added to the existing database.