-
### Which service(blob, file, queue, table) does this issue concern?
table
### Which version of the Azurite was used?
legacy_V2
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Stu…
-
Repro steps:
1. Create a new Mongo DB database+collection in the emulator
2. Observe the error:
Action: cosmosDB.connectMongoDB
Error type: Error
Error Message: Language client is not ready y…
-
I'm using the 4.0.0-preview3 version of the API, against Cosmos DB emulator on Windows 10.
I'm making the following call:
`var obj = await container.UpsertItemAsync(org, new PartitionKey(org.or…
-
I've been stuck hours to bypass the self-signed certificate of Cosmos DB Emulator, I've tried below solutions, but no luck
1. bypass all server certificate verification
```cs
ServicePointManage…
-
## Issue
documentdb v1.x client sdk deprecation and the new partition implementation in the SDK.
Bot Builder js V4 issue:
https://github.com/microsoft/botbuilder-js/issues/1162
~Bot Builder j…
-
When starting the cosmos db emulator using an alternate port, the documents are not shown, and loads indefinitely.
when i try to create a new document, the following error is raised.
The MAC signature…
-
I am able to run the add methods for adding vertex records. However, when I run the full example, the line _g.V().Drop() is throwing an exception with the following message:
ExceptionMessage :
G…
-
> System.Private.CoreLib: An error occurred while sending the request. System.Net.Http: Peer certificate cannot be authenticated with given CA certificates.
Using the cosmosDB binding in Linux,…
-
**Storage Explorer Version**: 1.6.2
**Platform/OS**: Windows Server 2016
**Architecture**: x64
**Regression From**: N/A
**Bug description**
Try to connect to Blob Storage, but only get error "U…
-
The current design of autoscale throughput for the .NET v3 SDK.
Design:
1. Union type. ThroughputProperties will contain values for both fixed and autoscale throughput. This allows a single read o…