Hi @Glasier
Thank you for posting query in Microsoft Q&A Platform.
Based on your description, it seems that there may be an issue with the configuration of the Foreach Loop container in ADF. Please check the following settings:
- Enumerator: Ensure that the enumerator is set to "Foreach File Enumerator" and that the appropriate folder path is specified.
- Variable Mappings: Ensure that the variable mappings are set up correctly to map the file name to a variable that is used in the subsequent tasks.
- Expressions: Ensure that any expressions used in the Foreach Loop container are set up correctly and that they reference the correct variables.
Additionally, please ensure that the Self-Hosted Integration Runtime (IR) is set up correctly to access the shared drive. You can check the following settings:
- Network Access: Ensure that the Self-Hosted IR has network access to the shared drive where the files are located.
- Credentials: Ensure that the Self-Hosted IR is configured with the appropriate credentials to access the shared drive.
- Firewall: Ensure that any firewalls or security groups are configured to allow access to the shared drive.
If the above settings are correct and the Foreach Loop container is still not executing or skipping, you can try enabling debug logging in ADF to get more information about the issue. You can also try running the package locally on your development machine to see if the issue is specific to the ADF environment.
If the issue persists, I encourage you to open a support case for further investigation.
Hope this helps. Do let us know if you any further queries.
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.