From ff8da517d5884ce29262151a2ff531246d031896 Mon Sep 17 00:00:00 2001 From: ashishsinghbhu Date: Mon, 17 Apr 2023 16:39:21 -0700 Subject: [PATCH] Please elaborate the following "The Blob service copies blobs on a best-effort basis." We got the master article changed recently with more details. "https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob?tabs=azure-ad#remarks" Earlier the article said "The Blob service copies blobs on a best-effort basis" but now it has been updated to say "Due to the asynchronous nature of the copy operation, Blob Storage copies blobs on a best-effort basis. The Blob service copies blobs when server resources are not being utilized by other tasks, so a copy is not guaranteed to start immediately or complete in a specified timeframe." It would be great to update this article to be in sync with the other one. --- .../azure-storage-blob/azure.storage.blob.BlobClient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-autogen/azure-storage-blob/azure.storage.blob.BlobClient.yml b/docs-ref-autogen/azure-storage-blob/azure.storage.blob.BlobClient.yml index 125c6eb9861b..1632004c163e 100644 --- a/docs-ref-autogen/azure-storage-blob/azure.storage.blob.BlobClient.yml +++ b/docs-ref-autogen/azure-storage-blob/azure.storage.blob.BlobClient.yml @@ -3517,7 +3517,7 @@ methods: checking the copy status. Set *requires_sync* to True to force the copy to be synchronous. - The Blob service copies blobs on a best-effort basis. + Due to the asynchronous nature of the copy operation, Blob Storage copies blobs on a best-effort basis. The Blob service copies blobs when server resources are not being utilized by other tasks, so a copy is not guaranteed to start immediately or complete in a specified timeframe. The source blob for a copy operation may be a block blob, an append blob,