简体   繁体   中英

Importing on prem APIs to Azure API Management

It is my understanding that if I create a VPN gateway from my Azure VNET to my on prem network that I should be able to import APIs using the WSDL import into API Management.

Is this possible? When in Azure it doesn't seem to be able to resolve my internal web api address. Do I need to put some DNS stuff in to Azure?

Yes, go to your Virtual Network in Azure that has the VPN Gateway resource and add your on-prem DNS stuff. API Management will then use those name servers when resolving names .

Careful here, it will use those name servers for all queries, so make sure your on-prem DNS stuff resolves public names as well.

You'll need to apply the Network Configuration updates once you're done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM