Skip to content

Commit 05fab10

Browse files
committed
Add edits
1 parent 94754a7 commit 05fab10

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following list details different reasons your application can experience con
3030

3131
## Diagnostics
3232

33-
The Container Apps diagnostics features an intelligent and interactive experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Azure Container Apps diagnostics.
33+
Container Apps features an intelligent and interactive diagnostics experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Container Apps diagnostics.
3434

3535
1. Go to your container app in the Azure portal.
3636

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.custom:
1212

1313
# Troubleshoot health probe failures in Azure Container Apps
1414

15-
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.
15+
Health probe failures in Azure Container Apps indicate 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 isn't ready to accept traffic.
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 isn't ready to accept traffic.
1818

1919
## Causes
2020

21-
Factors related to the container configuration and environments that can lead to health probe failures include:
21+
Factors that can lead to health probe failures include:
2222

2323
- **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.
2424

@@ -28,7 +28,7 @@ Factors related to the container configuration and environments that can lead to
2828

2929
## Diagnostics
3030

31-
The Container Apps diagnostics features an intelligent and interactive experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Azure Container Apps diagnostics.
31+
Container Apps features an intelligent and interactive diagnostics experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Container Apps diagnostics.
3232

3333
1. Go to your container app in the Azure portal.
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Storage mount failures occur when your app's container is unable to successfully
2828

2929
## Diagnostics
3030

31-
The Container Apps diagnostics features an intelligent and interactive experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Azure Container Apps diagnostics.
31+
Container Apps features an intelligent and interactive diagnostics experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Container Apps diagnostics.
3232

3333
1. Go to your container app in the Azure portal.
3434

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom:
1212

1313
# Troubleshoot target port settings in Azure Container Apps
1414

15-
Incorrect target port settings in a container app prevent incoming requests from reaching the correct port where the container listens for traffic. This port mismatch stops the container app from routing external traffic to the right application inside the container. Such misconfiguration can cause app downtime or delays in serving requests, reducing service availability. Additionally, if the app scales and the target port is misconfigured, new instances might not function correctly, negatively impacting overall performance and scalability.
15+
Incorrect target port settings in a container app prevent incoming requests from reaching the correct port where the container listens for traffic. This port mismatch stops the container app from routing external traffic to the right application inside the container. Such misconfiguration can cause app downtime or delays in serving requests, reducing service availability. Additionally, if the app scales and the target port is misconfigured, new instances might not function correctly, which can negatively impact overall performance and scalability.
1616

1717
## Causes
1818

@@ -28,7 +28,7 @@ Incorrect target port settings in a container app prevent incoming requests from
2828

2929
## Diagnostics
3030

31-
The Container Apps diagnostics features an intelligent and interactive experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Azure Container Apps diagnostics.
31+
Container Apps features an intelligent and interactive diagnostics experience that helps you troubleshoot your app with no configuration required. Use the following steps to access Container Apps diagnostics.
3232

3333
1. Go to your container app in the Azure portal.
3434

0 commit comments

Comments
 (0)