Update Storage service READMEs - #7306
Merged
JinmingHu (Jinming-Hu) merged 2 commits intoAug 10, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 2 pipeline(s). 8 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 2 pipeline(s). 8 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the root README files for the Azure Storage Blobs, Data Lake, File Shares, and Queues C++ client libraries to follow the common getting-started documentation format used across the repo.
Changes:
- Adds consistent top-of-page links (source, vcpkg package, API reference, product docs, samples) and reorganizes content into a standard “Getting started / Key concepts / Examples / Troubleshooting / Next steps / Contributing” flow.
- Documents vcpkg manifest-mode installation, CMake integration, and Azure CLI-based Storage account creation.
- Introduces Microsoft Entra ID authentication guidance using
DefaultAzureCredential, includingShareTokenIntent::Backupfor Azure Files token auth.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| sdk/storage/azure-storage-blobs/README.md | Reformats the Blob library README into the standard getting-started template with updated setup/auth guidance and examples. |
| sdk/storage/azure-storage-files-datalake/README.md | Aligns the Data Lake README with the common template, including HNS prerequisites, auth guidance, and refreshed examples. |
| sdk/storage/azure-storage-files-shares/README.md | Updates the File Shares README to the common template and documents required ShareTokenIntent::Backup for token auth. |
| sdk/storage/azure-storage-queues/README.md | Updates the Queues README to the common template with new setup/auth guidance and streamlined examples. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Anton Kolesnyk (antkmsft)
approved these changes
Aug 10, 2026
JinmingHu (Jinming-Hu)
deleted the
copilot/issues-5902-5905-storage-readmes
branch
August 10, 2026 21:22
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.
Purpose
Update the root READMEs for the Azure Storage Blobs, Data Lake, File Shares, and Queues client libraries to follow the common getting-started documentation format.
Changes
DefaultAzureCredential.ShareTokenIntent::Backupoption for Azure Files token authentication.Closes #5902
Closes #5903
Closes #5904
Closes #5905