Get this finally resolved by migrating azure function-app to Isolated (within ASE) App-Service-Plan
Access Forbidden when calling Azure Function
Access Forbidden when calling Azure Function
I am trying to send a json with data, created dynamically within Azure Data Factory pipeline through HTTP Post request of Azure Function Activity to Azure Function. During the debug, I am getting the error:
Error code3608
Failure type User configuration issue
Details Call to provided Azure function 'XXX' failed with status-'Forbidden' and message….
The web app you have attempted to reach has blocked your access
Source
Pipeline
NotifUrDownloads_test3
ADF settings:
Web-App Networking - > Access Restriction settings
Do not understand why the web app has blocked the access. I have added the IP of the self-hosted Integration Runtime to the Networking - > Access Restriction settings of the Web App (App Service) to allow an access. I have also asked “Diagnose & Solve Problems” setting of the Web App with a question of “Which client IPs got rejected due to IP restriction?” and found no information my IR machine was blocked.
Thanks in advance for any suggestions