Tracert command in azure app services

WinTechie 286 Reputation points
2023-10-23T06:11:13.19+00:00

Hi,

I am looking for a command in azure app service kudu console to figure out network flow similar to 'tracert' which doesn't work.

I know I can run network troubleshooter but I need few networking commands specific network related troubleshooting

  1. Tracing the network flows and hops in between from app service toa specific target
  2. Fetching the outbound ip (VNet integrated) of the app service
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Durkan 12,256 Reputation points MVP
    2023-10-23T06:45:57.8666667+00:00

    Hi

    Azure Network Watcher should be able to give you this functionality:

    https://learn.microsoft.com/en-us/azure/network-watcher/network-watcher-overview?wt.mc_id=AZ-MVP-5005255

    You could interrogate your NSG Flow Logs if they are enabled:

    https://learn.microsoft.com/en-us/azure/network-watcher/network-watcher-nsg-flow-logging-overview?wt.mc_id=AZ-MVP-5005255

    Hope this helps,

    Thanks

    Michael Durkan

    • If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.