Please elaborate the following "The Blob service copies blobs on a best-effort basis"#1720
Open
ashishsinghbhu wants to merge 1 commit intoMicrosoftDocs:mainfrom
Open
Please elaborate the following "The Blob service copies blobs on a best-effort basis"#1720ashishsinghbhu wants to merge 1 commit intoMicrosoftDocs:mainfrom
ashishsinghbhu wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
…st-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.
Contributor
|
Learn Build status updates of commit ff8da51:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs-ref-autogen/azure-storage-blob/azure.storage.blob.BlobClient.yml | View (azure-python) | Details |
docs-ref-autogen/azure-storage-blob/azure.storage.blob.BlobClient.yml
- Line 7, Column 3: [Warning: xref-not-found]
Cross reference not found: 'azure.storage.blob._shared.base_client.StorageAccountHostsMixin'. - Line 8, Column 3: [Warning: xref-not-found]
Cross reference not found: 'azure.storage.blob._encryption.StorageEncryptionMixin'. - Line 299, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Iterable'. - Line 443, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 761, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 936, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 1074, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 1239, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 1358, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 1382, Column 49: [Warning: xref-not-found]
Cross reference not found: 'azure.storage.blob.undelete'. - Line 1519, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Dict'. - Line 1660, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Callable'. - Line 2007, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Dict'. - Line 2349, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Dict'. - Line 2349, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 2441, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Callable'. - Line 2668, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 2746, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 2932, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Dict'. - Line 2932, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 3018, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Dict'. - Line 3018, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Any'. - Line 3053, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Dict'. - Line 3083, Column 7: [Warning: xref-not-found]
Cross reference not found: 'Dict'. - Line 3083, Column 31: [Warning: xref-not-found]
Cross reference not found: 'Union'.
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Learn Build.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…st-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.