Setting up NodeJS Typescript server on Azure

Benjamin Le 0 Reputation points
2023-06-15T00:58:02.1433333+00:00

I'm trying to set up a NodeJS backend on Azure, but it's not a basic NodeJS server because I'm using Typescript. The tutorials I followed here

https://learn.microsoft.com/en-us/azure/app-service/quickstart-nodejs?pivots=development-environment-azure-portal&tabs=windows

https://www.youtube.com/watch?v=P4vt-OmUM8E&list=PLLasX02E8BPADO_R-D6ctSoV4EeE8ow9B&ab_channel=MicrosoftAzure

do not seem to work.

Are there more resources you can point me to for my specific use case?

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

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2023-06-15T15:00:16.5133333+00:00

    Hello @Benjamin Le

    Deployment of TypeScript app to App Service does not have a significant difference comparing to NodeJS or JS app.

    Here are some examples of TypeScript deployment to Azure App Service

    https://learn.microsoft.com/en-us/visualstudio/javascript/publish-nodejs-app-azure?view=vs-2022

    https://medium.com/driver-lane/node-typescript-azure-web-apps-what-could-go-wrong-a-lessons-learnt-guide-2def97a59f1f

    Here are some code samples compatible with Azure App Service

    https://learn.microsoft.com/en-us/samples/azure/azure-sdk-for-js/app-configuration-typescript/

    0 comments No comments

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.