简体   繁体   English

Azure Api 管理 - 调用非 Azure API?

[英]Azure Api management - call non-Azure API?

When it comes to Azure services (App service, Azure functions etc.) then it´s straightforward to connect these to the API-management, but can´t find a way when it comes to my external (non-Azure APIs).当涉及到 Azure 服务(应用服务、Azure 函数等)时,将这些服务连接到 API 管理很简单,但在涉及到我的外部(非 Azure API)时找不到方法。

Is it possible from the Azure Management API to also call my external APIs - which are not located within Azure?是否可以从 Azure 管理 API 也调用我的外部 API(不在 Azure 中)?

are you using external or internal.你是用外部的还是内部的。 external should just work so long as the dns is public.只要 dns 是公开的,外部就应该工作。 for internal you need to check the vnet and nsg rules.对于内部,您需要检查 vnet 和 nsg 规则。 check if you have 0.0.0.0 (any address) allowed.检查您是否允许使用 0.0.0.0(任何地址)。 if possible integrating App Insights help identify connectivity issues.如果可能,集成 App Insights 有助于识别连接问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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