简体   繁体   English

Azure App服务环境static的出站IP地址(公共VIP)?

[英]Is the outbound IP address (public VIP) of Azure App Service Environment static?

We are currently validating a workflow which would involve whitelisting IP addresses from Azure in order to be able to talk to specific servers that we own.我们目前正在验证一个工作流程,其中包括将 Azure 中的 IP 地址列入白名单,以便能够与我们拥有的特定服务器通信。 Our plan is to use Azure App Service Environment to be able to get a static IP address we could use (so that all app services running under that environment would be able to talk to our servers).我们的计划是使用 Azure 应用服务环境来获得一个 static IP 地址,我们可以使用该地址来与我们的服务器运行的所有应用服务进行通信。 My question -我的问题 -

  1. Though the public VIP is described in detail, I couldn't find any documentation that describes cases when it could change or be disassociated from the App Service Environment.尽管对公共 VIP 进行了详细描述,但我找不到任何文档来描述它可能会更改或与应用服务环境解除关联的情况。

  2. Are there additional configurations/specific pricing tiers that we should follow in order for us to safely assume that we would not lose ownership of the public VIP we are whitelisting我们是否应该遵循其他配置/特定定价等级,以便我们安全地假设我们不会失去我们列入白名单的公共 VIP 的所有权

ASE IP addresses ASE IP 地址

An ASE has a few IP addresses to be aware of. ASE 有几个 IP 地址需要注意。 They are:他们是:

Public inbound IP address: Used for app traffic in an External ASE, and management traffic in both an External ASE and an ILB ASE.公共入站 IP 地址:用于外部 ASE 中的应用流量,以及外部 ASE 和 ILB ASE 中的管理流量。

Outbound public IP: Used as the "from" IP for outbound connections from the ASE that leave the VNet, which aren't routed down a VPN.出站公共 IP:用作从 ASE 离开 VNet 的出站连接的“来自”IP,这些连接不会通过 VPN 路由。

ILB IP address: The ILB IP address only exists in an ILB ASE. ILB IP 地址: ILB IP 地址仅存在于 ILB ASE 中。

App-assigned IP-based SSL addresses: Only possible with an External ASE and when IP-based SSL is configured.应用程序分配的基于 IP 的 SSL 地址:仅适用于外部 ASE 并且配置了基于 IP 的 SSL 时。

All these IP addresses are visible in the Azure portal from the ASE UI.所有这些 IP 地址在 ASE UI 的 Azure 门户中可见。

These IP addresses will not change so long as your ASE stays up and running.只要您的 ASE 保持正常运行,这些 IP 地址就不会改变。 If your ASE becomes suspended and restored, the addresses used by your ASE will change.如果您的 ASE 被挂起并恢复,您的 ASE 使用的地址将会改变。 The normal cause for an ASE to become suspended is if you block inbound management access or block access to an ASE dependency. ASE 挂起的正常原因是您阻止入站管理访问或阻止对 ASE 依赖项的访问。

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

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