Reputation: 395
I started a blob copy using Azure PowerShell...
How can I retrieve the state of that blob copy from the PowerShell?
Upvotes: 0
Views: 1882
Reputation: 3802
Get-AzureStorageBlobCopyState
gets the copy status of an Azure Storage blob.
Upvotes: 3