web-services - 如何使用网络安全组仅允许我的 Web 应用程序与我的 Web 服务通信

标签 web-services azure networking network-security-groups app-service-environment

我已经获得了我需要的所有资源。我将 Web 服务放入应用程序服务环境中,然后将 NSG 连接到应用程序服务环境使用的子网。然后,我允许 VNET 内的应用程序与 Web 服务进行通信,但它无法正常工作。我到底需要什么安全规则?

最佳答案

您可能想要一个ILB ASE相反,如果您只关心从虚拟网络内部访问应用服务环境,那么通过 VIP(公共(public) IP)公开您的应用服务环境是没有意义的。

来自https://azure.microsoft.com/en-us/documentation/articles/app-service-environment-with-internal-load-balancer/ :

An ASE can be deployed with an internet accessible endpoint or with an IP address in your VNet. In order to set the IP address to a VNet address you need to deploy your ASE with an Internal Load Balancer(ILB).

When your ASE is configured with an ILB you provide:

  • your own domain or subdomain. but you can configure it either way.
  • the certificate used for HTTPS
  • DNS management for your subdomain

In return, you can do things such as:

  • host intranet applications, like line of business applications, securely in the cloud which you access through a Site to Site or ExpressRoute VPN
  • host apps in the cloud that are not listed in public DNS servers
  • create internet isolated backend apps which your front end apps can securely integrate with

关于web-services - 如何使用网络安全组仅允许我的 Web 应用程序与我的 Web 服务通信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39833242/

相关文章:

web-services - 使用 join 在 linq 中检索 10 条记录

java - 自定义服务异常作为 AxisFault 被抛出

azure - 架构/蓝图是否可用于 Azure 上的开源 FHIR 实现?

android - 在 Android Things 上手动配置网络适配器

node.js - 我的Raspberry pi服务器已连接到无线wifi,但无法从互联网访问它

python - Scrapy - 达到最大重定向时生成 URL [301]

c# - JSON 和 XML 的独立 Web 服务?

c# - 如何通过 LINQ to XML 从 XML 中获取用户名?

c# - 警告 : Only got partial types from assembly: Microsoft. Azure.WebJobs.Extensions.Storage

Azure 服务总线主题/订阅配额和扩展