Hi @Čako Martin
If you are using a proxy for EntraConnect server to access to internet you have to add it in machine.config file as mentioned in this article:
Please don't forget to accept helpful answer
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,before we proceed to debug, I just want to say I read multiple forums and tried many things before I reached out here.
https://adminwebservice.microsoftonline.com/provisioningservice.svc
https://adminwebservice.microsoftonline.com/
adminwebservice.microsoftonline.com/
My AAD (Entra Connect Sync) migration doesn't work.
Any ideas will be much appreciated.
Hi @Čako Martin
If you are using a proxy for EntraConnect server to access to internet you have to add it in machine.config file as mentioned in this article:
Please don't forget to accept helpful answer
Hi @Čako Martin
Thank you for reaching us!
I understand that you are unable to configure the Entra connect tool, and you are getting an error related to Azure Service Connectivity Failed. Unable to proceed.
This might be the issue with the .NET Framework can you please check the .NET Framework the minimum .NET Framework version required is 4.6.2, and newer versions of .NET are also supported. .NET version 4.8 and greater offers the best accessibility compliance.
Update the .Net Framework and check the all the Installation prerequisites and re-install the Entra connect tool and see if the issue is fixed.
Hope this helps. Do let us know if you any further queries by responding in the comments section.
Thanks,
Akhilesh V.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.
Hi @Čako Martin
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue:
when you are configuring the Entra connect tool you got the below
Error: Azure Service Connectivity Failed. Unable to proceed The on-premises synchronization service is not able to connect to Microsoft Entra ID. Updating the proxy settings for the ADSync service account may resolve this issue. treublesh9Qting tp Connectiyity
Solution:
you have fixed the issue by adding https://secure.aadcdn.microsoftonline-p.com to the trusted sites. I checked versions and everything was up to date. We don't use proxy, so I edited the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config to <system.net> AI ConvertCopy
`**<defaultProxy enabled="false" />** `
</system.net>
If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.