# Basic info that will be required all the time. EVENTHUB_CONNECTION_STRING="Endpoint=sb://.servicebus.windows.net/;SharedAccessKeyName=;SharedAccessKey=" EVENTHUB_NAME= # If you are interested in looking at the detailed debug logs. DEBUG="azure*,rhea*" # The message encodings and transformation are repetitive and cause the log size to increase tremendously. # If you are not interested in viewing the message transformation then you can set the debug env. variable as follows: DEBUG=azure*,rhea*,-rhea:raw,-rhea:message,-azure:amqp-common:datatransformer # If you are using the Azure AD Credentials like ServicePrincipal, MSIToken, etc. ENDPOINT=".servicebus.windows.net" APPLICATION_SECRET="" CLIENT_ID="" DOMAIN="" AZURE_SUBSCRIPTION_ID="" # For EventProcessorHost (EPH). STORAGE_CONNECTION_STRING="DefaultEndpointsProtocol=https;AccountName=;AccountKey=;EndpointSuffix=core.windows.net"