Skip to content

Commit 1a0edf7

Browse files
authored
Merge pull request #314726 from halkazwini/waf-tshoot
WAF support and troubleshoot article
2 parents 625f304 + 5caa698 commit 1a0edf7

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: Support and Troubleshooting
3+
titleSuffix: Azure Web Application Firewall
4+
description: How to obtain help and support for questions or problems when you create solutions using Azure Web Application Firewall (WAF).
5+
author: halkazwini
6+
ms.author: halkazwini
7+
ms.service: azure-web-application-firewall
8+
ms.topic: troubleshooting
9+
ms.date: 04/14/2026
10+
ms.custom: support-help-page
11+
12+
# Customer intent: As a network engineer or cloud solutions architect, I want to access troubleshooting resources and support options for Azure Web Application Firewall (WAF), so that I can efficiently resolve any issues I have in my WAF deployment.
13+
---
14+
15+
# Support and troubleshooting for Azure Web Application Firewall
16+
17+
Here are suggestions for where you can get help when developing your Azure Web Application Firewall (WAF) solutions.
18+
19+
## Self help troubleshooting
20+
21+
Various articles explain how to determine, diagnose, and fix issues that you might encounter when using Azure Web Application Firewall. Use these articles to troubleshoot connectivity problems, performance issues, circuit configuration, and more.
22+
23+
For a full list of self help troubleshooting content, see [Azure Web Application Firewall troubleshooting documentation](/troubleshoot/azure/web-application-firewall/welcome-azure-web-application-firewall).
24+
25+
## Post a question on Microsoft Q&A
26+
27+
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.
28+
29+
If you can't find an answer to your problem using search, submit a new question to Microsoft Q&A. Use the [azure-web-application-firewall](/answers/topics/azure-web-application-firewall.html) tag when asking your question:
30+
31+
## Create an Azure support request
32+
33+
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.
34+
35+
- If you already have an Azure Support Plan, [open a support request here](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
36+
37+
- 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.
38+
39+
## Create a GitHub issue
40+
41+
If you need help with the language and tools used to develop and manage Azure Web Application Firewall, open an issue in its repository on GitHub.
42+
43+
| Library | GitHub issues URL|
44+
| --- | --- |
45+
| Azure PowerShell | https://github.com/Azure/azure-powershell/issues |
46+
| Azure CLI | https://github.com/Azure/azure-cli/issues |
47+
| Azure REST API | https://github.com/Azure/azure-rest-api-specs/issues |
48+
| Azure SDK for Java | https://github.com/Azure/azure-sdk-for-java/issues |
49+
| Azure SDK for Python | https://github.com/Azure/azure-sdk-for-python/issues |
50+
| Azure SDK for .NET | https://github.com/Azure/azure-sdk-for-net/issues |
51+
| Azure SDK for JavaScript | https://github.com/Azure/azure-sdk-for-js/issues |
52+
| Terraform | https://github.com/Azure/terraform/issues |
53+
54+
55+
## Stay informed of updates and new releases
56+
57+
Learn about important product updates, roadmap, and announcements in [Azure Web Application Firewall Updates](https://azure.microsoft.com/updates/?filters=%5B"Web+Application+Firewall"%5D).
58+
59+
News and information about Azure Web Application Firewall is shared at the [Azure blog](https://azure.microsoft.com/blog/).
60+
61+
## Next step
62+
63+
> [!div class="nextstepaction"]
64+
> [Azure Web Application Firewall](index.yml)

articles/web-application-firewall/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,5 @@ items:
280280
href: https://azure.microsoft.com/regions/services/
281281
- name: Stack Overflow
282282
href: https://stackoverflow.com/questions/tagged/azure-waf
283+
- name: Support and troubleshooting
284+
href: support-help.md

0 commit comments

Comments
 (0)