Skip to content

Commit 611bd2e

Browse files
authored
aka ms links for ARM
1 parent b22a69b commit 611bd2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Monitor AKS hybrid clusters
3-
ms.date: 11/10/2022
3+
ms.date: 01/10/2023
44
ms.topic: article
55
author: austonli
66
ms.author: aul
@@ -75,11 +75,11 @@ az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-n
7575
1. Download the Azure Resource Manager Template and Parameter files
7676

7777
```bash
78-
curl -L https://raw.githubusercontent.com/microsoft/Docker-Provider/longw/lcm-private-preview/scripts/onboarding/templates/arc-k8s-extension-provisionedcluster-msi-auth/existingClusterOnboarding.json -o existingClusterOnboarding.json
78+
curl -L https://aka.ms/existingClusterOnboarding.json -o existingClusterOnboarding.json
7979
```
8080

8181
```bash
82-
curl -L https://raw.githubusercontent.com/microsoft/Docker-Provider/longw/lcm-private-preview/scripts/onboarding/templates/arc-k8s-extension-provisionedcluster-msi-auth/existingClusterParam.json -o existingClusterParam.json
82+
curl -L https://aka.ms/existingClusterParam.json -o existingClusterParam.json
8383
```
8484

8585
2. Edit the values in the parameter file.

0 commit comments

Comments
 (0)