You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/12/05 11:03:10 UTC

[camel-kamelets-examples] branch main updated: Some more info for Azure Storage Blob CDC example

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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new bc0423d  Some more info for Azure Storage Blob CDC example
bc0423d is described below

commit bc0423d0f9264400a57c5ea11a9e6c651df502a0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 5 12:01:25 2022 +0100

    Some more info for Azure Storage Blob CDC example
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/azure-storage-blob-cdc/README.adoc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/jbang/azure-storage-blob-cdc/README.adoc b/jbang/azure-storage-blob-cdc/README.adoc
index 537fc7c..869bf07 100644
--- a/jbang/azure-storage-blob-cdc/README.adoc
+++ b/jbang/azure-storage-blob-cdc/README.adoc
@@ -95,6 +95,20 @@ While the integration is running you can run the following commands:
 [source,sh]
 ----
 az storage blob upload --account-name kameletsaccount --container-name kamelets --file nominatim-geocode-action.kamelet.yaml --account-key <accountKey>
+Finished[#############################################################]  100.0000%
+{
+  "client_request_id": "f9f842e6-748a-11ed-9435-f8e43bee8a96",
+  "content_md5": "Hi/BpuxczazRxdIBPPSxdA==",
+  "date": "2022-12-05T10:52:56+00:00",
+  "encryption_key_sha256": null,
+  "encryption_scope": null,
+  "etag": "\"0x8DAD6AEDE731F9C\"",
+  "lastModified": "2022-12-05T10:52:57+00:00",
+  "request_id": "ad50afc0-e01e-0053-1b97-084308000000",
+  "request_server_encrypted": true,
+  "version": "2021-06-08",
+  "version_id": null
+}
 az storage blob delete --account-name kameletsaccount --container-name kamelets --name nominatim-geocode-action.kamelet.yaml --account-key <accountKey>
 ----