-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] Retrieving blob copy status #1787
Comments
Thanks @tjprescott! We are using Just tested the following and it worked great! az storage blob show \
--name Microsoft.Compute/Images/vhds/capture-1234-osDisk.hexcodestuffvhd \
--container-name system \
--account-name myAccountName Perhaps a note in the help output or an alias under You can close this issue. Thanks again. |
|
hello, all! |
I'm reopening this issue and put this on the backlog. It is not a commitment to any of these requested features, but we will review the overall scenarios when we have a chance. |
There is no reason to bring back |
to find out the status of copy operation I have to run 'az storage blob show' repeatedly and compare 'Last Modified' column value |
@alexeyshishkin01 |
@alexeyshishkin01 if I do a @troydai I would not advocate for the revival of Xplat's |
ok, thanks, but even JSON output is workaround - one has to get it repeatedly to reach the status 'success' |
Consider adding a note to the |
How can I check the status of a async blob copy?
The
az storage blob copy cancel
appears to be the only blob command to take a--copy-id
as returned from aaz storage blob copy start
command.I would like to be able to get some sense of progress on the copy operation.
A nice bonus would be being able to optionally block/wait on the copy operation.
Update by @troydai on 8/29/2017
Requested features:
The text was updated successfully, but these errors were encountered: