3

How / where do I specify the location for the deployment of my local cluster/application? I would like to change the default location to another local drive.

cassandrad
  • 3,412
  • 26
  • 50
Rotem Varon
  • 1,597
  • 1
  • 15
  • 32

1 Answers1

2

This can be done using the DevClusterSetup powershell script, located (at least for me) in C:/Program Files/Microsoft SDKs/Service Fabric/ClusterSetup/

You want to run the script as follows: .\DevClusterSetup.ps1 -PathToClusterDataRoot <desired_app_and_data_location>

Thanks to Sean McKenna How can I specify where my local developer's service fabric cluster is created?

Community
  • 1
  • 1
Dagrooms
  • 1,507
  • 2
  • 16
  • 42