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

Possible to create debug and deploy Service Fabric Mesh apps from MacOS or Linux? #390

Open SwimlaneBuilder opened 3 years ago

SwimlaneBuilder commented 3 years ago

I'd like to spin up a Service Fabric Mesh app (a socket listener) from my MacOS laptop while I'm away from my PC. Is there a way I can do this (or reasonably RDP into a Windows VSTS instance you would recommend) so that I can create a .NET Standard / Core application so that I can have IoT devices access the Mesh from an External IP address?

(arbitrary TCP port if that matters, UDP capabilities would be best/ideal under either Windows or Linux in the runtime)

Thank you!