Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 744 Bytes

app-service-web-ssh-connect-no-h.md

File metadata and controls

23 lines (18 loc) · 744 Bytes
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
app-service
cephalin
app-service
include
03/29/2019
cephalin
include file

To make open a direct SSH session with your container, your app should be running.

Paste the following URL into your browser and replace <app-name> with your app name:

https://<app-name>.scm.azurewebsites.net/webssh/host

If you're not yet authenticated, you're required to authenticate with your Azure subscription to connect. Once authenticated, you see an in-browser shell, where you can run commands inside your container.

SSH connection