通过AZURE API管理使用外部API
你好
我是Azure API的新手,正在尝试实现以下方案
I am new to Azure API and trying to implement the following scenario
我们在本地"网站上有一个传统的非安全Web服务(ASMX).服务器,并且需要在Azure Web App上使用它来执行此操作,我们已经完成了以下操作
We have a legacy non secured Web Service(ASMX) on "on-Prem" server and need to consume this on a Azure Web App to do this we have done followings
创建API管理服务并通过VPN进行设置,然后发布WSDL并创建Azure API服务
created API management service and setup with VPN and then published the WSDL and created a Azure API service
使用测试功能进行了相同的测试,现在看来可以正常工作,使用我们在Azure API管理下发布的API的终点是什么,以及如何保护它
tested the same using the test feature and it seems to be working ok now what is the end point to consume the API we published under Azure API Management and how to secure it
非常感谢
您是否检查了开发人员门户,其中应包含有关URL的所有详细信息.
did you check the developer portal it should have all the details about the URL.