App Service Editor(preview) not working

피큐아이넷 PQINET 1 Reputation point
2021-02-15T04:49:43.237+00:00

67946-t1.png

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

2 answers

Sort by: Most helpful
  1. Arvind Kumar Singh 1 Reputation point
    2021-02-15T05:15:15.39+00:00

    This App service Editor working I have used many times. Try it after some time or sign out and then sign in again this will work.

    Hope it helps!!!

    Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.


  2. SnehaAgrawal-MSFT 15,946 Reputation points Microsoft Employee
    2021-02-16T04:37:33.553+00:00

    Thanks for asking question! If I have understood right you are talking about App Service Editor(formerly known as Visual Studio Online (Monaco))? To access the editor, there are two ways-

    1. Go to App Service Editor (Preview) in the Development Tools section of the left-hand navigation of your app and see if that works.
    2. In your web app url, add scm between your web app’s name and azurewebsites.net, and append /dev at the end of your url. So, if your web app’s name is app-service-demo, to access App Service Editor you need the following url: http://app-service-demo.scm.azurewebsites.net/dev

    Also try to stop the service and restart it again might be helpful.

    You may refer to this blog here Understanding the Azure App Service Editor might be helpful.
    Credit to Ken Cenerelli

    More Details: App Service Editor, see the video series Visual Studio Online "Monaco".

    Please let us know if issue remains.

    Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you.

    0 comments No comments