Azure Functions and Azure Application Gateway or API Management

后端 未结 2 580
南旧
南旧 2021-02-08 00:32

I have several Microsoft Azure functions developed. I would like to use a gateway with firewall to make my Azure functions available and protected using one public IP only.

2条回答
  •  醉话见心
    2021-02-08 00:56

    I think this could be achieved by using api management. With Api management you can add a single point of access. First you have to create an api management instance. And you can add api products as well so for the 3rd party who consume your api can subscribe to your api products. Take a look at developer portal and publisher portal in the api managment instance. Just take a look, https://azure.microsoft.com/en-us/services/api-management/

提交回复
热议问题