Skip to content

Commit a770f3d

Browse files
authored
Apply suggestions from code review
Acrolinx fixes
1 parent e557a22 commit a770f3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/container-debug-console.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ ms.author: fangjimmy
1515

1616
Azure Container Apps platform offers a debugging console to help you troubleshoot your application under the following circumstances:
1717

18-
- You cannot connect to the target container when you use a container that only includes the application and its runtime dependencies, or a "distroless" image.
19-
- When encounter networking issues, your images do not have debugging utilities to investigate them.
18+
- You can't connect to the target container when you use a container that only includes the application and its runtime dependencies, or a "distroless" image.
19+
- When encounter networking issues, your images don't have debugging utilities to investigate them.
2020

2121
You can connect to debug console using the Azure CLI.
2222

2323
> [!NOTE]
24-
> The debug console creates a separate container, which shares the underlying resources with the container where your app is running. If a debug container already exists, the debug console reuses the existing one instead of creating a new one. There is at most one running debug container per container app replica. If you do not need to keep a debug container running, please enter **exit** or use **Ctrl/Cmd + D** in the debug console session.
24+
> The debug console creates a separate container, which shares the underlying resources with the container where your app is running. If a debug container already exists, the debug console reuses the existing one instead of creating a new one. There is at most one running debug container per container app replica. If you don't need to keep a debug container running, enter **exit** or use **Ctrl/Cmd + D** in the debug console session.
2525
2626
## Azure CLI
2727

@@ -158,7 +158,7 @@ tdnf install -y msopenjdk-17
158158

159159
By default, debug console runs as root user.
160160

161-
You can access `/proc/1` to access container's file system if your container runs as root user. If your container does not run as root user, run below command to switch user before accessing `/proc/1` directory, or you'll get a permission denied error.
161+
You can access `/proc/1` to access container's file system if your container runs as root user. If your container doesn't run as root user, run below command to switch user before accessing `/proc/1` directory, or you'll get a permission denied error.
162162

163163
```bash
164164
switch-to-app-user

0 commit comments

Comments
 (0)