Forum Discussion
Send message using TCP protocol to a external server
- Anonymous2 years ago
Hi Anonymous ,
1.Start by setting up an eventstream item. This will be your central configuration for capturing and routing messages.
2.Since you're targeting an external server over TCP, you'll need a custom application that can act as a bridge. This app will consume messages from the eventstream and forward them to your external server using TCP. The custom app can be hosted in a container or a VM within Azure, ensuring it has network access to your target server.
3.Configure the Eventstream to Use Your Custom App as a Destination.
Please refer: Add custom app source to an eventstream - Microsoft Fabric | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
1.Start by setting up an eventstream item. This will be your central configuration for capturing and routing messages.
2.Since you're targeting an external server over TCP, you'll need a custom application that can act as a bridge. This app will consume messages from the eventstream and forward them to your external server using TCP. The custom app can be hosted in a container or a VM within Azure, ensuring it has network access to your target server.
3.Configure the Eventstream to Use Your Custom App as a Destination.
Please refer: Add custom app source to an eventstream - Microsoft Fabric | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.