A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
Hello ELAKER Abderrazak
Thank you for reaching out to the Microsoft Q&A forum.
It looks like your Azure Migrate appliance is tripping over the “Set up prerequisites” connectivity check—specifically it can’t reach https://developer.microsoft.com/graph and is getting a 504 gateway timeout. That URL is used by the appliance to call Microsoft Graph, so if it can’t get there you’ll hit that error.
Here’s what to try next:
Give it a few minutes and retry • Sometimes it’s just a transient hiccup on the Microsoft side.
Validate your network/firewall/proxy settings • Make sure developer.microsoft.com and graph.microsoft.com (or *.graph.microsoft.com) are allowed through your corporate firewall or proxy. • If you’re using a proxy, double-check the proxy URL, credentials and the “bypass proxy for local addresses” toggle in the appliance config manager.
- Test connectivity from the appliance itself • RDP into the appliance VM and, for example, run: – In PowerShell: Test-NetConnection developer.microsoft.com -Port 443 – Or just open a browser on the appliance VM and browse to https://developer.microsoft.com/graph.
- Check DNS resolution • Ensure the appliance can resolve developer.microsoft.com and graph.microsoft.com to the correct IPs.
- Review appliance logs if it still fails • Logs are under C:\ProgramData\AzureAppliance\Logs\ – check the auto-update and Graph-related entries around the time you re-ran the check.
If you still can’t get past that step, can you share a bit more info?
• Are you behind a corporate proxy or firewall that recently changed? • Have you successfully run discovery on this appliance before, or is it a fresh deploy? • Screenshot of your proxy/network settings in the Appliance Configuration Manager • Any errors in the appliance event logs under C:\ProgramData\AzureAppliance\Logs\
Reference docs: • Azure Migrate appliance requirements (network & hardware): https://learn.microsoft.com/azure/migrate/migrate-appliance?view=migrate#appliance---vmware • How to use Azure Migrate with private endpoints: https://learn.microsoft.com/azure/migrate/how-to-use-azure-migrate-with-private-endpoints • General troubleshooting for Azure Migrate: https://learn.microsoft.com/azure/migrate/troubleshoot-general
Hope this helps you unblock the appliance setup!