Skip to content

Commit f381eee

Browse files
apply suggestions from PM review
1 parent 99cb254 commit f381eee

6 files changed

+13
-11
lines changed

articles/container-apps/troubleshoot-container-create-failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/17/2025
8+
ms.date: 01/24/2025
99
ms.author: cshoe
1010
ms.custom:
1111
---
@@ -44,4 +44,4 @@ The Container Apps diagnostics features an intelligent and interactive experienc
4444

4545
To view the container exit events per revision in the last 24 hours, select the required revision from the dropdown. You can also look at the exit code the container app reported as it terminated.
4646

47-
To see the number of container exit events per revision, by select **Click to show**.
47+
To see the number of container exit events per revision, select **Click to show**.

articles/container-apps/troubleshoot-health-probe-failures.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/17/2025
8+
ms.date: 01/24/2025
99
ms.author: cshoe
1010
ms.custom:
1111
---
@@ -14,9 +14,11 @@ ms.custom:
1414

1515
Health probe failures for in Azure Container Apps indicates that the container app doesn't pass the required health checks and could be considered unhealthy or unready.
1616

17+
Health Probes are a great way to determine application health. Specifically, health probes help work around performance issues related to timeouts during container startup, deadlocks when running the container, and serving traffic when the container is not ready to accept traffic.
18+
1719
## Causes
1820

19-
Factors related to the container configuration and environment can lead to a health probe failure, including:
21+
Factors related to the container configuration and environments that can lead to a health probe failures include::
2022

2123
- **Incorrect health probe configuration**: Configuration errors surrounding protocols, endpoint addresses, paths, ports, and response codes result in probe failures and mark the container as unhealthy.
2224

@@ -38,10 +40,10 @@ The Container Apps diagnostics features an intelligent and interactive experienc
3840

3941
This report provides details on the issue, possible causes, and recommended resolutions.
4042

41-
You can review at health probe failure events by revision by selecting the required revision of your container app.
43+
You can review health probe failure events by revision by selecting the required revision of your container app.
4244

4345
From this page you can view health probe failure events per revision by health probe type, inside a time frame, and by failure type.
4446

45-
You can also review at the health probe configuration per revision for your container app by selecting the required revision from the dropdown.
47+
You can also review the health probe configuration per revision for your container app by selecting the required revision from the dropdown.
4648

4749
To view the number of storage mount failures per revision, select **Click to show**.

articles/container-apps/troubleshoot-image-pull-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/17/2025
8+
ms.date: 01/24/2025
99
ms.author: cshoe
1010
ms.custom:
1111
---

articles/container-apps/troubleshoot-open-container-initiative-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/17/2025
8+
ms.date: 01/24/2025
99
ms.author: cshoe
1010
ms.custom:
1111
---

articles/container-apps/troubleshoot-storage-mount-failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/17/2025
8+
ms.date: 01/24/2025
99
ms.author: cshoe
1010
ms.custom:
1111
---
@@ -14,7 +14,7 @@ ms.custom:
1414

1515
Azure Container Apps allow containers to interact with external storage systems, such as Azure Files, Azure Blob Storage, or Azure Managed Disks, for persisting data. These storage resources are mounted to the container's file system during container startup.
1616

17-
Storage mount failures occur when your app's the container is unable to successfully mount or access required storage resources, such as volumes or file systems.
17+
Storage mount failures occur when your app's container is unable to successfully mount or access required storage resources, such as volumes or file systems.
1818

1919
## Causes
2020

articles/container-apps/troubleshoot-target-port-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/17/2025
8+
ms.date: 01/24/2025
99
ms.author: cshoe
1010
ms.custom:
1111
---

0 commit comments

Comments
 (0)