ping 新创建的 Azure 静态网站时 100% 丢失

100% loss when pinging newly created Azure static website

我刚刚在 Azure 中创建了一个与 blob 存储相关的静态网站。如果我打开 cmd 控制台 window 并尝试使用命令 ping 我的静态网站,例如

ping mywebsite.com

我收到(我删除了真实的URL和IP地址):

Pinging web.blah....store.core.windows.net [ip address] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for IP address:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

如果我 ping google.com 网站,我会收到:

Pinging google.com [216.58.193.206] with 32 bytes of data:
Reply from 216.58.193.206: bytes=32 time=141ms TTL=47
Reply from 216.58.193.206: bytes=32 time=141ms TTL=47
Reply from 216.58.193.206: bytes=32 time=141ms TTL=47
Reply from 216.58.193.206: bytes=32 time=140ms TTL=47

Ping statistics for 216.58.193.206:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 140ms, Maximum = 141ms, Average = 140ms

有人能告诉我为什么会出现 100% 的损失以及如何修复它以获得与 google.com 相同的响应吗? 干杯

Ping 是 never/not 一种检查评论中提到的服务的好方法 ICMP 可能被阻止,最佳做法是始终阻止它。

如果您正在检查一项服务,您总是希望使用端口查询工具(例如 PortQuery, TCPing or PsPing)。