Skip to content

Commit 078cb1a

Browse files
committed
Revert subhead
1 parent c68869f commit 078cb1a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can also connect to the container directly from your local development machi
5353

5454
::: zone pivot="container-linux"
5555

56-
## Open SSH session with the Azure CLI
56+
## Open SSH session with Azure CLI
5757

5858
By using TCP tunneling, you can create a network connection between your development machine and Linux containers over an authenticated WebSocket connection. You can then open an SSH session with your container running in App Service from the client of your choice.
5959

@@ -121,7 +121,13 @@ A P P S E R V I C E O N L I N U X
121121

122122
You're now connected to your connector.
123123

124-
Try running the [top](https://ss64.com/bash/top.html) command. You should be able to see your app's process in the process list. In the example output, it's the one with `PID 263`.
124+
Try running the [top](https://ss64.com/bash/top.html) command.
125+
126+
```bash
127+
top
128+
```
129+
130+
You should be able to see your app's process in the process list. In the example output, it's the one with `PID 263`.
125131

126132
<pre>
127133
Mem: 1578756K used, 127032K free, 8744K shrd, 201592K buff, 341348K cached

0 commit comments

Comments
 (0)