You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/overview-diagnostics.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ To access App Service diagnostics, navigate to your App Service web app or App S
22
22
23
23
For Azure Functions, navigate to your function app, and in the top navigation, click on **Platform features**, and select **Diagnose and solve problems** from the **Resource management** section.
24
24
25
-
In the App Service diagnostics homepage, you can choose the category that best describes the issue with your app by using the keywords in each homepage tile. Also, this page is where you can find **Diagnostic Tools**. See [Diagnostic tools](#diagnostic-tools).
25
+
In the App Service diagnostics homepage, you can peform a search for a symptom with your app, or choose a diagnostic category that best describes the issue with your app. Next, there is a new feature called Risk Alerts that provides an actionable report to improve your App. Finally, this page is where you can find **Diagnostic Tools**. See [Diagnostic tools](#diagnostic-tools).

28
28
29
29
> [!NOTE]
30
30
> If your app is down or performing slow, you can [collect a profiling trace](https://azure.github.io/AppService/2018/06/06/App-Service-Diagnostics-Profiling-an-ASP.NET-Web-App-on-Azure-App-Service.html) to identify the root cause of the issue. Profiling is light weight and is designed for production scenarios.
@@ -43,18 +43,18 @@ The homepage for App Service diagnostics offers streamlined diagnostics access u
43
43
44
44
The Genie search box is a quick way to find a diagnostic. The same diagnostic can be found through Troubleshooting categories.

47
47
48
48
49
49
## Risk Alerts
50
50
51
51
The App Service diagnostics homepage performs a series of configuration checks and offers recommendations based on your unique application's configuration.

54
54
55
55
Recommendations and checks performed can be reviewed by clicking "View more details" link.

58
58
59
59
## Troubleshooting categories
60
60
@@ -68,7 +68,7 @@ Troubleshooting categories group diagnostics for ease of discovery. The followin

72
72
73
73
74
74
The tiles or the Troubleshoot link show the available diagnostics for the category. If you were interested in investigating Availability and performance the following diagnostics are offered:
@@ -89,19 +89,19 @@ The tiles or the Troubleshoot link show the available diagnostics for the catego
89
89
-**WebJob Details**
90
90
91
91
92
-

92
+

93
93
94
94
## Diagnostic report
95
95
96
96
After you choose to investigate the issue further by clicking on a topic, you can view more details about the topic often supplemented with graphs and markdowns. Diagnostic report can be a powerful tool for pinpointing the problem with your app. The following is the Overview for Availability and Performance:

99
99
100
100
## Resiliency Score
101
101
102
102
If you don't know what’s wrong with your app or don’t know where to start troubleshooting your issues, the Get Resiliency Score report is a good place to start. Once a Troubleshooting category has been selected the Get Resilience Score report link is available and clicking it produces a PDF document with actionable insights.

105
105
106
106
### Investigate application code issues (only for Windows app)
0 commit comments