From the course: Azure Service Fabric for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Updating Service Fabric applications

Updating Service Fabric applications - Azure Tutorial

From the course: Azure Service Fabric for Developers

Start my 1-month free trial

Updating Service Fabric applications

- [Instructor] Please take into account that when you publish an application as we did in the previous video, it will be replaced entirely. However if you want to update the Service Fabric application you can do that in Visual Studio if you select the upgrade the application option here in the Publish Service Fabric Application dialog window. You can also configure the upgrade settings. And here you can set the specific version that you want for this upgrade. For example I'm going to set, for the products package that this is going to be version number two. And I'm going to click on the save button. And finally I'm going to click on the publish button again. Now that we have this ongoing upgrade, let's go back to Service Fabric Explorer. As you can see here, now it's upgrading this application. This mechanism ensures that when the new version is deployed, everything will be consistent. This is one of the features and…

Contents