Created
March 22, 2020 21:12
-
-
Save Cyb3rWard0g/0cb26d5d744d9560630d8f175a6db6bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata.broker.list=<EVENTHUB-NAMESPACE>.servicebus.windows.net:9093 | |
security.protocol=SASL_SSL | |
sasl.mechanisms=PLAIN | |
sasl.username=$ConnectionString | |
sasl.password=Endpoint=<ROOTMANAGERSHAREDACCESSKEY-CONNECTION-STRING-PRIMARY-KEY> | |
enable.ssl.certificate.verification=false | |
message.max.bytes=1000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment