-
Notifications
You must be signed in to change notification settings - Fork 85
Docs for x-azcopy
and x-azcopy-sas
binary caching sources
#511
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
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Learn Build status updates of commit 5b5ee11: ✅ Validation status: passed
For more details, please refer to the build report. |
azcopy
and azcopy-sas
docsx-azcopy
and x-azcopy-sas
binary caching sources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR documents two new experimental Azure Blob Storage binary caching providers (x-azcopy
and x-azcopy-sas
) that use the AzCopy tool instead of CURL for potentially better performance.
- Adds documentation for
x-azcopy
provider with Microsoft Entra ID authentication support - Adds documentation for
x-azcopy-sas
provider using SAS token authentication - Updates the binary caching configuration table with these new providers
Co-authored-by: Copilot <[email protected]>
Learn Build status updates of commit 0dbf0be: ✅ Validation status: passed
For more details, please refer to the build report. |
For: microsoft/vcpkg-tool#1738
Document the new
x-azcopy-sas
andx-azcopy
binary caching sources. These use the AzCopy tool to interact with Azure Storage blob containers using SAS and non-SAS based authentication respectively. There is empirical evidence that these providers may perform better than the existingx-azblob
provider that uses CURL invocations.