Deploy React frontend + Node backend app to Azure

José López Fernández 20 Reputation points
2025-03-27T16:44:12.6133333+00:00

Good afternoon, I want to deploy a React frontend + Node backend small application in Azure, it has few requirements. I just want to know what are the economical services that would allow to run that application, and if possible, some guidance.

Thank you very much

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
{count} votes

Accepted answer
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2025-03-27T18:35:34.59+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    The Azure Static Web Apps is ideal for hosting static React apps with serverless backend APIs.

    If you are looking for both backend and frontend, I suggest Azure App Service. Azure App Service is a fully managed platform that supports both frontend and backend applications. You can deploy your React app and Node.js API as separate apps or combine them into one.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2025-03-27T19:17:31.74+00:00

    As suggested converting your node api app to azure functions is a good choice. This will allow static webapp with azure functions which is the cheapest hosting.

    converting your api to functions should be pretty simple. See

    https://learn.microsoft.com/en-us/azure/developer/javascript/how-to/develop-serverless-apps?tabs=v4-ts

    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.