Skip to content

Commit 621552d

Browse files
committed
updated warning
1 parent ef3124d commit 621552d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/service-fabric/service-fabric-assign-policy-to-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For an HTTPS endpoint, also indicate the name of the certificate to return to th
4242
```
4343

4444
> [!WARNING]
45-
> Do not use the same port and certificate for different instances of the same application when using HTTPS. Upgrading two different services using the same port in different application instances will result in an upgrade failure. For more information, see [Upgrading multiple applications with HTTPS endpoints
45+
> When using HTTPS, do not use the same port and certificate for different service instances (independant of the application) deployed to the same node. Upgrading two different services using the same port in different application instances will result in an upgrade failure. For more information, see [Upgrading multiple applications with HTTPS endpoints
4646
](service-fabric-application-upgrade.md#upgrading-multiple-applications-with-https-endpoints).
4747
>
4848

articles/service-fabric/service-fabric-service-manifest-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The HTTPS protocol provides server authentication and is also used for encryptin
104104
>
105105
106106
> [!WARNING]
107-
> Do not use the same port and certificate for different instances of the same application when using HTTPS. Upgrading two different services using the same port in different application instances will result in an upgrade failure. For more information, see [Upgrading multiple applications with HTTPS endpoints
107+
> When using HTTPS, do not use the same port and certificate for different service instances (independant of the application) deployed to the same node. Upgrading two different services using the same port in different application instances will result in an upgrade failure. For more information, see [Upgrading multiple applications with HTTPS endpoints
108108
](service-fabric-application-upgrade.md#upgrading-multiple-applications-with-https-endpoints).
109109
>
110110

0 commit comments

Comments
 (0)