Share via

Request help on connecting webapi from azure relay

Ravi, Sriram 1 Reputation point
2021-07-21T16:59:52.843+00:00

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://learn.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.

Developer technologies | ASP.NET Core | ASP.NET API
0 comments No comments

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,086 Reputation points
    2021-07-22T14:48:58.767+00:00

    You probable want an hybrid app connection instead. You install a proxy service on prem rather than modifying the webapi code.

    https://learn.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.