Skip to content

Commit 3dadc1f

Browse files
authored
Merge pull request #314524 from asudbring/us568605-ts-redirect
Add redirect and TOC update for Azure NAT Gateway troubleshooting articles
2 parents c16ed08 + c6d5e1c commit 3dadc1f

6 files changed

Lines changed: 88 additions & 803 deletions
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/nat-gateway/troubleshoot-nat.md",
5+
"redirect_url": "/troubleshoot/azure/nat-gateway/troubleshoot-nat",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/nat-gateway/troubleshoot-nat-and-azure-services.md",
10+
"redirect_url": "/troubleshoot/azure/nat-gateway/troubleshoot-nat-and-azure-services",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/nat-gateway/troubleshoot-nat-connectivity.md",
15+
"redirect_url": "/troubleshoot/azure/nat-gateway/troubleshoot-nat-connectivity",
16+
"redirect_document_id": false
17+
}
18+
]
19+
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Azure NAT Gateway Support and Help Options
3+
description: How to obtain help and support for questions or problems when you create solutions using Azure NAT Gateway.
4+
author: asudbring
5+
ms.author: allensu
6+
ms.service: azure-nat-gateway
7+
ms.topic: troubleshooting
8+
ms.date: 04/09/2026
9+
ms.custom: support-help-page
10+
# Customer intent: As a cloud solutions developer, I want to access troubleshooting resources and support options for Azure NAT Gateway, so that I can efficiently resolve issues and ensure reliable outbound connectivity.
11+
---
12+
13+
# Support and troubleshooting for Azure NAT Gateway
14+
15+
Here are suggestions for where you can get help when developing your Azure NAT Gateway solutions.
16+
17+
## Self help troubleshooting
18+
19+
Various articles explain how to determine, diagnose, and fix issues that you might encounter when using Azure NAT Gateway. Use these articles to troubleshoot connectivity failures, SNAT port exhaustion, configuration issues, and more.
20+
21+
For a full list of self help troubleshooting content, see [Azure NAT Gateway troubleshooting documentation](/troubleshoot/azure/nat-gateway/welcome-azure-nat-gateway).
22+
23+
## Post a question on Microsoft Q&A
24+
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.
26+
27+
If you can't find an answer to your problem using search, submit a new question to Microsoft Q&A. Use the following tag when asking your question:
28+
29+
| Area | Tag |
30+
| --- | --- |
31+
| [Azure NAT Gateway](./nat-overview.md) | [azure-nat-gateway](/answers/tags/429/azure-nat-gateway) |
32+
33+
## Create an Azure support request
34+
35+
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.
36+
37+
- If you already have an Azure Support Plan, [open a support request here](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
38+
39+
- 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.
40+
41+
## Create a GitHub issue
42+
43+
If you need help with the language and tools used to develop and manage Azure NAT Gateway, open an issue in its repository on GitHub.
44+
45+
| Library | GitHub issues URL|
46+
| --- | --- |
47+
| Azure PowerShell | https://github.com/Azure/azure-powershell/issues |
48+
| Azure CLI | https://github.com/Azure/azure-cli/issues |
49+
| Azure REST API | https://github.com/Azure/azure-rest-api-specs/issues |
50+
| Azure SDK for Java | https://github.com/Azure/azure-sdk-for-java/issues |
51+
| Azure SDK for Python | https://github.com/Azure/azure-sdk-for-python/issues |
52+
| Azure SDK for .NET | https://github.com/Azure/azure-sdk-for-net/issues |
53+
| Azure SDK for JavaScript | https://github.com/Azure/azure-sdk-for-js/issues |
54+
| Terraform | https://github.com/Azure/terraform/issues |
55+
| Bicep | https://github.com/Azure/bicep/issues |
56+
57+
## Stay informed of updates and new releases
58+
59+
Learn about important product updates, roadmap, and announcements in [Azure Updates](https://azure.microsoft.com/updates/?category=networking).
60+
61+
News and information about Azure NAT Gateway is shared at the [Azure Networking blog](https://techcommunity.microsoft.com/category/azure/blog/azurenetworkingblog).
62+
63+
## Next steps
64+
65+
Learn more about [Azure NAT Gateway](./nat-overview.md)

articles/nat-gateway/toc.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,10 @@ items:
6363
href: monitor-nat-gateway-flow-logs.md
6464
- name: Troubleshoot
6565
items:
66-
- name: Troubleshoot NAT gateway
67-
href: troubleshoot-nat.md
68-
- name: Troubleshoot NAT gateway connectivity
69-
href: troubleshoot-nat-connectivity.md
70-
- name: Troubleshoot NAT gateway and Azure services
71-
href: troubleshoot-nat-and-azure-services.md
66+
- name: Troubleshoot Azure NAT Gateway
67+
href: /troubleshoot/azure/nat-gateway/welcome-azure-nat-gateway?toc=/azure/nat-gateway/TOC.json
68+
- name: Support and troubleshooting
69+
href: nat-gateway-support-help.md
7270
- name: Reference
7371
items:
7472
- name: Azure CLI

articles/nat-gateway/troubleshoot-nat-and-azure-services.md

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)