Skip to content

Commit f9ab019

Browse files
committed
Fixing awkward formatting
1 parent 327bf6c commit f9ab019

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/aks/access-private-cluster.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Access a private Azure Kubernetes Service (AKS) cluster
33
description: Learn how to access a private Azure Kubernetes Service (AKS) cluster using the Azure CLI or Azure portal.
44
ms.topic: article
5-
ms.date: 09/05/2023
5+
ms.date: 09/15/2023
66
---
77

88
# Access a private Azure Kubernetes Service (AKS) cluster
@@ -23,7 +23,9 @@ The pod created by the `run` command provides `helm` and the latest compatible v
2323

2424
`command invoke` runs the commands from your cluster, so any commands run in this manner are subject to your configured networking restrictions and any other configured restrictions. Make sure there are enough nodes and resources in your cluster to schedule this command pod.
2525

26-
## [Azure CLI - `command invoke`](#tab/azure-cli)
26+
## Run commands on your AKS cluster
27+
28+
### [Azure CLI - `command invoke`](#tab/azure-cli)
2729

2830
### Use `command invoke` to run a single command
2931

@@ -71,7 +73,7 @@ The pod created by the `run` command provides `helm` and the latest compatible v
7173
--file .
7274
```
7375
74-
## [Azure portal - `Run command`](#tab/azure-portal)
76+
### [Azure portal - `Run command`](#tab/azure-portal)
7577
7678
To get started with `Run command`, navigate to your private cluster in the Azure portal. Under the **Kubernetes resources** section, select **Run command**.
7779

0 commit comments

Comments
 (0)