简体   繁体   English

Azure VNET 内的流量是否加密?

[英]Is traffic within an Azure VNET encrypted?

I'm looking for some information on Azure Virtual Network security for data in transit.我正在寻找有关传输数据的 Azure 虚拟网络安全性的一些信息。

We use Application Gateway to terminate the TLS connection (443) and forward the (unecrypted) request (80) to a backend server in the same virtual network but in a different subnet.我们使用应用程序网关来终止 TLS 连接 (443) 并将(未加密的)请求 (80) 转发到同一虚拟网络中但位于不同子网中的后端服务器。

Microsoft states that VNETs are private and secure. Microsoft 声明 VNET 是私有且安全的。

I could not find any information if traffic within a VNET is encrypted.如果 VNET 中的流量被加密,我找不到任何信息。 That it wouldn't be possible to inspect traffic from outside of the VNET for anyone.不可能为任何人检查来自 VNET 外部的流量。

The HTTP request itself is not encrypted, but would the VNET traffic transporting the request be encrypted? HTTP 请求本身未加密,但传输请求的 VNET 流量是否会加密?

For inter-region traffic the documentation states: data-link layer encryption using MACsec对于区域间流量,文档状态:使用 MACsec 的数据链路层加密

Please note that all vnet's are isolated from each other.请注意,所有 vnet 都是相互隔离的。 It means traffic from one VNET cannot reach traffic from another VNET by default and it requires peering.这意味着默认情况下,来自一个 VNET 的流量无法到达来自另一个 VNET 的流量,并且需要对等互连。 Local IP's under VNET are private IP's and they are non routable. VNET 下的本地 IP 是私有 IP,它们是不可路由的。 Traffic inside VNET is not encrypted but you can use HTTPS, SMB 3.0 or other protocols to encrypt traffic between services. VNET 内部的流量未加密,但您可以使用 HTTPS、SMB 3.0 或其他协议对服务之间的流量进行加密。 More info: https://docs.microsoft.com/en-us/azure/security/fundamentals/encryption-overview更多信息: https://docs.microsoft.com/en-us/azure/security/fundamentals/encryption-overview

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

相关问题 Azure VNET:将流量发送到 Microsoft 公共 ip - Azure VNET: Sending traffic to microsoft public ip Azure .net:在没有 Azure 防火墙的情况下控制到 fqdn 的流量 - Azure Vnet: Control traffic to fqdn without Azure Firewall 如何使用 azure 应用程序网关处理 vnet 的出站流量 - How to use azure application gateway for outbound traffic of a vnet Azure vnet对等是否支持通过集线器vnet中驻留的多个虚拟设备的通信? - Does Azure vnet peering support traffic passing through multiple virtual appliances that reside in the Hub vnet? 我可以在 Azure VNET 中设置 Azure 机器人服务吗? - Can I set up Azure bot service within Azure VNET? 有关天蓝色内交通流量的问题 - Questions on traffic flow within azure 如果在我们的Azure VNET中设置了RemoteApp,RemoteApp用户是否将拥有VNET IP? - Will RemoteApp users have VNET IP if RemoteApp is set up within our Azure VNET? Azure 具有存储服务端点策略的 VNET 中的批处理 - Azure Batch within a VNET that has a Service endpoint policy for Storage 将Microsoft Azure VM移动到vNet中的其他子网 - Move a Microsoft Azure VM to a Different Subnet Within a vNet 从 vnet 中的 Azure blob 存储访问图像 - Access images from Azure blob storage within vnet
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM