Hi, I want to upload files from my PC to an Azure VM using Azure PowerShell. I have found the Get-AzureStorageFile command, but there's no Set-AzureStorageFile. It is not clear to me, how to upload a local file to an Azure VM. Is this possible or are there any security restrictions?
Thanks in advance.