哪个配置文件正在使用?

时间:2017-08-31 18:12:28

标签: .net powershell visual-studio-2017 azure-service-fabric

是否可以确定当前群集的ClusterConfigFilePath?

使用服务结构集群管理器,我创建了一个1节点集群:

enter image description here

我想使用powershell删除群集:

.\RemoveServiceFabricCluster.ps1 -ClusterConfigFilePath .\ClusterConfig.json -Force
# Removes Service Fabric from the current machine
.\CleanFabric.ps1 

如何查找ClusterConfigFilePath的路径?

1 个答案:

答案 0 :(得分:1)

下载独立的Service Fabric软件包时,会将一些ClusterConfig.JSON文件样本下载到您的工作机器。

enter image description here

您可以阅读有关配置文件here的更多信息。