简体   繁体   English

Azure Api管理网关消费层-如何查找IP地址

[英]Azure Api Management Gateway Consumption Tier - How to Find IP Address

I have an Azure Web App to that I'd like to secure by allowing only requests from the Azure Api Management Gateway - Consumption Tier. 我想通过仅允许来自Azure Api管理网关-消费层的请求来确保其安全的Azure Web应用程序。 In order to do this I think I need to know Gateway's IP Address. 为了做到这一点,我想我需要知道网关的IP地址。

Does anyone know how to find this through the new Azure Portal? 有谁知道如何通过新的Azure门户找到它?

Consumption SKU uses dynamic hosting model, so it's not guaranteed to have stable IP address. 消费SKU使用动态托管模型,因此不能保证它具有稳定的IP地址。 You need to look into other security measures to ensure that your backend is callable only by APIM, like using client certificate authentication. 您需要研究其他安全措施,以确保您的后端只能由APIM调用,例如使用客户端证书身份验证。

You can find the ip address on the overview page. 您可以在概述页面上找到IP地址。

在此处输入图片说明

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

相关问题 Azure API 管理消费层中的 API 密钥(订阅)是否有限制? - Is there a limit on API keys (Subsriptions) in Azure API Management Consumption tier? 出站 IP 地址 Azure API 管理 - Outbound IP address Azure API Management Azure API 管理服务中的静态 IP 地址 - Static IP address in Azure API management Service Azure API 管理(消费层):第一个请求超时并且不会发送到后端服务 - Azure API Management (consumption tier): First request gives timeout and is not sent to backend service Azure API Management消耗基于吗? - Is azure API Management consumption based? Azure管理API:如何更改Web应用程序定价层? - Azure management API: How to change web app pricing tier? Azure API 消费定价管理服务分析 - Azure API management services analytics in consumption pricing 如何为同一个IP地址上的不同端口配置Azure中的应用网关 - How to configure Application Gateway in Azure for different ports on the same IP address 如何使Azure API管理(API网关)CORS策略动态化? - How to make Azure API Management (API Gateway) CORS policy dynamic? 如何使用部署在 Azure Z303136395F01189 中的微服务进行 Azure API 管理(基本层) - How to Azure API Management (BASIC TIER) with microservices deployed in Azure Kubernetes Service
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM