Rıfat Erdem Sahin
Rıfat Erdem Sahin

Reputation: 1778

Service fabric cluster takes forever to deploy

Is there a way to shorten the process? Should I have two service fabric clusters if we want to implement continuous delivery process ?

Upvotes: 0

Views: 1253

Answers (1)

If the Service Fabric cluster deployment (i.e. creation of a Service Fabric cluster) is stuck - open an issue in the Azure Portal with support to help get it resolved.

For application deployment you don't need separate cluster to do CD. Depending on your CD strategy (e.g. rolling upgrades, rip and replace, blue/green), there are various ways of doing that in Service Fabric. Take a look here for some of the conceptual documentation on this topic: https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade

Upvotes: 1

Related Questions