Hello Matt,
The Discovery URL should not be your Azure subscription URL or storage account URL. It's the Azure File Sync Service endpoint, which is used during server registration.
Since the same installer works in another environment, I'd first check whether the affected server can reach the required Azure endpoints over HTTPS (TCP 443). Common causes include:
- A proxy or firewall blocking outbound connectivity.
- TLS 1.2 not being enabled (required for Azure File Sync).
- DNS resolution issues.
- SSL inspection or deep packet inspection interfering with the registration process.
You can also verify that you're using the latest Azure File Sync agent, as older versions may have connectivity or compatibility issues.
If the issue persists, could you clarify:
Which Discovery URL you're entering?
Does the server have unrestricted outbound HTTPS access?
Are you using a proxy, firewall, or SSL inspection device?
Is there a specific error message after entering the Discovery URL?
Those details will help determine whether this is a connectivity issue or a configuration problem during server registration.
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.