How to access Kudu Console of an App Service hosted in App Service Environment?

David Maryo 126 Reputation points
2022-05-27T13:32:47.763+00:00

I have an App Service hosted in a App Service Environment. App Service Environment is binded with Virtual Network / Subnet, therefore Inbound IP Address of the App Service is a Private IP. I am facing some issues with the App Service now and need to troubleshoot it further, but wondering how I can SSH into the App Service as the App Service has a Private IP Address

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

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,951 Reputation points MVP Volunteer Moderator
    2022-05-27T13:45:23.81+00:00

    I was trying to find the documentation for this but it seems to have been moved. I am assuming you have deployed the ASE environment with the internal load balancer option here?

    One way you can access this is to log into the Azure portal from a virtual machine hosted on the same virtual network as your ASE environment, this should allow you to access the Kudu console as you are accessing it internally from your virtual network. You may have to modify your hosts file to point the SCM URL to the internal load balancer private IP address of your ASE.

    Here's another possible method but I have not tried this myself: https://www.chenlong.hu/blog/read?id=VqmoyN&category=Tech


Your answer

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