A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
Hello Claus, Frank,
Thank you for reaching out to the Microsoft Q&A forum.
We understand that your Azure Migrate appliance has been in a disconnected state since the 17th and you’ve already verified DNS for all private-link endpoints and rebooted/restarted services. Let’s walk through a focused approach to get it back online:
Re-run the appliance prerequisites
• On the appliance server, open the Azure Migrate Appliance Configuration Manager.
• Go to Set up prerequisites and click Re-run the checks.
• Look for any failures in “Internet connectivity,” “DNS resolution” or “Service status.”
Verify the DRA service
• Open an elevated PowerShell or CMD on the appliance and run: net stop dra net start dra
• In the Config Manager under View appliance services, ensure the DRA (Data Replication Agent) shows as Running.
Run the local diagnostics
• In the Appliance Configuration Manager, go to Troubleshooting > Diagnostic tests and click Run diagnostic tests.
• Address any issues flagged (disk space, service health, network tests, etc.).
Double-check DNS resolution and network connectivity
• From the appliance, run: Resolve-DnsName .migration.windowsazure.com Resolve-DnsName .privatelink.blob.core.windows.net Test-NetConnection –ComputerName .migration.windowsazure.com –Port 443
• If these fail, add host‐file entries or a conditional forwarder on your DNS server pointing the FQDNs to the correct private IPs, then clear the appliance cache: ipconfig /flushdns
Verify outbound port/URL access
• Ensure outbound TCP 443 isn’t blocked by a firewall or proxy.
• Confirm access to all required Azure Migrate URLs (see https://docs.microsoft.com/azure/migrate/migrate-appliance#url-access).
Check logs for errors
• Windows Event Viewer → Applications & Services Logs → Microsoft → AzureMigrate.
• Appliance logs under C:\ProgramData\Microsoft Azure\Migrate\Logs. Look for repeated connectivity or authentication errors.
Give it time
• After fixes, wait 5–10 minutes for the appliance to re-register in the portal.
• In the Azure Portal, refresh the Azure Migrate project and check the appliance tile for “Online.”
If you still see “Offline” after all of the above, please share:
• Any specific error messages or event IDs from the appliance logs
• Results of your DNS resolution and Test-NetConnection commands
• Confirmation of whether you’re using a proxy (and its settings) on the appliance
Hope this helps get your appliance back online!
References
- Appliance URL requirements: https://docs.microsoft.com/azure/migrate/migrate-appliance#url-access
- Verify DNS resolution for private endpoints: https://docs.microsoft.com/azure/migrate/how-to-use-azure-migrate-with-private-endpoints#verify-dns-resolution
- Troubleshoot the Azure Migrate appliance: https://docs.microsoft.com/azure/migrate/troubleshoot-appliance