Reputation: 21
I accidentally deleted the relay without deleting the hybrid connection first. It appears like this left an orphaned hybrid connection, as whenever I try to create a new hybrid connection I get this error:
Failed to add hybrid connection xxxxxxxxxxxxxxxxxxxxxx: A hybrid connection already exists with Hostname xxxxx and Port xxxx, which must remain unique on the App Service Plan.
I've searched everywhere trying to find the hybrid connection and I can't see it. I'd appreciate any help on this.
Cross posted on MSDN: https://social.msdn.microsoft.com/Forums/en-US/becb2be7-25e2-4992-a64c-cd784094d0bb/how-to-delete-hybrid-connections?forum=WAVirtualMachinesforWindows
Thanks.
Upvotes: 1
Views: 2371
Reputation: 1
That limit is inside de plan, not that just the app itself.
If there is another app in the same plan using another connection with same hostname em port, you must disconnect everyone, then atach again.
To see all related connections I recommend :
YourApp -> Network -> Hybrid Connections -> Troubleshoot button.
Or
App Service Plan -> Network -> Hybrid Connections. (note that here yu cant detach, its just a list)
List of hybrid connections of your plan
Upvotes: 0
Reputation: 661
We will need to go to the networking tab on this webapp, and find and remove the Hybrid Connection from it. While we did delete this relay, the app still has a reference to it and that needs to be removed first.
Could you please try this and let me know if it works for you.
Upvotes: 0