A blueprint for getting a React web app with a C# API and a SQL database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly.
This project is a blueprint for deploying a ToDo web application on Azure, combining a React frontend with a C# backend and SQL database. It is built with React and Fluent UI for the web interface, C# with Azure Functions for the API backend, and uses Bicep for Infrastructure as Code to automate Azure resource provisioning. The project is maintained by Microsoft as part of the Azure Samples collection and leverages the Azure Developer CLI for streamlined deployment, monitoring, and CI/CD pipeline configuration across Azure services including Static Web Apps, Azure Functions, Azure SQL Database, Azure Monitor, and Azure Key Vault.