Skip to content

az cosmosdb sql container create is missing the url-connection parameter #28000

@afrancoc2000

Description

@afrancoc2000

Related command
az cosmosdb sql container create

Description
We have a script that creates the CosmosDB containers for our different environments, but we have to use the previous deprecated az command to be able to create our local testing environment to be able to connect to the CosmosDb Emulator, because the new one doesn't have the option to change the url connection.
Lately we came with the need of one of the new features of the new command, to be able to add a unique key to our container, so, we had to swith to an SDK and a custom implementation instead.

Proposed solution
Add the url-connection to the new Azure command as the deprecated command had.

Current alternatives
Our alternatives right now are using the go SDK and the deprecated command instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions