-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to functions template repo #44
Comments
Tweaked the description a little bit:) The right place for the templates is this repo - https://github.com/Azure/azure-functions-templates . @soninaren will be able to help with any questions on how these magically land up everywhere! |
I believe @daxian-dbw already has a PR out for this somewhere. So I'll let him respond. I like the new description! 👍 |
The template PR is out there for a while: Azure/azure-functions-templates#736 |
@daxian-dbw, Had forgotten to tag templates PR as blocked. It was left as is because we had to wait for announcements related to PowerShell at Ignite. I should be able to review and merge the templates PR now. |
Thanks @soninaren. The template PR currently only contains the HTTP trigger template. We will submit PRs for templates of other triggers when we get to them. |
Spoke to @asavaritayal offline about this. We should have HttpTrigger and TimerTrigger templates for Preview 1 |
Timer, Blob, Queue trigger coming soon - Azure/azure-functions-templates#794 Cosmos DB trigger verified but found a bug in the worker. fixed in #83. |
Prototype only blocked on timer and HTTP, we can remove the milestone once timer is merged into the other repo. |
Timer, blob, queue have been merged 😊 |
Just want to verify that Timer has been released before moving this out of Prototype |
This is probably one that should just be tracked over in |
This is now complete and you can see the templates show up in core tools. |
Similar to C# and JavaScript, we want to provide function templates in Powershell for commonly used trigger scenarios -
Http Trigger (JS example)
Timer Trigger (JS example)
Blob Trigger (JS example)
Queue Trigger (JS example)
Event Grid Trigger (JS example)
Cosmos DB Trigger (JS example)
Event Hub Trigger (JS example)
Service Bus Queue Trigger (JS example)
Service Bus Topic Trigger (JS example)
We should have
HttpTrigger
andTimerTrigger
templates for the private preview. See this comment.The text was updated successfully, but these errors were encountered: