-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HCM #20
Comments
The pricing document (https://azure.microsoft.com/en-us/pricing/details/service-bus/) seems to imply that a HCM equivalent exists. Is there a new version or can the old HCM be used to connect to this new service via configuration?
|
@rossbrower - As you may have noticed we have had a delay in transitioning the BizTalk Services Hybrid Connections Manager to the Relay team. With that said, we plan to support this in the future, but I don't have a strong ETA in the meantime. To make sure I understand your use case, are you trying to use HCM as a listener to talk to an on-prem database instance, and write your own client? |
We are using HCM connections to forward to an IIS website (bound to a particular port) that we stand up inside each customer data center. Our websites in Azure connect to these sites to provide our users with a management surface across many customers. Our customer-side websites have several independent web apps which use a mix of REST/HTTP and Web Sockets. Without a HCM replacement we would need to rewrite all of these applications to move away from HTTP semantics. We would also need to merge them into a monolithic service or create a hybrid connection per application. Neither option is particularly appealing. Another option is to use your sample code to write a forwarder. This could solve the issue within the customer site but it doesn't solve the client side problem. We would need to either rewrite the Azure websites to include functionality to do the forwarding (e.g. change REST to WebSockets) or we would need a webjob to wrap the client side of your sample port bridge code. |
+1 to be able to use current Port Bridge sample to connect to HCM. |
Hello, we are trying to write out own HybridConnectionManager to handle special things there. The Port Bridge Sample (only the Server) succesfully connects to this Hybrid Connection, |
Hey guys. Have you found a solution for this? |
The strength of the Biztalk Hybrid Connection offering is that there is not much code required to expose a resource to an Azure App Service and the user is not forced to use particular semantics for the connection (e.g. REST vs Websockets). Are there any plans to extend the relay functionality and provide transparent forwarding? Should customers need to write code and stand up services on both sides of this connection in order to talk to their existing infrastructure? I appreciate the sample code to accomplish this but I cannot imagine I'm the only customer scratching their head on this.
The text was updated successfully, but these errors were encountered: