theRonny
theRonny

Reputation: 395

Check the state of a blob copy in Azure

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

Answers (1)

Serdar Ozler
Serdar Ozler

Reputation: 3802

Get-AzureStorageBlobCopyState gets the copy status of an Azure Storage blob.

Upvotes: 3

Related Questions