azureazure-cloud-servicesazure-api-apps

How to remote desktop to Azure App?


I have created an Azure API App. Then I need to run some command line for testing on that environment. In Azure classic I can do remote desktop to Cloud services to run some command line but now in Azure App it seems I am unable to do this.

Any idea?


Solution

  • If you just need to run something in the command line you can log in to the Kudu instance for your app (just go to http://your_appname.scm.azurewebsites.net in your browser) and open the Debug Console. You can choose between CMD and PowerShell.