Greetings! The "Forbidden" error indicates permission or network access issues. The following steps can help resolve the issue:
- Grant Permissions: The service principal or managed identity used by Azure Data Factory may lack the required permissions. Assign the Storage Blob Data Contributor role to the identity in your access control settings to grant the necessary permissions.
- Allow IP Addresses: Check that the IP addresses of your self-hosted integration runtime machines are allowed by your Azure Storage firewall settings. If using a proxy server, ensure that the proxy server's IP address is also allowed.
- Configure Firewall Settings: Ensure your Azure Storage firewall settings are configured to permit access from the necessary IP addresses.
For more detailed instructions on setting up permissions and configuring network settings, refer to the following documentation:
Resources:
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.