Skip to content

Commit 35213f2

Browse files
committed
Update AKS help and support
1 parent c2c1c84 commit 35213f2

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

AKS-Arc/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@
159159
items:
160160
- name: Troubleshoot and known issues
161161
href: aks-troubleshoot.md
162+
- name: Use diagnostic checker
163+
href: aks-arc-diagnostic-checker.md
162164
- name: Control plane configuration validation errors
163165
href: control-plane-validation-errors.md
164166
- name: K8sVersionValidation error
165167
href: cluster-k8s-version.md
166-
- name: Use diagnostic checker
167-
href: aks-arc-diagnostic-checker.md
168168
- name: KubeAPIServer unreachable error
169169
href: kube-api-server-unreachable.md
170170
- name: Can't create/scale AKS cluster due to image issues

AKS-Arc/aks-arc-diagnostic-checker.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to diagnose common causes for failures in AKS Arc.
44
ms.topic: troubleshooting
55
author: sethmanheim
66
ms.author: sethm
7-
ms.date: 01/30/2025
7+
ms.date: 06/27/2025
88
ms.reviewer: abha
99

1010
#Customer intent: As an AKS user, I want to use the diagnostic checker to run diagnostic checks on my AKS cluster to find out common causes for AKS cluster create failure.
@@ -13,14 +13,14 @@ ms.reviewer: abha
1313

1414
# Use the diagnostic checker to diagnose and fix environment issues for AKS cluster creation failure (preview)
1515

16-
It can be difficult to identify environment-related issues, such as networking configurations, that can result in an AKS cluster creation failure. The diagnostic checker is a PowerShell-based tool that can help you identify AKS cluster creation failures due to potential issues in the environment.
16+
It can be difficult to identify environment-related issues, such as networking configuration, that can result in an AKS cluster creation failure. The diagnostic checker is a PowerShell tool that can help you identify AKS cluster creation failures due to potential issues in the environment.
1717

1818
> [!NOTE]
19-
> You can only use the diagnostic checker tool if an AKS cluster was created, but is in a failed state. You can't use the tool if you don't see an AKS cluster on the Azure portal. If the AKS cluster creation fails before an Azure Resource Manager resource is created, [file a support request](aks-troubleshoot.md#open-a-support-request).
19+
> You can only use the diagnostic checker tool if an AKS cluster was created, but is in a failed state. You can't use the tool if you don't see an AKS cluster on the Azure portal. If the AKS cluster creation fails before an Azure Resource Manager resource is created, [file a support request](help-support.md).
2020
2121
## Before you begin
2222

23-
Before you begin, make sure you have the following prerequisites. If you don't meet the requirements for running the diagnostic checker tool, [file a support request](aks-troubleshoot.md#open-a-support-request):
23+
Before you begin, make sure you have the following prerequisites. If you don't meet the requirements for running the diagnostic checker tool, [file a support request](help-support.md):
2424

2525
- Direct access to the Azure Local cluster where you created the AKS cluster. This access can be through remote desktop (RDP), or you can also sign in to one of the Azure Local physical nodes.
2626
- Review the [networking concepts for creating an AKS cluster](aks-hci-network-system-requirements.md) and the [AKS cluster architecture](cluster-architecture.md).
@@ -43,17 +43,17 @@ VMName IPAddresses
4343
<cluster-name>-XXXXXX-control-plane-XXXXXX {172.16.0.10, 172.16.0.4, fe80::ec:d3ff:fea0:1}
4444
```
4545

46-
If you don't see a control plane VM as shown in the previous output, [file a support request](aks-troubleshoot.md#open-a-support-request).
46+
If you don't see a control plane VM as shown in the previous output, [file a support request](help-support.md).
4747

4848
If you see a control plane VM, and it has:
4949

50-
- 0 IPv4 addresses: file a [support request](aks-troubleshoot.md#open-a-support-request).
50+
- 0 IPv4 addresses: file a [support request](help-support.md).
5151
- 1 IP address: use the IPv4 address as the input for `vmIP` parameter.
5252
- 2 IP addresses: use any one of the IPv4 address as an input for `vmIP` parameter in the diagnostic checker.
5353

5454
## Run the diagnostic checker script
5555

56-
Copy the following PowerShell script `run_diagnostic.ps1` into any one node of your Azure Local cluster:
56+
Copy the following PowerShell script named `run_diagnostic.ps1` into any one node of your Azure Local cluster:
5757

5858
```powershell
5959
<#
@@ -288,4 +288,4 @@ The following table provides a summary of each test performed by the script, inc
288288

289289
## Next steps
290290

291-
If the problem persists, collect [AKS cluster logs](get-on-demand-logs.md) before you [create a support request](aks-troubleshoot.md#open-a-support-request).
291+
If the problem persists, collect [AKS cluster logs](get-on-demand-logs.md) before you [create a support request](help-support.md).

AKS-Arc/help-support.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
---
2-
title: Get support for AKS on Windows Server
3-
description: Learn about how to get support and open a support request for AKS on Windows Server.
2+
title: Get support for AKS on Azure Local
3+
description: Learn about how to get support and open a support request for AKS on Azure Local.
44
ms.topic: how-to
5-
ms.date: 04/03/2025
5+
ms.date: 06/27/2025
66
ms.custom: fasttrack-edit
77
ms.author: sethm
8+
ms.reviewer: abha
89
ms.lastreviewed: 1/14/2022
910
author: sethmanheim
1011

1112
# Intent: As an IT Pro, I want to find out what options are available to get help and support, such as creating a ticket.
1213
# Keyword: AKS support AKS help support requests
1314
---
1415

15-
# Get support for AKS on Windows Server
16+
# Get support for AKS on Azure Local
1617

17-
If you encounter an issue with AKS on Windows Server, this article describes how to open a support request.
18+
If you encounter an issue with AKS on Azure Local, this article describes how to open a support request.
1819

19-
## Go to Support + troubleshooting in the Azure portal
20+
## Go to Support + Troubleshooting in the Azure portal
2021

2122
1. Sign in to the [Azure portal](https://portal.azure.com).
22-
1. Browse to the subscription you're using for Azure Kubernetes Services on Windows Server. Select the subscription to open its dashboard.
23-
1. From the **Support + troubleshooting** category in the navigation menu in the left-hand pane, select **New Support Request**:
23+
1. Browse to the subscription you're using for AKS on Azure Local. Select the subscription to open its dashboard.
24+
1. From the **Help > Support + Troubleshooting** category in the navigation menu in the left-hand pane, select **New Support Request**:
2425

2526
:::image type="content" source="media/help-support/new-support-request-sidebar.png" alt-text="Screenshot of the Azure portal Help and Support sidebar." lightbox="media/help-support/new-support-request-sidebar.png":::
2627

@@ -30,7 +31,7 @@ If you encounter an issue with AKS on Windows Server, this article describes how
3031

3132
1. Your subscription name should auto-populate in the **Subscription** field. If it doesn't, select it from the dropdown.
3233

33-
1. Select the **All services** button, then select the **Service type** dropdown. Begin typing **Azure Kubernetes Service** in the search box to locate the **Azure Kubernetes Service on Windows Server** service in the **Compute** category.
34+
1. Select the **All services** button, then select the **Service type** dropdown. Begin typing **Azure Kubernetes Service** in the search box to locate the **Azure Kubernetes Service on Azure Local** service in the **Compute** category.
3435

3536
:::image type="content" source="media/help-support/service-type.png" alt-text="Screenshot showing service selection." lightbox="media/help-support/service-type.png":::
3637

0 commit comments

Comments
 (0)