如何/在何处指定部署本地集群/应用程序的位置?我想将默认位置更改为另一个本地驱动器。
发布于 2016-07-21 13:33:59
这可以使用DevClusterSetup powershell脚本来完成,该脚本位于C:/Program Files/Microsoft SDKs/Service Fabric/ClusterSetup/中(至少对我而言)
您希望按以下方式运行该脚本:.\DevClusterSetup.ps1 -PathToClusterDataRoot <desired_app_and_data_location>
多亏了肖恩·McKenna How can I specify where my local developer's service fabric cluster is created?
https://stackoverflow.com/questions/38489345
复制相似问题