Hi,
I have enabled the ADF Scope Script Support and I ran the pipeline manully from Remote Desktop(I cannot run pipeline from my laptop because I'm working from home now and the "Client IP not authorized to access the API").
But now I need to run the pipeline from a .NET services(is in development now and I need to test it locally) uses the .NET SDK of ADF.
I also get the error message:
System.Private.CoreLib: Exception while executing function: RunPipeline. System.Private.CoreLib: One or more errors occurred. (Client IP not authorized to access the API. Please ensure you are on corpnet, or that your IP is on an allowlist for the activities in your pipeline.). Microsoft.Azure.Management.DataFactory: Client IP not authorized to access the API. Please ensure you are on corpnet, or that your IP is on an allowlist for the activities in your pipeline.
How can I resolve this issue?
Also how to resolve this issue when I deploy the services in Azure in future?