Skip to content

Commit cbcc330

Browse files
authored
Merge pull request #202469 from meenasaravanan02/aad-c
Update service-fabric-connect-to-secure-cluster.md
2 parents 64dca78 + da5c29c commit cbcc330

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/service-fabric/service-fabric-connect-to-secure-cluster.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect securely to an Azure Service Fabric cluster
33
description: Describes how to authenticate client access to a Service Fabric cluster and how to secure communication between clients and a cluster.
44

55
ms.topic: conceptual
6-
ms.date: 01/29/2019
6+
ms.date: 06/22/2022
77
ms.custom: devx-track-csharp
88
---
99
# Connect to a secure cluster
@@ -208,9 +208,6 @@ static X509Credentials GetCredentials(string clientCertThumb, string serverCertT
208208
209209
The following example uses Azure Active Directory for client identity and server certificate for server identity.
210210
211-
> [!WARNING]
212-
>Prior to the Service Fabric SDK 9.0 release, interactive AAD login didn't work. Update to version 9.0 or later to make use of this feature.
213-
214211
A dialog window automatically pops up for interactive sign-in upon connecting to the cluster.
215212
216213
```csharp

0 commit comments

Comments
 (0)