You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-To connect emulator via local IP of host machine and any application on same network, use following connection string:
31
+
-Applications (Containerized/Non-containerized) on the different machine and same local network can interact with Emulator using the IPv4 address of the machine. Use following connection string:
-To connect emulator and application via same docker bridge network, use following connection string:
35
+
-Application containers on the same bridge network can interact with Emulator using its alias or IP. Following connection string assumes the name of Emualtor container has default value i.e."eventhubs-emulator":
-To connect application and emulator running in different docker bridge network, use following connection string:
39
+
-Application containers on the different bridge network can interact with Emulator using the "host.docker.internal" as host. Use following connection string:
0 commit comments