2

我正在尝试 Azure 数字孪生解决方案。在时间序列可视化步骤中,我在创建端点时遇到错误。

https://docs.microsoft.com/en-us/azure/digital-twins/tutorial-facilities-analyze

尝试按照“为事件中心创建端点”部分中给出的方式创建端点会出现错误:

Response Status: 400, BadRequest , {"error":{"code":"400.600.000.000","message":"Attempting to provision 'EventHub' endpoint resulted in exception 'Put token failed. status-code: 404, status-description: The messaging entity 'sb://v...

任何解决此问题的指针?提前致谢。

4

1 回答 1

0

在没有看到请求正文的情况下,很难确定地排除故障。但是,第一个故障排除技巧是您的端点是否包含EntityPath连接字符串的末尾?从门户复制连接字符串时,默认情况下通常不会添加 EntityPath。

Endpoint=sb://nameOfYourEventHubNamespace.servicebus.windows.net/;SharedAccessKeyName=ManageSend;SharedAccessKey=yourShareAccessKey1GUID; EntityPath=nameOfYourEventHub

于 2019-02-10T23:23:34.137 回答