Skip to content

Commit

Permalink
Update Module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
praneesha authored Sep 26, 2023
1 parent e941b8b commit 1a47c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ external resource. For more information, go
to <a href="https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings" target="_blank">Azure
Functions triggers and bindings concepts</a>.

- Http - Trigger and Output Binding
- HTTP - Trigger and Output Binding
- Queue - Trigger and Output Binding
- Blob - Trigger, Input and Output Binding
- Twilio - Output Binding
Expand All @@ -21,7 +21,7 @@ Functions triggers and bindings concepts</a>.

#### Sample Code:

In ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it
In Ballerina, Triggers are represented with listeners. When the `af:HttpListener` gets attached to the service, it
implies that the function is a HTTP Trigger. The resource function behaves exactly the same as a service written
from `ballerina/http`. It supports `http:Payload, http:Header` annotations for parameters. Input binding annotations can
be used to annotate parameters to make use of external services in azure. if no annotations are specified for a
Expand Down

0 comments on commit 1a47c5f

Please sign in to comment.