Azure hybrid connection Manager does not work

半腔热情 提交于 2019-12-01 23:23:33

Hybrid Connection communicates via TCP ports thus you need to specify the listening static port in your connection string like:

Data source=ServerName:Port;

Also here is an actually detailed article about the all problems you may encounter while working with Hybrid Connections.

Hope this helped you.

Since you have a hybrid connection, your connection string should have the endpoint name of your hybrid connection as the data source. Try replacing it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!