Reputation: 1819
I have a Azure API App service which needs to be exposed to client with single Internal IP. How can i do this?
Upvotes: 3
Views: 1326
Reputation: 548
Perhaps you need to create the API management service in Internal mode.
See here for more info:
https://learn.microsoft.com/en-us/azure/api-management/api-management-using-with-internal-vnet
Upvotes: 1