You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/cluster-connect.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Use the cluster connect to securely connect to Azure Arc-enabled Kubernetes clusters"
3
-
ms.date: 08/30/2022
2
+
title: "Use cluster connect to securely connect to Azure Arc-enabled Kubernetes clusters."
3
+
ms.date: 01/18/2023
4
4
ms.topic: how-to
5
5
description: "With cluster connect, you can securely connect to Azure Arc-enabled Kubernetes clusters without requiring any inbound port to be enabled on the firewall."
6
6
---
@@ -14,7 +14,7 @@ Access to the `apiserver` of the Azure Arc-enabled Kubernetes cluster enables th
14
14
- Interactive debugging and troubleshooting.
15
15
- Cluster access to Azure services for [custom locations](custom-locations.md) and other resources created on top of it.
16
16
17
-
A conceptual overview of this feature is available in [Cluster connect - Azure Arc-enabled Kubernetes](conceptual-cluster-connect.md).
17
+
Before you begin, review the [conceptual overview of the cluster connect feature](conceptual-cluster-connect.md).
18
18
19
19
## Prerequisites
20
20
@@ -92,7 +92,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
92
92
93
93
### [Azure CLI](#tab/azure-cli)
94
94
95
-
1. Get the `objectId` associated with your Azure AD entity.
95
+
1. Get the `objectId` associated with your Azure Active Directory (Azure AD) entity.
96
96
97
97
- For an Azure AD user account:
98
98
@@ -123,7 +123,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
123
123
124
124
### [Azure PowerShell](#tab/azure-powershell)
125
125
126
-
1. Get the `objectId` associated with your Azure AD entity.
126
+
1. Get the `objectId` associated with your Azure Active Directory (Azure AD) entity.
127
127
128
128
- For an Azure AD user account:
129
129
@@ -186,6 +186,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
186
186
```console
187
187
TOKEN=$(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed 's/$/\n/g')
188
188
```
189
+
189
190
1. Get the token to output to console
190
191
191
192
```console
@@ -206,13 +207,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
0 commit comments