How to login azure app service Instance?

Deshmukh, Vijit 496 Reputation points
2022-01-28T07:21:06.947+00:00

Hi,

I have deployed Angular 12 application to Azure App Service on Windows platform.

Please let me know , How I can login to Instance of Azure App Service where application is deployed and running ?

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

Accepted answer
  1. Andriy Bilous 10,901 Reputation points MVP
    2022-01-28T16:05:16.413+00:00

    Hello @Deshmukh, Vijit

    Azure App Service is a PaaS(Platform as a Service solution), designed for hosting web applications, REST APIs, and mobile back ends.
    You application is running within a sandbox, depending on your plan, one machine might running multiple sandbox from different user, so there is no Remote Desktop option for Azure App Service instance.

    Instead you can use Kudu(It is accessible in the Portal or direct url yoursite.scm.azurewebsites.net) or Console. This will give you several tools (such as process explorer, environment explorer, command prompt, and more). It's not an RDP replacement, as it's not designed to let you access specific instances.
    169473-image.png

    169440-image.png

    https://stackoverflow.com/questions/36121219/can-we-rdp-install-third-party-software-to-azure-app-service-web-app


0 additional answers

Sort by: Most helpful