github.com/argoproj/argo-events@v1.9.1/examples/event-sources/azure-events-hub.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: EventSource 3 metadata: 4 name: azure-events-hub 5 spec: 6 azureEventsHub: 7 example: 8 # FQDN of the EventsHub namespace you created 9 # More info at https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string 10 fqdn: your_fqdn 11 sharedAccessKeyName: 12 name: secret_containing_shared_access_key_name 13 key: key_within_the_secret_which_holds_the_value_of_shared_access_key_name 14 sharedAccessKey: 15 name: secret_containing_shared_access_key 16 key: key_within_the_secret_which_holds_the_value_of_shared_access_key 17 # Event Hub path/name 18 hubName: hub_name