Skip to content

Commit a41012f

Browse files
committed
address reviewer feedback
1 parent f749523 commit a41012f

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

articles/azure-functions/durable/durable-functions-best-practice-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The Durable extension emits tracking events that allow you to trace the end-to-e
7979
#### Durable Task Framework
8080
Starting in v2.3.0 of the Durable extension, logs emitted by the underlying Durable Task Framework (DTFx) are also available for collection. See [details on how to enable these logs](durable-functions-diagnostics.md#durable-task-framework-logging).
8181

82-
### Azure Portal
82+
### Azure portal
8383

8484
#### Diagnose and solve problems
8585
Azure Function App Diagnostics is a useful resource on Azure portal for monitoring and diagnosing potential issues in your application. It also provides suggestions to help resolve problems based on the diagnosis. See [Azure Function App Diagnostics](function-app-diagnostics.md).

articles/azure-functions/durable/function-app-diagnostics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Azure Functions App Diagnostics is a useful resource in the Azure portal for mon
1717

1818
2. Search for “Durable Functions” and select on the result.
1919

20-
:::image type="content" source="media/durable-functions-best-practice/search-for-detector.png" alt-text="Screenshot showing how to search for Durable Functions detector.":::
20+
:::image type="content" source="media/durable-functions-best-practice/search-for-detector.png" alt-text="Screenshot showing how to search for Durable Functions detector.":::
2121

2222
3. You're now inside the Durable Functions detector, which checks for common problems Durable Functions apps tend to have. The detector also gives you links to tools and documentation you might find helpful. Go through the various insights in the detector to learn about the application’s health. Some examples of what the detector tells you include the Durable Functions extension version your app is using, performance issues, and any errors or warnings. If there are issues, you'll see suggestions on how to mitigate and resolve them.
2323

24-
:::image type="content" source="media/durable-functions-best-practice/durable-functions-detector.png" alt-text="Screenshot of Durable Functions detector.":::
24+
:::image type="content" source="media/durable-functions-best-practice/durable-functions-detector.png" alt-text="Screenshot of Durable Functions detector.":::
2525

26-
### Other useful detectors
26+
## Other useful detectors
2727
On the left side of the window, there's a list of detectors designed to check for different problems. This section highlights a few.
2828

2929
The *Functions App Down or Report Errors* detector pulls results from different detectors checking key areas of your application that may be the cause of your application being down or reporting errors. The screenshot below shows the checks performed (not all 15 are captured in the screenshot) and the two issues requiring attention.
83.6 KB
Loading
-20.6 KB
Loading
77.8 KB
Loading
40.6 KB
Loading
64.4 KB
Loading

0 commit comments

Comments
 (0)