We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5393e14 commit 8964b0dCopy full SHA for 8964b0d
README.md
@@ -22,11 +22,16 @@ PowerShell support for Functions is based on [PowerShell Core 6.1](https://githu
22
[Functions on Linux](https://blogs.msdn.microsoft.com/appserviceteam/2017/11/15/functions-on-linux-preview/),
23
and the [Azure Functions runtime V2](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions).
24
25
-What's available?
+## What's available?
26
27
-* Triggers / Bindings : HTTP/Webhook
+### Triggers / Bindings
28
29
-What's coming?
+* HTTP Trigger (Webhook)
30
+* Timer Trigger
31
+* Blob Trigger
32
+* Queue Trigger
33
+
34
+## What's coming?
35
36
* More triggers and bindings
37
* Tooling integration
0 commit comments