Azure Features and Azure App Gateway or API

I have several features of Microsoft Azure. I would like to use a gateway with a firewall to make my Azure features accessible and secure using only one public IP address.

Is there a way to use Azure features with Azure Application Gateway or API Management?

What would be the best approach in this case?

+4
source share
2 answers

I think this can be achieved using api management. With Api control, you can add one access point. First you need to create an api management instance. And you can add api products, and for the third party that consume your api, you can subscribe to your api products. Take a look at the developer portal and the publisher portal in the api management example. Just take a look, https://azure.microsoft.com/en-us/services/api-management/

+1
source

Azure API Management lets you provide a single access point for all your customers.

Azure, HTTP ( SOAP REST, ), API . / "" / / / " " .

. , HTTP: https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-serverless-api

. , API Azure-: https://docs.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition

0

Source: https://habr.com/ru/post/1668705/


All Articles