Skip to content

Commit 97e2efc

Browse files
Merge pull request #253047 from schaffererin/aks-support-help-edits
Editing support doc and adding troubleshooting to TOC
2 parents fa6f4b6 + f6d9488 commit 97e2efc

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

articles/aks/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,4 +751,8 @@
751751
- name: FAQ
752752
href: faq.md
753753
- name: Support and troubleshooting
754-
href: aks-support-help.md
754+
items:
755+
- name: Support options for AKS
756+
href: aks-support-help.md
757+
- name: Troubleshooting documentation for AKS
758+
href: /troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes

articles/aks/aks-support-help.md

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
---
2-
title: Azure Kubernetes Service support and help options
3-
description: How to obtain help and support for questions or problems when you create solutions using Azure Kubernetes Service.
2+
title: Support and troubleshooting for Azure Kubernetes Service (AKS)
3+
description: This article provides support and troubleshooting options for Azure Kubernetes Service (AKS).
44
ms.topic: troubleshooting
5-
ms.date: 10/18/2022
5+
ms.date: 09/27/2023
66
ms.custom: support-help-page
77
---
88

99
# Support and troubleshooting for Azure Kubernetes Service (AKS)
1010

11-
Here are suggestions for where you can get help when developing your Azure Kubernetes Service (AKS) solutions.
12-
1311
## Self help troubleshooting
1412

1513
:::image type="icon" source="./media/logos/doc-logo.png" alt-text="":::
1614

17-
Various articles explain how to determine, diagnose, and fix issues that you might encounter when using Azure Kubernetes Service. Use these articles to troubleshoot deployment failures, security-related problems, connection issues and more.
18-
19-
For a full list of self help troubleshooting content, see [Azure Kubernetes Service troubleshooting documentation](/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes)
15+
The [AKS troubleshooting documentation](/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes) provides guidance for how to diagnose and resolve issues that you might encounter when using AKS. These articles cover how to troubleshoot deployment failures, security-related problems, connection issues, and more.
2016

2117
## Post a question on Microsoft Q&A
2218

2319
:::image type="icon" source="./media/logos/microsoft-logo.png" alt-text="":::
2420

25-
For quick and reliable answers on your technical product questions from Microsoft Engineers, Azure Most Valuable Professionals (MVPs), or our expert community, engage with us on [Microsoft Q&A](/answers/products/azure), Azure's preferred destination for community support.
21+
Azure's preferred destination for community support, [Microsoft Q&A](/answers/products/azure), allows you to ask technical questions and engage with Azure engineers, Most Valuable Professionals (MVPs), partners, and customers. When you ask a question, make sure you use the `azure-kubernetes-service` tag. You can also submit your own answers and help other community members with their questions.
22+
23+
If you can't find an answer to your problem using search, you can submit a new question to Microsoft Q&A and tag it with the appropriate Azure service and area.
2624

27-
If you can't find an answer to your problem using search, submit a new question to Microsoft Q&A. Use one of the following tags when asking your question:
25+
The following table lists the tags for AKS and related services:
2826

2927
| Area | Tag |
3028
|-------|----------------------|
@@ -44,37 +42,35 @@ If you can't find an answer to your problem using search, submit a new question
4442

4543
:::image type="icon" source="./media/logos/azure-logo.png" alt-text="":::
4644

47-
Explore the range of [Azure support options and choose the plan](https://azure.microsoft.com/support/plans) that best fits, whether you're a developer just starting your cloud journey or a large organization deploying business-critical, strategic applications. Azure customers can create and manage support requests in the Azure portal.
45+
Explore the range of [Azure support options](https://azure.microsoft.com/support/plans) and choose a plan that best fits your needs. Azure customers can create and manage support requests in the Azure portal.
4846

49-
- If you already have an Azure Support Plan, [open a support request here](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
50-
51-
- To sign up for a new Azure Support Plan, [compare support plans](https://azure.microsoft.com/support/plans/) and select the plan that works for you.
47+
If you already have an Azure Support Plan, you can [open a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
5248

5349
## Create a GitHub issue
5450

5551
:::image type="icon" source="./media/logos/github-logo.png" alt-text="":::
5652

57-
If you need help with the language and tools used to develop and manage Azure Kubernetes Service, open an issue in its repository on GitHub.
53+
If you need help with the languages and tools for developing and managing AKS, you can open an issue in its GitHub repository.
54+
55+
The following table lists the GitHub repositories for AKS and related services:
5856

5957
| Library | GitHub issues URL|
6058
| --- | --- |
6159
| Azure PowerShell | https://github.com/Azure/azure-powershell/issues |
62-
| Azure CLI | https://github.com/Azure/azure-cli/issues |
63-
| Azure REST API | https://github.com/Azure/azure-rest-api-specs/issues |
64-
| Azure SDK for Java | https://github.com/Azure/azure-sdk-for-java/issues |
65-
| Azure SDK for Python | https://github.com/Azure/azure-sdk-for-python/issues |
66-
| Azure SDK for .NET | https://github.com/Azure/azure-sdk-for-net/issues |
67-
| Azure SDK for JavaScript | https://github.com/Azure/azure-sdk-for-js/issues |
68-
| Terraform | https://github.com/Azure/terraform/issues |
60+
| Azure CLI | https://github.com/Azure/azure-cli/issues |
61+
| Azure REST API | https://github.com/Azure/azure-rest-api-specs/issues |
62+
| Azure SDK for Java | https://github.com/Azure/azure-sdk-for-java/issues |
63+
| Azure SDK for Python | https://github.com/Azure/azure-sdk-for-python/issues |
64+
| Azure SDK for .NET | https://github.com/Azure/azure-sdk-for-net/issues |
65+
| Azure SDK for JavaScript | https://github.com/Azure/azure-sdk-for-js/issues |
66+
| Terraform | https://github.com/Azure/terraform/issues |
6967

7068
## Stay informed of updates and new releases
7169

7270
:::image type="icon" source="./media/logos/updates-logo.png" alt-text="":::
7371

74-
Learn about important product updates, roadmap, and announcements in [Azure Updates](https://azure.microsoft.com/updates/?category=compute).
75-
76-
News and information about Azure Virtual Machines is shared at the [Azure blog](https://azure.microsoft.com/blog/topics/virtual-machines/).
72+
Learn about important product updates, roadmap, and announcements in [Azure Updates](https://azure.microsoft.com/updates/?category=compute). For information about Azure Virtual Machines, see the [Azure blog](https://azure.microsoft.com/blog/topics/virtual-machines/).
7773

7874
## Next steps
7975

80-
Learn more about [Azure Kubernetes Service](./index.yml)
76+
Visit the [Azure Kubernetes Service (AKS) documentation](./index.yml).

0 commit comments

Comments
 (0)