Skip to content

Commit 9984135

Browse files
authored
Merge pull request #290762 from hhunter-ms/hh-297593
[Dapr/ACA][UUF] Clarify enabling debug logs
2 parents 40bb6c8 + 60d5be5 commit 9984135

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/container-apps/dapr-component-resiliency.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: container-apps
66
author: hhunter-ms
77
ms.service: azure-container-apps
88
ms.topic: conceptual
9-
ms.date: 08/02/2024
9+
ms.date: 11/19/2024
1010
ms.author: hannahhunter
1111
ms.custom: ignite-fall-2023, ignite-2023, devx-track-azurecli
1212
# Customer Intent: As a developer, I'd like to learn how to make my container apps resilient using Azure Container Apps.
@@ -340,7 +340,11 @@ Click **Run** to run the query and view the result with the log message indicati
340340

341341
:::image type="content" source="media/dapr-component-resiliency/dapr-resiliency-query-results-loading.png" alt-text="Screenshot showing resiliency query results based on provided query example for checking if resiliency policy has loaded.":::
342342

343-
Or, you can find the actual resiliency policy by enabling debugging on your component and using a query similar to the following example:
343+
Or, you can find the actual resiliency policy by enabling debug logs on your container app and querying to see if a resiliency resource is loaded.
344+
345+
:::image type="content" source="media/dapr-component-resiliency/dapr-debug-logs.png" alt-text="Screenshot demonstrating how to enable debug logs on your container app via the portal.":::
346+
347+
Once debug logs are enabled, use a query similar to the following:
344348

345349
```
346350
ContainerAppConsoleLogs_CL
110 KB
Loading

0 commit comments

Comments
 (0)