How will I check if one web app can access any resource within the VNet

2020-07-03T13:17:57.037+00:00

Hi,

I have one web app integrated with a sub-net under one Vnet.
Now, I want to know whether this web app has access to other resources (other web app, DB, etc. in the same VNet) which are integrated with same subnet under same Vnet using kudu console.

Can anyone suggest how to achieve this ?

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

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 21,006 Reputation points
    2020-07-05T13:59:42.063+00:00

    Thanks for query! As mentioned here in similar SO; You can open your web app and navigate to Kudu console and then open a command prompt and ping away your DB or App Server.

    0 comments No comments