Skip to content

Commit 8584939

Browse files
committed
update
1 parent e8bca28 commit 8584939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Connect to a container debug console in Azure Container Apps
33
description: Connect to a container debug console in your container app.
44
services: container-apps
5-
author: fangjimmy
5+
author: fangjian0423
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
@@ -23,15 +23,15 @@ You can connect to debug console using the Azure portal or Azure CLI.
2323

2424

2525
> [!NOTE]
26-
> Debug Console will create a separate container, which will share underlying resource with connected container. If you do not need to use a existing debug console 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 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.
2727
2828
## Azure portal
2929

3030
To connect to a container's debug console in the Azure portal, follow these steps.
3131

3232
1. In the Azure portal, select **Console** in the **Monitoring** menu group from your container app page.
3333
1. Select the revision, replica, and container you want to connect to.
34-
1. Selecrt **Debug** tab, then click the Connect button.
34+
1. Select **Debug** tab, then click the Connect button.
3535

3636
:::image type="content" source="media/observability/debug-console.png" alt-text="Screenshot of Azure Container Apps Debug Console page.":::
3737

0 commit comments

Comments
 (0)