I'm coping CSV files from Azure blob to Azure Data Lake using Azure data factory using Copy data tool. I'm following this link: https://docs.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-copy-data-tool
Fron Copy data tool my source configuration and test connection successed. However, the destination connection (that is Data lake) is creating problem.
I'm getting error : Make sure the ACL and firewall rule is correctly configured in the Azure Data Lake Store account.
I followed this link for Fairwall setting: https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-secure-data (Set IP address range for data access)
Enabled fairwall and Allow access to Azure service "ON"
Still, I'm getting same error. Could any one please suggest. How to fix this?