从azure app服务运行tracert?

GGl*_*and 9 azure azure-web-sites kudu

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

有什么建议?

Wil*_*SFT 8

Azure Web应用程序服务intances阻止ICMP.所以你不能在powershell和CMD上使用Ping和Tracert.但是,我建议您可以tcpping在Azure网站上使用kudu控制台.

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>  
Run Code Online (Sandbox Code Playgroud)

  • 踪迹呢?能够执行此操作的任何替代方法? (5认同)