从azure app服务运行tracert?

时间:2016-07-22 10:04:25

标签: azure azure-web-sites kudu

我们正在尝试调试连接问题,而我似乎无法从我的azure应用服务(azure网站)实例中运行tracert。如果我使用kudu cmd控制台并运行tracert www.ibm.com我收到错误“无法联系IP驱动程序。错误代码1753”

有什么建议吗?

1 个答案:

答案 0 :(得分:8)

Azure web app service intances阻止ICMP。所以你不能在powershell和CMD上使用Ping和Tracert。但是,我建议您在Azure网站kudu控制台上使用 tcpping

PS D:\home> tcpping www.hotmail.com
Connected to www.hotmail.com:80, time taken: 204ms
Connected to www.hotmail.com:80, time taken: 140ms
Connected to www.hotmail.com:80, time taken: 140ms
Connected to www.hotmail.com:80, time taken: 140ms
Complete: 4/4 successfull attempts (100%). Average success time: 156ms
PS D:\home>