Skip to content

Commit e3925cd

Browse files
authored
Merge pull request #220114 from craigshoemaker/swa/diag-overview
[Static Web Apps] Diagnostics overview
2 parents f97fcd9 + 97c1afb commit e3925cd

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Diagnose and solve tool for Static Web Apps
3+
description: Learn to troubleshoot issues with your static web app with the diagnose and solve tool in the Azure portal.
4+
ms.date: 12/08/2022
5+
author: craigshoemaker
6+
ms.service: static-web-apps
7+
ms.topic: conceptual
8+
ms.author: cshoe
9+
---
10+
11+
# Azure Static Web Apps diagnostics overview
12+
13+
If you encounter issues with your Azure Static Web Apps instance, the diagnose and solve feature can guide you through steps to troubleshoot problems.
14+
15+
Diagnostics for your static web app are accessible directly from the Azure portal, with no configuration required.
16+
17+
Although these diagnostics are most helpful for issues that have occurred in the last 24 hours, all the diagnostic data remains available for analysis.
18+
19+
## Categories
20+
21+
You have access to diagnostic data in these categories:
22+
23+
| Category | Description | Examples |
24+
|--|--|--|
25+
| Availability and performance | Health and performance data | Service uptime, site hits, platform health |
26+
| Configuration and Management | Application configuration data | Configuration of Static Web Apps features, custom authentication information |
27+
| Content Deployment | Content deployment data | Deployments |
28+
29+
## View diagnostics
30+
31+
1. From the [Azure portal](https://portal.azure.com), go to your static web app.
32+
33+
1. Select **Diagnose and solve problems**.
34+
35+
From the diagnostics window you can filter diagnostic categories, or select one from the list.
36+
37+
## Reports
38+
39+
Selecting a detector reveals a series of visualization for the diagnostic data. The following screenshot is an example of the availability and performance report.
40+
41+
:::image type="content" source="media/diagnotics-overview/azure-static-web-apps-diagnostics-chart.png" alt-text="Screenshot of Azure Static Web Apps diagnostics chart.":::
42+
43+
## Next steps
44+
45+
> [!div class="nextstepaction"]
46+
> [Troubleshooting deployment and runtime errors](troubleshooting.md)
81.1 KB
Loading

0 commit comments

Comments
 (0)