[MSDN Redirect] Dot net developer

kobulloc-MSFT 23,341 Reputation points Microsoft Employee
2020-02-19T03:57:57.447+00:00

Hello Team ,

I have created Azure account for learning purpose. However In app service I am not able to do coding which I used to do earlier using App service editor(preview). The link for App service editor is disabled for me. When I tried to get support from AZure support, The Technical help desk person told me as this service in preview mode , It may or may not work and it may experience temporary or longterm issue. I am not able to do NodeJS coding on server. can anyone please tell me how can I do codinfg.

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,666 Reputation points Microsoft Employee
    2020-02-24T22:18:10.643+00:00

    Welcome to the Azure platform Shrikant,

    If you're looking to create a NodeJS app to deploy to Azure, you can check out how to build a NodeJS app with Visual Studio Code tutorial followed by this step-by-step on getting your NodeJS app deployed.

    However, if your heart is truly set on App Service Editor feature, which is completely cool, you can set your runtime stack of your web app to Node 12 LTS and set your hosting environment to Windows. Prior versions will switch your environment to back to Linux which App Service Editor (Preview) is currently not supported. Since that feature is still in preview, functionality and availability is subject to change. Therefore, I would advise providing your feedback to the product team.

    Hope this helps.

    0 comments No comments