Skip to content

Commit 93c7309

Browse files
Fixes
1 parent d5d07c0 commit 93c7309

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/service-fabric/service-fabric-application-upgrade-advanced.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are several ways to configure the delay on the service side.
4545
4646
### Client configuration
4747
48-
To receive notification when an endpoint has changed, clients should register a callback see [ServiceNotificationFilterDescription](https://docs.microsoft.com/en-us/dotnet/api/system.fabric.description.servicenotificationfilterdescription).
48+
To receive notification when an endpoint has changed, clients should register a callback see [ServiceNotificationFilterDescription](https://docs.microsoft.com/dotnet/api/system.fabric.description.servicenotificationfilterdescription).
4949
The change notification is an indication that the endpoints have changed, the client should re-resolve the endpoints, and not use the endpoints which are not advertised anymore, as they will go down soon.
5050
5151
### Optional upgrade overrides
@@ -66,6 +66,10 @@ The delay duration only applies to the invoked upgrade instance and does not oth
6666
>
6767
>
6868
69+
> [!NOTE]
70+
> This feature can be configured in existing services using Update-ServiceFabricService cmdlet as mentioned above, when the cluster code version is 7.1.XXX or above.
71+
>
72+
>
6973
7074
## Manual upgrade mode
7175

0 commit comments

Comments
 (0)