So I am trying to create a PowerShell runbook to automate the upload of files from local machine and network drives to an Azure storage account. I have tried doing this with Set-AzureStorageFileContent however get the error that the directory does not exist.
Any help would be greatly received.
Thank you.