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
82 stars 12 forks source link

Visual Studio Tools for Service Fabric Mesh - Support for Linux #229

Closed tomkerkhove closed 4 years ago

tomkerkhove commented 6 years ago

Is there a timeframe for support for Linux services with the Visual Studio Tools for Service Fabric Mesh?

vipul-modi commented 6 years ago

@raunakpandya, @dbreshears and @MikkelHegn

mikkelhegn commented 6 years ago

The only thing you cannot do today is debug the services in a Service Fabric cluster. You can debug the service outside a container, by changing the startup projects and launch profile. To publish, you only have to change the os type in the yaml files.

The missing pieces her is how to run SF on Linux on Windows, or how to have SF on Windows run Linux containers. We are still assessing the best path for that scenario.