Azure MCP Server
by mashriram
Verified
cosmosdb_container_create
Create a new Cosmos DB container
Input Schema
Name | Required | Description | Default |
---|---|---|---|
container_name | Yes | Name of the Cosmos DB container | |
database_name | No | Name of the Cosmos DB database (optional, defaults to 'defaultdb') | |
partition_key | Yes | Partition key definition for the container (e.g., {'paths': ['/partitionKey'], 'kind': 'Hash'}) |
Input Schema (JSON Schema)
You must be authenticated.