How to replicate Azure Service Fabric Clusters

0

I am looking for a best practice guide with some instructions, preferrably PowerShell, for copying a Service Fabric cluster application to another cluster replication. The backup restore functionality is still not pushed as a release for Service Fabric Production clusters, and I'm looking for alternatives. I am able to automate the deployment of a cluster, but having issues retrieving an existing application and replicating it to my new clusters. When trying to conduct a Test-ServiceFabricApplicationPackage or Copy-ServiceFabricApplicationPackage, I receive the same failure:

The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

Any ideas and/or thoughts?

powershell
azure-service-fabric
azure-powershell
service-fabric-stateful
service-fabric-stateless
asked on Stack Overflow Sep 7, 2018 by Z. Humphrey • edited Mar 11, 2019 by Super Jade

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0