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
# 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
340
340
341
341
:::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.":::
342
342
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:
0 commit comments