How to ping the ip address of the Appservice instance server from the public ip pc

minsun kim 1 Reputation point
2022-10-21T07:10:24.707+00:00

Currently, I cannot receive a response when I ping the ip address of the app service server.
I want to know how to set it up so I can get a response.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,008 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,286 Reputation points
    2022-10-21T08:27:20.437+00:00

    Hi @minsun kim ,

    Thanks for posting this question in Q&A forum.

    You can run a tcpping command from the command prompt of your PC and check the connectivity.

    Command:
    ping the ip address : tcpping 0.0.0.0:443
    Ping the hostname: tcpping appname.azurewebsites.net:443

    You can get the inbound public ip address of the app service from the Networking tab in the app service portal

    Hope this helps! Feel free to reach out to me if you have any questions or concerns.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments