我目前正在尝试使用Azure Machine Learning Studio连接到DocumentDb(MongoDb)。
我目前正在遵循this指南,但是似乎已经过时了。我所做的假设使我得到了Error 1000: ... DocumentDb client threw an exception
The underlying connection was closed. The connection was closed unexpectedly.
该指南和Azure Machine Learning Studio概述了用于建立连接的以下参数。
端点URL,数据库ID,DocumentDb密钥,集合ID。它还告诉您查看Keys
刀片下的内容,这些已经不存在了。
这些是我所采取的假设;
https://host.com:port/
到目前为止,我还打开了与数据库的所有连接,只是为了确保我没有针对外部请求关闭网络,我想这意味着至少DocumentDb密钥是一个错误的假设。
在下面的乔恩(Jon)的一些输入之后,这是事物的当前状态
select top 10 * from CollectionID