Avinash patil
Avinash patil

Reputation: 1819

How to Configure Internal IP for Azure API App Service?

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

Answers (1)

Alucardz
Alucardz

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

Related Questions