6.
To upload more files, copy and paste the three lines of PowerShell, changing the $BlobName
variable for each set you paste.
7.
After uploading some files, you can list them by using the Get-AzureStorageBlob PowerShell
cmdlet.
# get list of blobs and see the new one has been added to the container
Get-AzureStorageBlob -Container $ContainerName -Context $ctx
In our example, the list is displayed in Figure 4-24.
Figure 4-24 List of files uploaded to blob storage.
You can also see the container and blobs if you log into the Azure portal and go to the storage
account.
There are also PowerShell commands for downloading blobs, deleting blobs, copying blobs, etc.
Do'stlaringiz bilan baham: |