Hi @hspinto, looks like it made more sense. For some reason when accessing one of the subscription we are getting error like this: "The current subscription does not allow you to perform any actions on Azure resources. Use a different subscription." Even as an owner of the subscription is unable to access this. It appears that this a legacy subscription which no longer in used but can only be removed by raising a ticket with Microsoft. This could be the reason why runbook is failing to operate. As a workaround we edited the runbook and changed this variable ***($ErrorActionPreference = "Stop")*** in the runbook from ***"stop"*** to ***"silentlycontinue"*** and re-run it again. Once the changes has made and re-published the two runbooks, we're able to get a successful response and confirmed that the data were exported successfully.