I installed a .NET global tool in Azure Cloud Shell (dotnet tool install -g). The installation works without reporting any problems.
After the installation the shell can’t find the tool (The term '{toolname}' is not recognized as the name of…).
Restarting the Cloud Shell shows no effect. I can see the tool with ‘dotnet tool list -g’. I can install and use the tool as local tool.
Is this a bug or a Cloud Shell restriction or am I missing something?