Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
83 stars 10 forks source link

How to open tcp port for service bus listener #371

Closed keshavraja closed 5 years ago

keshavraja commented 5 years ago

I have add a dot net core console app which is azure service bus listener, For listener to work TCP port 443 and 9350 to 9354 needs to be available.

How do I open these ports? Sample code will really help. I am deploying this on Azure.

keshavraja commented 5 years ago

I got the solution, I removed Console.Read() and added ManualResetEvent.