Open alissontenorio opened 2 months ago
does anyone facing with the issue:
Connection string malformed: each part of the connection string must have an
=assignment.
I also encountered the same issue
@alissontenorio @bingqiangxiang ; Did we install the Azure Functions extension Microsoft.Azure.WebJobs.Extensions.EventHubs -Version 6.3.3 ; any versions below will not support EH Emulator and result in Connection Refused errors.
@huykon ; Is this related to Azure Functions + EventHubs ? Can you share the connection sting being used here ?
does anyone facing with the issue:
Connection string malformed: each part of the connection string must have an
=assignment.
Use a proper connection string and not just a FQDN as many examples show.
e.g. this:
const connectionString = "Endpoint=sb://localhost:5672;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"
and not
const connectionString = "myhost.servicebus.windows.net"
Describe the bug Trying to connect to local event hub emulator shows message connection refused
To Reproduce Configured it using python in vs code, the emulator I ran using docker.
Expected behavior Connect sucessfully
Screenshots
Logs
Desktop:
Image Platform-Architecture Used:
Docker Version:
Arguments && Environment variables to start Emulator:
Emulator Launch Method: