我有一个配置为只能通过专用链接访问的存储帐户,如下所示。在 VNET 内MYSTORAGE.table.core.windows.net
解析为私有 IP,应用程序运行良好。在互联网上它是这样解决的:
C:\>nslookup MYSTORAGE.table.core.windows.net 8.8.8.8
Server: dns.google
Address: 8.8.8.8
Non-authoritative answer:
Name: table.sat03prdstr20a.store.core.windows.net
Address: 20.150.38.xxx
Aliases: MYSTORAGE.table.core.windows.net
MYSTORAGE.privatelink.table.core.windows.net
我不介意。但我不明白为什么我能够连接到它:
C:\>telnet MYSTORAGE.table.core.windows.net 443
据我了解,一旦禁用“所有网络”,我将无法从世界连接到它。我错过了什么?