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
Copy file name to clipboardExpand all lines: articles/container-apps/container-debug-console.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ You can connect to debug console using the Azure CLI.
23
23
24
24
25
25
> [!NOTE]
26
-
> Debug Console will create a separate container, which will share underlying resource with connected container(If the debug console container already exists when you try to connect to, we will reuse the existing one instead of creating a new one. At most 1 debug console container will be created per replicae). If you do not need to use a existing debug console container any more, please make sure to enter **exit** or use**Ctrl-D**to explicitly exit.
26
+
> Debug Console will create a separate container, which will share underlying resources with the container your app is running on. If a debug container already exists, Debug Console will reuse the existing one instead of creating a new one. There will be at most 1 running debug container per Container App replica. If you do not need to keep a debug container running any more, please type **exit** or press**Ctrl + D**in Debug Console session.
27
27
28
28
> [!NOTE]
29
29
> If you encounter input missing in debug console, you can try to use **Ctrl-D** to exit and re-connect to debug console again.
@@ -52,7 +52,7 @@ az containerapp debug `
52
52
53
53
---
54
54
55
-
To connect to a container debug console in a container app with multiple revisions, replicas, and containers include the following parameters in the `az containerapp debug` command.
55
+
To connect to a container debug console in a container app with multiple revisions, replicas, and containers, include the following parameters in the `az containerapp debug` command.
56
56
57
57
| Argument | Description |
58
58
|----------|-------------|
@@ -134,7 +134,7 @@ az containerapp debug `
134
134
135
135
## Built-in tools in Debug Console
136
136
137
-
We will pre-install below diagnostic tools to help you troubleshoot issues more easily in debug console.
137
+
We pre-installed below diagnostic tools to help you troubleshoot issues more easily in debug console.
138
138
139
139
-[ip-utils](https://github.com/iputils/iputils)
140
140
-[net-tools](https://github.com/ecki/net-tools)
@@ -149,12 +149,12 @@ We will pre-install below diagnostic tools to help you troubleshoot issues more
0 commit comments