Running Azure Migrate discovery against a single Linux (Ubuntu) source server via an appliance (Physical/AWS scenario, SSH key-based credential). Discovery completes and shows 1 server discovered, but I get this error on the Inventory feature:
Unable to connect to server '' due to an error. Error code: '' Error details: ''.
Note the server name/error code/details are all blank in the error itself, not just redacted by me.
What I've confirmed works:
Test-NetConnection -ComputerName <ip> -Port 22 from the appliance → succeeds
Manual ssh -i key.pem ubuntu@<ip> from the appliance → connects cleanly
sudo whoami on the source → returns root, no password prompt (NOPASSWD sudo confirmed working)
sudo -l shows the NOPASSWD:ALL rule is present and correctly applied
Clicking Revalidate on the discovered server does nothing / doesn't clear the error
So network, auth, and sudo all check out manually, but the Inventory pass still fails with an essentially empty error message. Anyone run into this or know what logs on the appliance to check for more detail (assuming there's a more verbose log than what shows in Config Manager)? Trying to figure out if this is safe to ignore or if it'll block later assessment/migration steps.