Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipementel/function.luckynumber
https://github.com/felipementel/function.luckynumber
azure-functions
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipementel/function.luckynumber
- Owner: felipementel
- License: gpl-3.0
- Created: 2022-07-15T18:55:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T14:21:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:08:12.360Z (almost 2 years ago)
- Topics: azure-functions
- Language: C#
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Function.LuckyNumber
1. References
```
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger?tabs=in-process%2Cfunctionsv2&pivots=programming-language-csharp
``````
https://github.com/Azure/actions-workflow-samples/tree/master/FunctionApp
``````
https://docs.microsoft.com/en-us/azure/azure-functions/functions-how-to-github-actions?tabs=dotnet
```