https://github.com/bervproject/azure-function-example
Azure Function Example in .NET
https://github.com/bervproject/azure-function-example
azure azure-functions serverless webapp
Last synced: 25 days ago
JSON representation
Azure Function Example in .NET
- Host: GitHub
- URL: https://github.com/bervproject/azure-function-example
- Owner: bervProject
- License: mit
- Created: 2021-08-19T04:24:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T05:41:18.000Z (11 months ago)
- Last Synced: 2025-04-30T06:34:40.718Z (11 months ago)
- Topics: azure, azure-functions, serverless, webapp
- Language: C#
- Size: 2.04 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-function-example
Azure Function Example in .NET
## Directory Structure
* [azure-functions](./azure-functions): Root directory for Azure Functions of Backend that will be hosted at Azure Functions. Using .NET 6.
* [azure-function-client](./azure-functions-client): Root directory for client to consume Azure Functions and will be hosted at Azure Static Web App Service. Using React.js.
* [ToDo.Web](./ToDo.Web): Root directory that consume the Backend from Azure Functions, run as Web App and will be hosted at Azure Web App Service. Using .NET 6.
## Contribute
Please see at [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
MIT
## Author
Bervianto Leo Pratama