Hi @Amit Mohanty
Greetings & Welcome to the Microsoft Q&A forum! Thank you for sharing your query.
It seems you're encountering an issue where the Zoho OAuth request works in Microsoft Fabric but fails in Azure Data Factory (ADF). The error message suggests that the request isn’t reaching the server, which could be due to network-related issues, DNS failures, or certificate validation problems.
Here are a few things to check and try in order to resolve this:
Check Network Configuration - Ensure that your Azure Data Factory is configured to allow outbound traffic to the Zoho endpoint. If you are using a Virtual Network (VNet) or firewall rules, make sure that the necessary ports and endpoints are open.
Service Endpoint - Verify that the service endpoint for Zoho is correctly configured in ADF. Sometimes, small typo can cause issues.
Authentication Method - Double-check the authentication method you are using in ADF. Ensure that you are using the correct OAuth 2.0 flow and that all required parameters (client ID, client secret, grant type, etc.) are correctly set in your Web activity.
Timeout Settings - If the request is timing out, consider increasing the timeout settings in your Web activity. This can help if the Zoho server is taking longer to respond.
SSL Certificate Validation - Since the error message mentions a potential server certificate validation issue, ensure that the SSL certificate for the Zoho endpoint is valid and trusted. ADF may have stricter SSL validation compared to Fabric Data Factory.
Check ADF Logs - Review the activity logs in Azure Data Factory for any additional error messages or details that might provide more context about the failure.
For more details refer to these documentations:
- Troubleshoot pipelines for Data Factory in Microsoft Fabric
- Copy data from Zoho using Azure Data Factory or Synapse Analytics (Preview)
I hope this information helps.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.