About 903,000 results
Open links in new tab
  1. Build a full-stack React application with Azure Static Web Apps

    Mar 19, 2024 · In this article, we’ll detail the steps to build out a full-stack React application with backend Functions that can access databases or backend APIs (GitHub repo). Architecture diagram of React and Function apps deployed to Azure Static Web Apps.

  2. Static React Web App + Functions with C# API and SQL Database on Azure

    Apr 16, 2025 · A complete ToDo app with C# isolated Azure Functions for the API and Azure SQL database for storage. Uses Azure Developer CLI (azd) to build, deploy, and monitor

  3. How to Build and Deploy a Serverless React App on Azure

    Apr 13, 2022 · In this tutorial, you learned how to create a React app and deploy it to Azure as a Static Web App. You also learned how to build a Function in Azure and call it from your Static Web App. Finally, you learned how to secure both the …

  4. Serverless web application - Azure Architecture Center

    Azure Functions is a serverless compute option. It uses an event-driven model, where a piece of code (a "function") is invoked by a trigger. In this architecture, the function is invoked when a client makes an HTTP request. The request is always routed through an API gateway, described below. API Management.

  5. Integrating React with Microsoft Azure Functions for Serverless …

    Deploy your React application and Azure Functions to a production environment using Azure services or other hosting providers. Implement integration testing, staging, and load testing to ensure the reliability of your application. Monitor the performance of your application and configure auto-scaling to handle varying workloads.

  6. How to run ReactJS app on Azure function? - Stack Overflow

    Jun 29, 2019 · What do I need to do to run my React app on Azure Function? I guess your goal is to run a static website in a serverless way. While it is possible to serve files from Functions, a better way is to store the website files in Blob Storage static website hosting. A reference architecture is available from Microsoft's documentation.

  7. Azure-Samples/reactjs-webapp-functions - GitHub

    Events from the React.js site will invoke background functions implemented as Azure Functions and invoke a webhook in Teams. NOTE: Check below for required secrets and changes to get started. To get started, simply open the repository in Codespaces and start debugging.

  8. Architecture Overview: Building a Full-Stack Application with React ...

    Mar 20, 2024 · In this architectural overview, we will discuss the components and interactions involved in building a full-stack application using React for the front end, Azure Functions for the back...

  9. A Complete Guide — Build a Full-Stack Serverless App on Azure

    Jun 19, 2020 · Build a simple, end-to-end App from scratch step by step, using Serverless, Functions and Cloud technologies. We’ll go through a hands-on development process, starting from API, back-end, and...

  10. Jamstack: Azure Serverless Function App With React

    Dec 20, 2022 · We create a regular Node.js application. Time to code! First, we will set up Serverless on our local machine. Using the link mentioned above, we can follow the steps to install Serverless on our local machine. This will allow us to create, edit, and run the code locally but in an “offline” mode.

  11. Some results have been removed
Refresh