Skip to content

Commit e3f64bd

Browse files
committed
TOC entry and link fix
1 parent 4ad136f commit e3f64bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/service-fabric/how-to-migrate-transport-layer-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In this step, you enable exclusive authentication mode. As a safety mechanism, T
104104
>
105105
> However, nothing in the cluster can detect breaks in external clients that attempt to authenticate using tokens against the newly exclusive default HTTP gateway port.
106106
107-
After you introduce this new setting to your cluster's configuration, you'll lose token-based access to the previous endpoint. You can access Service Fabric Explorer via the new port you defined if you completed the [Define a new endpoint step](#define-a-new-endpoint).
107+
After you introduce this new setting to your cluster's configuration, you'll lose token-based access to the previous endpoint. You can access Service Fabric Explorer via the new port you defined if you completed the [Define a new HTTP endpoint step](#define-a-new-http-endpoint).
108108

109109
To update the `enableHttpGatewayExclusiveAuthMode` setting, you have two options:
110110
* Upgrade the configuration of an existing cluster using the new manifest

articles/service-fabric/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@
638638
href: service-fabric-cluster-security-roles.md
639639
- name: Patch cluster nodes (Windows)
640640
href: how-to-patch-cluster-nodes-windows.md
641+
- name: Migrate a cluster to TLS 1.3
642+
href: how-to-migrate-transport-layer-security.md
641643
- name: Visualize using Service Fabric Explorer
642644
href: service-fabric-visualizing-your-cluster.md
643645
- name: Connect to a secure cluster

0 commit comments

Comments
 (0)