Skip to content

Commit 3cfaf9c

Browse files
committed
validation
1 parent 5d8c68f commit 3cfaf9c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

articles/app-service/configure-linux-open-ssh-session.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,24 @@ zone_pivot_groups: app-service-containers-windows-linux
1313
---
1414
# Open an SSH session to a container in Azure App Service
1515

16-
[Secure Shell (SSH)](https://wikipedia.org/wiki/Secure_Shell) can be used to execute administrative commands remotely to a container. App Service provides SSH support directly into an app hosted in a container (built-in or custom).
16+
::: zone pivot="container-windows"
1717

18-
- The built-in, stack-specific Linux containers already have the necessary configuration to enable SSH sessions.
19-
- Windows custom containers don't require any special settings for the [browser SSH session](#open-ssh-session-in-browser) to work. It doesn't support SSH sessions through Azure CLI.
20-
- Linux custom containers require additional configurations to enable SSH sessions. See [Enable SSH](configure-custom-container.md&pivots=container-linux#enable-ssh).
18+
[Secure Shell (SSH)](https://wikipedia.org/wiki/Secure_Shell) can be used to execute administrative commands remotely to a container. App Service provides SSH support directly into an app hosted in a Windows custom container.
19+
20+
Windows custom containers don't require any special settings for the [browser SSH session](#open-ssh-session-in-browser) to work. SSH sessions through Azure CLI are not supported.
2121

2222
![Linux App Service SSH](./media/configure-linux-open-ssh-session/app-service-linux-ssh.png)
2323

24+
::: zone-end
25+
2426
::: zone pivot="container-linux"
2527

28+
[Secure Shell (SSH)](https://wikipedia.org/wiki/Secure_Shell) can be used to execute administrative commands remotely to a container. App Service provides SSH support directly into an app hosted in a Linux container (built-in or custom).
29+
30+
The built-in Linux containers already have the necessary configuration to enable SSH sessions. Linux custom containers require additional configurations to enable SSH sessions. See [Enable SSH](configure-custom-container.md?pivots=container-linux#enable-ssh).
31+
32+
![Linux App Service SSH](./media/configure-linux-open-ssh-session/app-service-linux-ssh.png)
33+
2634
You can also connect to the container directly from your local development machine using SSH and SFTP.
2735

2836
::: zone-end

includes/app-service-web-ssh-connect-builtin-no-h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ms.custom: "include file"
1616
> Any changes you make outside the */home* directory are stored in the container itself and don't persist beyond an app restart.
1717
>
1818
19-
To open a remote SSH session from your local machine, see [Open SSH session from remote shell](../articles/app-service/configure-linux-open-ssh-session.md#open-ssh-session-from-remote-shell).
19+
To open a remote SSH session from your local machine, see [Open SSH session from remote shell](../articles/app-service/configure-linux-open-ssh-session.md#open-ssh-session-with-azure-cli).

0 commit comments

Comments
 (0)