I create our first Azure Cosmos database - I will import into the first collection, data from a table in one of our SQL Server databases. When setting up the collection, I had problems understanding the meaning and requirements for the section key, which I should specifically mention when setting up this initial collection.
I read the documentation here: ( https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-partition-data ) and am still not sure how to continue the naming convention for this section key.
Can someone help me understand how I should think of naming this section key? See the screenshot below for the field I'm trying to fill.
In case this helps, the imported table consists of 7 columns, including a unique primary key, a column of unstructured text, a column of URLs and several other secondary identifiers for this URL. Not sure if any of this data has anything to do with how I should name my section.
EDIT: I added a screenshot of several records from the table from which I import, on request from @Porschiey.

source
share