Using SSH to remote into the App Service I'm greeted with this message:
root@05831a60f815:/home# pwsh
-bash: pwsh: command not found
It would appear that Microsoft's new PowerShell Core is not installed on Azure's Linux containers.
Where do I define that I want PowerShell to be installed on my Linux deployment?
We have defined ubuntu-latest
as our vmImage
in our Azure DevOps CI.