Document gathering using azurite - #863
Merged
Brian Caswell (demoray) merged 5 commits intoAug 14, 2026
Merged
Conversation
cduplantisms
force-pushed
the
cduplantisms/azurite-usage
branch
from
August 14, 2026 15:24
1de1997 to
bbd112e
Compare
Member
Author
|
@microsoft-github-policy-service agree [company="microsoft"] |
Member
Author
|
@microsoft-github-policy-service agree company="microsoft" |
There was a problem hiding this comment.
Pull request overview
Adds offline documentation and helper scripts showing how to use Azurite (local Azure Blob Storage emulator) as a destination for AVML streaming, enabling memory snapshot collection in environments with unreliable networks.
Changes:
- Added an offline guide describing how to build/run Azurite, generate a SAS URL, stream an AVML snapshot, and download the resulting blob(s).
- Added a setup script to create the container and generate a per-snapshot SAS URL for AVML streaming.
- Added a download script to list and download blobs from the Azurite container.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| eng/offline/setup-azurite-avml.sh | New helper script to create the Azurite container and generate a SAS URL for AVML streaming. |
| eng/offline/download-azurite-avml.sh | New helper script to list and download AVML blobs from Azurite to a local directory. |
| eng/offline/README.md | New walkthrough documentation for using AVML with Azurite end-to-end. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Brian Caswell (demoray)
approved these changes
Aug 14, 2026
Brian Caswell (demoray)
approved these changes
Aug 14, 2026
Brian Caswell (demoray)
enabled auto-merge (squash)
August 14, 2026 16:34
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.
This PR documents how avml can be used with Azurite to collect a snapshot.