Upgrade service fabric application (PowerShell)

后端 未结 1 977
Happy的楠姐
Happy的楠姐 2020-12-19 22:24

I\'m trying to start application upgrade using Start-ServiceFabricApplicationUpgrade command, but getting an error complaining:

Default service descri

1条回答
  •  爱一瞬间的悲伤
    2020-12-19 22:47

    When you deploy from Visual Studio it uses a parameter file that provides values for the application parameters defined in the application manifest. Can you check if you are providing the same value of the application parameters used in the default services section of your application manifest?

    0 讨论(0)
提交回复
热议问题