az webapp create-remote-connection: SSH is not enabled for this app while it's actually enabled #30256
Labels
app-service-networking
Auto-Assign
Auto assign by bot
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Service Attention
This issue is responsible by Azure service team.
Similar-Issue
Web Apps
az webapp
Describe the bug
I am trying to create a SSH connection to my Azure App Service (that is running a Linux container) through
az webapp create-remote-connection
.I can SSH using the browser.
However, I am getting an error when I do
az webapp create-remote-connection
:Related command
az webapp create-remote-connection
Errors
Issue script & Debug output
az webapp create-remote-connection --debug.log
Expected behavior
Since SSH is enabled, the SSH tunnel should start.
Environment Summary
Additional context
SSH is enabled in the docker image (Note: Using the same Dockerfile in another app service, I could
az webapp create-remote-connection
successfully)SSH is enabled in App Service.
Dockerfile
The text was updated successfully, but these errors were encountered: