Hi Team,
We need some help on the below enhancement.
We have an existing asp.net webapi hosted in iis. We are using mysql as a backend.
We need to use azure relay-mostly hybrid connection, to call the webapi.
Note:
we don't want solution with WCF, we are not using wcf here.
In msdn, we got exhausted in trying the below:
https://docs.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-dotnet-get-started
IN our case, we are not much interested in server listener and client(in the above code there are 2 sets of aplication).
We like to know on how to connect existing webapi application through azure relay(or hybrid)..
we are not using .net core here.