From e941b8beda65df9d16a02a0e36e5b26a93e17cec Mon Sep 17 00:00:00 2001 From: praneesha Date: Tue, 26 Sep 2023 10:01:24 +0530 Subject: [PATCH 1/2] Fix a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ede35745..ffdb2230 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ external resource. For more information, go to Azure Functions triggers and bindings concepts. -- Http - Trigger and Output Binding +- HTTP - Trigger and Output Binding - Queue - Trigger and Output Binding - Blob - Trigger, Input and Output Binding - Twilio - Output Binding @@ -31,7 +31,7 @@ Functions triggers and bindings concepts. #### 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 From 1a47c5fd7574c1a0549bd8aee1e521f4afeef67b Mon Sep 17 00:00:00 2001 From: praneesha Date: Tue, 26 Sep 2023 10:03:00 +0530 Subject: [PATCH 2/2] Update Module.md --- ballerina/Module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Module.md b/ballerina/Module.md index 77b7d89d..590c462b 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -12,7 +12,7 @@ external resource. For more information, go to Azure Functions triggers and bindings concepts. -- Http - Trigger and Output Binding +- HTTP - Trigger and Output Binding - Queue - Trigger and Output Binding - Blob - Trigger, Input and Output Binding - Twilio - Output Binding @@ -21,7 +21,7 @@ Functions triggers and bindings concepts. #### 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