RizcoTech
RizcoTech

Reputation: 265

Azure Hybrid Connection to API hosted on Websphere (on premise)

I have an API that is hosted on Websphere Application Server (bound to a specific port), on a Windows 2012 R2 Server (on-prem), that I would like to expose to Azure API Management in the cloud. Ideally, the plan was to use Azure Hybrid Connections. Is that even possible? How could I go about doing this?

Upvotes: 0

Views: 152

Answers (1)

Samir
Samir

Reputation: 679

You can setup Azure Website and use the Hybrid Connection feature to expose your API via a simple WebApi Controller.

API Management will just talk to the Azure Website. You can limit access to the Azure Website from only the Public IP address of the API Management.

Upvotes: 1

Related Questions