This Webpart consume an anonymous Function App from an HTTP Triger using the templates from the Northwind Microsoft DBs You must create a database in azure and run the scripts
Get your own free development tenant by subscribing to Microsoft 365 developer program
| Solution | Author(s) |
|---|---|
| react-azurefunction-northwind | Joao Livio @jlivio |
| Version | Date | Comments |
|---|---|---|
| 1.0 | August 15, 2022 | Initial release |
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
- Clone this repository
- Ensure that you are at the solution folder
- in the command-line run:
- npm install
- gulp clean
- gulp build serve
- Consume a Function app from SQL Server
- No Authentication is active, only the url code for the Function, must change
- Uses react controls (Listview)
- Use a Serveless Database
- Use a Pay as You Go Model in your function
- Choose Linux as your App Service, "can" save some money
- In Production use Key Vault for your Connection String
