Hi @YogeshMct
Instead of using the in-browser SSH, try connecting via Azure CLI. You can use the following command:
az webapp create-remote-connection --subscription <subscription-id> --resource-group <resource-group-name> --name <app-name>
This command sets up a TCP tunnel to your app, which might provide a more stable connection.
Reference:
https://learn.microsoft.com/en-us/azure/app-service/configure-linux-open-ssh-session
If this answers your question, please click Accept Answer and Yes if this answer was helpful. Doing so would help other community members with similar issues identify the solution. I highly appreciate your contribution to the community.