I created my first cosmos db database. In that database, I created a container name person with pid as the partition key.
Now I want to create a new container in same database with name order
with "pid
" as the partition key. But the o button is disabled with no warning or error message. What is the issue ?
2
Answers
You must select the existing database at the top (‘Purchase’ database):
I don’t see the complexity of this, to be honest.
Above comments are not exactly helpful. I had the same issue as you did. I could fix it by:
Now the OK turned blue, and I could create the container. In the Data Explorer on portal.azure.com I could not get create containers.