Skip to content

Commit 7a121f2

Browse files
author
Jill Grant
authored
Merge pull request #244149 from neilverse/main
Documentation Update to Include Telemetry Agentry in NAKS
2 parents f72b101 + afa5f90 commit 7a121f2

File tree

8 files changed

+528
-133
lines changed

8 files changed

+528
-133
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/operator-nexus/howto-monitor-aks-h-cluster.md",
5+
"redirect_url": "/azure/operator-nexus/howto-monitor-naks-cluster",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

articles/operator-nexus/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
href: howto-kubernetes-service-load-balancer.md
8080
- name: Configure role-based access control
8181
href: howto-kubernetes-cluster-aad-rbac.md
82+
- name: Monitor Nexus Kubernetes cluster
83+
href: howto-monitor-naks-cluster.md
8284
- name: Network Fabric Route Policy
8385
href: how-to-route-policy.md
8486
- name: AKS-Hybrid
8587
href: howto-hybrid-aks.md
86-
- name: Monitor AKS-Hybrid Cluster
87-
href: howto-monitor-aks-h-cluster.md
8888
- name: Monitor VMs for VNF
8989
href: howto-monitor-virtualized-network-functions-virtual-machines.md
9090
- name: Cluster metrics configuration management

articles/operator-nexus/howto-monitor-aks-h-cluster.md renamed to articles/operator-nexus/howto-monitor-naks-cluster.md

Lines changed: 48 additions & 72 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11

22
```bash
33

4-
export SUBSCRIPTION_ID="00000000-0000-0000-0000-000000000000"
5-
export SERVICE_PRINCIPAL_ID="00000000-0000-0000-0000-000000000000"
6-
export SERVICE_PRINCIPAL_SECRET="password"
7-
export RESOURCE_GROUP="rgname"
8-
export TENANT_ID="00000000-0000-0000-0000-000000000000"
9-
export LOCATION="azlocation"
4+
export SUBSCRIPTION_ID=""
5+
export SERVICE_PRINCIPAL_ID=""
6+
export SERVICE_PRINCIPAL_SECRET=""
7+
export RESOURCE_GROUP=""
8+
export TENANT_ID=""
9+
export LOCATION=""
10+
export INSTALL_AZURE_MONITOR_AGENT="true"
11+
export PROXY_URL=""
12+
export NAMESPACE=""
1013
```

0 commit comments

Comments
 (0)