Click “SSH”. Please note the line “Note: Any data outside ‘/home’ is not persisted”
We can use SSH to go inside the App Service container.
<aside> ☝️
We can install new package inside App Service container via apt install ffmpeg
but after re-deploy, everything installed isn’t persisted. Inside this SSH, it also says that “Any data outside /home is not persisted”! ← one SO.
</aside>
Using CLI to ssh to App Service container
az webapp ssh -n MyUniqueAppName -g MyResourceGroup
Good to read: Enabling SSH on Linux Web App for Containers
To open SSH from remote shell, read this.
Azure Portal → Subscriptions → (choose a subscription) → Usage + quotas