简体   繁体   中英

Error while creating endpoints for Azure Digital Twin time series visualization

I am trying out the Azure Digital Twins solution. In the Time Series visualization step, I am getting an error while creating the endpoints.

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

Trying to create the endpoint as given in section "Create an endpoint for the event hub" is giving error:

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...

Any pointers to fix this? Thanks in advance.

Without seeing the request body its tricky to troubleshoot definitively. However, the first go-to troubleshooting tip would be does your endpoint contain the EntityPath at the end of the connection string? EntityPath is not typically added by default when copying a connection string from the portal.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM