I followed this article: https://docs.microsoft.com/it-it/azure/cosmos-db/sql-api-dotnetcore-get-started Response of CreateDocumentAsync is "Created", but in azure explorer document not exist. Why? db and collection created successfully. I'm use Microsoft.Azure.DocumentDB.Core 2.1.3 and .NET Core 2.1 Thank you
I followed this article:
https://docs.microsoft.com/it-it/azure/cosmos-db/sql-api-dotnetcore-get-started
Response of CreateDocumentAsync is "Created", but in azure explorer document not exist. Why? db and collection created successfully.
I'm use Microsoft.Azure.DocumentDB.Core 2.1.3 and .NET Core 2.1
Thank you