使用 .net sdk 在 DocumentDB 中执行写入操作时无法解析远程名称
Remote name cannot be resolved when performing write operation in DocumentDB using .net sdk
突然得到:
"Remote name cannot be resolved
https://[mydocdbaccountname]-northeurope.documents.azure.com
"
调用 CreateDocumentAsync()
或 ReplaceDocumentAsync()
时。它之前一直在工作,只是停止工作而没有更改代码中的任何内容。 ReadDocumentAsync()
工作正常。
我正在使用主键建立客户端连接。我尝试将其更改为辅助键并重新生成主键,但仍然无效。
地区名称不是问题所在,也与授权密钥无关。北欧存在 DNS 故障,我们正在努力解决。请同时与 Azure advisory/support 联系。我们正处于验证缓解措施的最后一步。我们将很快 post @documentdb 更新。非常感谢。
突然得到:
"Remote name cannot be resolved
https://[mydocdbaccountname]-northeurope.documents.azure.com
"
调用 CreateDocumentAsync()
或 ReplaceDocumentAsync()
时。它之前一直在工作,只是停止工作而没有更改代码中的任何内容。 ReadDocumentAsync()
工作正常。
我正在使用主键建立客户端连接。我尝试将其更改为辅助键并重新生成主键,但仍然无效。
地区名称不是问题所在,也与授权密钥无关。北欧存在 DNS 故障,我们正在努力解决。请同时与 Azure advisory/support 联系。我们正处于验证缓解措施的最后一步。我们将很快 post @documentdb 更新。非常感谢。