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

Can I deploy services independently to Azure Service Fabric Mesh? #360

Closed julipur closed 5 years ago

julipur commented 5 years ago

Can I deploy services independently to an Azure Service Fabric Mesh application, or do I have to deploy all the services all the time?

If all the services have to always be deployed, this seems like a limitation that won't allow separate teams, building different services, to work effectively.

If there is a way, please let me know. I see the arm deployment will remove already deployed services if I only provide one of my services in the template.

tomkerkhove commented 5 years ago

You have to deploy all services given application is your unit of deployment as far as I know.

julipur commented 5 years ago

Thanks @tomkerkhove, that is the conclusion I have reached as well. Thank you.

SamirFarhat commented 5 years ago

We already had this discussion in earlier post. You need to consider the Application for the same team: https://github.com/Azure/service-fabric-mesh-preview/issues/325