In Service Fabric, can I alter the Arguments in the ServiceManifest.xml file using Application Parameters?
问题 I have an ApplicationManifest.xml file that looks like: <?xml version="1.0" encoding="utf-8"?> <ApplicationManifest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2011/01/fabric" ApplicationTypeName="ServiceFabricTestType" ApplicationTypeVersion="1.9"> <Parameters> <Parameter Name="Prop_BehavioursPath" DefaultValue="behaviours.yml"/> <Parameter Name="Prop_AliasesPath" DefaultValue="aliases.yml"/> <