Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Local deployment — change the default location

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.

like image 674
Rotem Varon Avatar asked Dec 10 '25 06:12

Rotem Varon


1 Answers

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?

like image 54
Dagrooms Avatar answered Dec 13 '25 01:12

Dagrooms