I’m trying to upload an image to Azure storage using powershell. Reading their documentation it dosent seem to be supported (i cant find a reference to how to do it). It seems like a fairly core bit of functionality, have a missed something? Can anyone link me to an example?
I’m trying to upload an image to Azure storage using powershell. Reading their documentation
Share
As opposed to the current cmdlets, the ‘retired’ Windows Azure PowerShell Cmdlets project did supported operations on blob storage:
Add-Blob: Uploads a blob to the specified container in Windows Azure blob storage.Clear-Container: Removes blobs from one or more containers in Windows Azure blob storage.Get-Container: Gets the blob containers in the specified storage account.Save-Container: Downloads blobs from one or more containers in Windows Azure blob storage and saves them to local disk.It’s still available for download on CodePlex.