CosmosDB - mongoDB - Table not formed on Azure Portal, but activity log is showing status success -


i new azure database, using cosmosdb (mongodb), have connected cosmosdb, via string url. when storing data through collection not showing exception on application infact showing status success when check logs, not visible on data explorer. when calling complete data able retrieve also.. problem is not visible on mongodb console neither visible on data explorer.

data explorer image

to see data, click on documents node of testtable database in data explorer (records called documents in documentdb).

here's example:

enter image description here


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -