I was attempting to troubleshoot connectivity to a mysql database using Test-NetConnection. When I run the command from PowerShell using Azure CloudShell I get: test-netconnection: The term 'test-netconnection' is not recognized as a name of a cmdlet. All the documentation I can find suggest that the nettcpip module should be installed.
Note: Test-Connection is there and I was able to use that instead.
Jonn