Hi,
I would need to access file in my storage account with my Runbook but getting error message: The remote server returned an error: (403) Forbidden.
We are using Azure storage account firewall to restrict usage of storage account which is reason why I get that error message. Whitelisting all Automation account's ip address are not option because it is impossible to keep up with updates hundreds of ip-addresses. Azure storage firewall do not neither support Service tags. Allow access for trusted MS services is also enabled, but as far as I know Automation is not included as trusted service. Correct me if I'm wrong.
Are there at the moment any solutions to access storage account data from runbook if whitelisting all ip's is not included or turning firewall to "allow access from all networks"?