How to publish API as an on-premise API in Azure ?

Vamshi Kishore KALIKOTA 51 Reputation points
2020-09-17T11:56:44.027+00:00

What are possible services where we can publish API as an on-premise API in Azure.
And if there are any options to publish API as an on-premise API from Azure Logic Apps and Azure API Management.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,782 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,394 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,178 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,526 Reputation points
    2020-09-17T13:06:55.28+00:00

    @Vamshi Kishore KALIKOTA If you would like to connect to the logic app you can make a REST api call, using http client, to connect to the service endpoint. Something similar to :

    25575-image.png

    If you want to secure access to your logic app, please take a look into this document : logic-apps-securing-a-logic-app
    Does this answer your question?