Skip to content

Commit 15b8aa0

Browse files
committed
tabs
1 parent 7bf27d7 commit 15b8aa0

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/azure-monitor/containers/container-insights-enable-arc-enabled-clusters.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Run the following commands to locate the full Azure Resource Manager identifier
9898
9999
## Create extension instance
100100
101-
## [CLI](#tab/azure-cli)
101+
## [CLI](#tab/create-cli)
102102
103103
### Option 1 - With default values
104104
@@ -148,7 +148,7 @@ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-n
148148
>[!NOTE]
149149
> If you are explicitly specifying the version of the extension to be installed in the create command, then ensure that the version specified is >= 2.8.2.
150150
151-
## [Azure portal](#tab/portal)
151+
## [Azure portal](#tab/create-portal)
152152

153153
>[!IMPORTANT]
154154
> If you are deploying Azure Monitor on a Kubernetes cluster running on top of Azure Stack Edge, then the Azure CLI option needs to be followed instead of the Azure portal option as a custom mount path needs to be set for these clusters.
@@ -181,7 +181,7 @@ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-n
181181

182182
6. Select the 'Configure' button to continue.
183183

184-
## [Resource Manager template](#tab/arm)
184+
## [Resource Manager](#tab/create-arm)
185185

186186
1. Download Azure Resource Manager template and parameter:
187187

@@ -201,24 +201,26 @@ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-n
201201
```
202202

203203
---
204+
204205
## Verify extension installation status
205206
Once you have successfully created the Azure Monitor extension for your Azure Arc-enabled Kubernetes cluster, you can additionally check the status of installation using the Azure portal or CLI. Successful installations should show the status as 'Installed'. If your status is showing 'Failed' or remains in the 'Pending' state for long periods of time, proceed to the Troubleshooting section below.
206207

207-
### [Azure portal](#tab/portal)
208+
### [Azure portal](#tab/verify-portal)
208209
1. In the Azure portal, select the Azure Arc-enabled Kubernetes cluster with the extension installing
209210
2. Select the 'Extensions' item under the 'Settings' section of the resource blade
210211
3. You should see an extension with the name 'azuremonitor-containers' listed, with the listed status in the 'Install status' column
211-
### [CLI](#tab/cli)
212+
### [CLI](#tab/verify-cli)
212213
Run the following command to show the latest status of the `Microsoft.AzureMonitor.Containers` extension
213214
```azurecli
214215
az k8s-extension show --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters -n azuremonitor-containers
215216
```
217+
216218
---
217219

218220
## Migrate to managed identity authentication (preview)
219221
Use the flowing guidance to migrate an existing extension instance to managed identity authentication (preview).
220222

221-
## [CLI](#tab/cli)
223+
## [CLI](#tab/migrate-cli)
222224
First retrieve the Log Analytics workspace configured for Container insights extension.
223225

224226
```cli
@@ -231,7 +233,7 @@ Enable Container insights extension with managed identity authentication option
231233
az k8s-extension create --name azuremonitor-containers --cluster-name \<cluster-name\> --resource-group \<resource-group\> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings omsagent.useAADAuth=true logAnalyticsWorkspaceResourceID=\<workspace-resource-id\>
232234
```
233235

234-
## [Resource Manager](#tab/arm)
236+
## [Resource Manager](#tab/migrate-arm)
235237

236238

237239
1. Download the template at [https://aka.ms/arc-k8s-azmon-extension-msi-arm-template](https://aka.ms/arc-k8s-azmon-extension-msi-arm-template) and save it as **arc-k8s-azmon-extension-msi-arm-template.json**.

articles/azure-monitor/containers/container-insights-onboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ To enable Container insights, use one of the methods that's described in the fol
153153
| | [Enable for an existing AKS cluster from Azure Monitor portal](container-insights-enable-existing-clusters.md?tabs=portal-azure-monitor)|
154154
| | [Enable directly from an AKS cluster in the Azure portal](container-insights-enable-existing-clusters.md?tabs=portal-aks)|
155155
| | [Enable for AKS cluster using an Azure Resource Manager template](container-insights-enable-existing-clusters.md?tabs=aks)|
156-
| Existing non-AKS Kubernetes cluster | [Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using the Azure CLI](container-insights-enable-arc-enabled-clusters.md?tabs=cli). |
157-
| | [Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using a preconfigured Azure Resource Manager template](container-insights-enable-arc-enabled-clusters.md?tabs=arm) |
158-
| | [Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc from the multicluster page Azure Monitor](container-insights-enable-arc-enabled-clusters.md?tabs=portal) |
156+
| Existing non-AKS Kubernetes cluster | [Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using the Azure CLI](container-insights-enable-arc-enabled-clusters.md?tabs=create-cli#create-extension-instance). |
157+
| | [Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc using a preconfigured Azure Resource Manager template](container-insights-enable-arc-enabled-clusters.md?tabs=create-arm#create-extension-instance) |
158+
| | [Enable for non-AKS Kubernetes cluster hosted outside of Azure and enabled with Azure Arc from the multicluster page Azure Monitor](container-insights-enable-arc-enabled-clusters.md?tabs=create-portal#create-extension-instance) |
159159

160160
## Next steps
161161
Once you've enabled monitoring, you can begin analyzing the performance of your Kubernetes clusters that are hosted on Azure Kubernetes Service (AKS), Azure Stack, or another environment. To learn how to use Container insights, see [View Kubernetes cluster performance](container-insights-analyze.md).

0 commit comments

Comments
 (0)