Azure Schema Registry: Add an example with Kamelet too to consume from Azure Eventhubs Kafka

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
diff --git a/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md b/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
index 53ed25e..b23a03d 100644
--- a/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
+++ b/jbang/azure-eventhubs-kafka-azure-schema-registry/README.md
@@ -57,6 +57,12 @@
 camel run kafka-log.yaml 
 ```
 
+You can also use the Kamelet for working with Azure Schema Registry and Azure Eventhubs Kafka
+
+```bash
+jbang --fresh run camel@apache/camel run --local-kamelet-dir=<path_to_your_local_kamelets> --kamelets-version=4.1.0-SNAPSHOT kafka-kamelet-log.yaml
+```
+
 To run the example without JBang, but e.g. Spring Boot, You can export the route:
 ```bash
 camel export application.properties kafka-log.yaml --runtime=spring-boot --directory=code --gav com.acme.example:azure-sr:1.0.0