11 lines
		
	
	
		
			889 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			889 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <PublishProfile xmlns="http://schemas.microsoft.com/2015/05/fabrictools">
 | |
|   <!-- ClusterConnectionParameters allows you to specify the PowerShell parameters to use when connecting to the Service Fabric cluster.
 | |
|        Valid parameters are any that are accepted by the Connect-ServiceFabricCluster cmdlet.
 | |
|        
 | |
|        For a local cluster, you would typically not use any parameters.
 | |
|          For example: <ClusterConnectionParameters />
 | |
|   -->
 | |
|   <ClusterConnectionParameters ConnectionEndpoint="eshopsflin.westeurope.cloudapp.azure.com:19000" X509Credential="true" ServerCertThumbprint="31CF80FDFB8F64D379E3DCF9185032581B8FC080" FindType="FindByThumbprint" FindValue="31CF80FDFB8F64D379E3DCF9185032581B8FC080" StoreLocation="CurrentUser" StoreName="My" />
 | |
|   <ApplicationParameterFile Path="..\ApplicationParameters\Cloud.xml" />
 | |
| </PublishProfile> |