You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.1 KiB

6 years ago
6 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PublishProfile xmlns="http://schemas.microsoft.com/2015/05/fabrictools">
  3. <!-- ClusterConnectionParameters allows you to specify the PowerShell parameters to use when connecting to the Service Fabric cluster.
  4. Valid parameters are any that are accepted by the Connect-ServiceFabricCluster cmdlet.
  5. For a local cluster, you would typically not use any parameters.
  6. For example: <ClusterConnectionParameters />
  7. -->
  8. <ClusterConnectionParameters ConnectionEndpoint="eshop-sf-win.southcentralus.cloudapp.azure.com:19000"
  9. X509Credential="true"
  10. ServerCertThumbprint="8CB7FD2C7578F51710D4A15A38AB2CDE59103AE8"
  11. FindType="FindByThumbprint"
  12. FindValue="8CB7FD2C7578F51710D4A15A38AB2CDE59103AE8"
  13. StoreLocation="CurrentUser"
  14. StoreName="My" />
  15. <ApplicationParameterFile Path="..\ApplicationParameters\Cloud.xml" />
  16. </PublishProfile>