Skip to content

Commit 3b0720f

Browse files
Merge pull request #274842 from tomvcassidy/patch-2
adding api version prereq to tls 1.3 doc
2 parents 4406d1c + 59564fc commit 3b0720f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ If you only use certificates and don't need to define endpoints for your cluster
2828
* For managed clusters, you can follow the steps outlined in the [Modify the OS SKU for a node type section of the Service Fabric managed cluster node types how-to guide](how-to-managed-cluster-modify-node-type.md#modify-the-os-sku-for-a-node-type).
2929
* For classic clusters, you can follow the steps outlined in [Scale up a Service Fabric cluster primary node type](service-fabric-scale-up-primary-node-type.md).
3030
1. Determine if you use token-based authentication. You can check in the portal or review your cluster's manifest in the Service Fabric Explorer. If you do use token-based authentication, Microsoft Entra ID settings appear in the cluster manifest.
31+
1. Use the correct API version for deployments, depending on your cluster type:
32+
* For managed clusters, use `2023-12-01-preview` or higher
33+
* For classic clusters, use `2023-11-01-preview` or higher
3134

3235
Once you complete these prerequisite steps, you're ready to enable TLS 1.3 on your Service Fabric clusters.
3336

@@ -128,4 +131,4 @@ You can follow the steps in the appropriate quickstart for the type of Service F
128131

129132
There aren't any specific steps you need to complete after migrating your cluster to TLS 1.3. However, some useful related articles are including in the following links:
130133
* [X.509 Certificate-based authentication in Service Fabric clusters](cluster-security-certificates.md)
131-
* [Manage certificates in Service Fabric clusters](cluster-security-certificate-management.md)
134+
* [Manage certificates in Service Fabric clusters](cluster-security-certificate-management.md)

0 commit comments

Comments
 (0)