This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 3a190d255e8889963ace13e0af419c478be7cbb9 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jul 15 11:48:52 2022 +0200 Added Azure Functions Sink Kamelet --- kamelets/azure-functions-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/azure-functions-sink.kamelet.yaml b/kamelets/azure-functions-sink.kamelet.yaml index 15b59916..2aa0a649 100644 --- a/kamelets/azure-functions-sink.kamelet.yaml +++ b/kamelets/azure-functions-sink.kamelet.yaml @@ -38,7 +38,7 @@ spec: title: URL description: The Azure Functions URL you want to send the data to. type: string - example: "https://my-service/path" + example: "https://azure-function-demo-12234.azurewebsites.net/api/httpexample" pattern: "^(https)://.*" method: title: Method
