Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Azure
/
Azurite
Public
Notifications
You must be signed in to change notification settings
Fork
394
Star
2.3k
Code
Issues
296
Pull requests
30
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat(blob): optional blob event capture to files (Event Grid schema)
- #2714
#2714
Open
The3G
wants to merge 27 commits into
Azure:main
Azure/Azurite:main
from
The3G:feature/blob-event-capture
The3G/Azurite:feature/blob-event-capture
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
feat(blob): optional blob event capture to files (Event Grid schema)
#2714
The3G
wants to merge 27 commits into
Azure:main
Azure/Azurite:main
from
The3G:feature/blob-event-capture
The3G/Azurite:feature/blob-event-capture
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2026
feat(blob): add blob event types and Event Grid factory
Show description for 2b49ac3
The3G
and
Claude (claude)
committed
2b49ac3
View commit details
Copy full SHA for 2b49ac3
Browse repository at this point
refactor(blob): type IBlobEvent.eventType as BlobEventType for exhaustiveness
The3G
committed
b003482
View commit details
Copy full SHA for b003482
Browse repository at this point
feat(blob): add file-based blob event sink
Show description for 050a385
The3G
and
Claude (claude)
committed
050a385
View commit details
Copy full SHA for 050a385
Browse repository at this point
fix(blob): sanitize event filename segments to prevent path traversal
The3G
committed
0cbf02d
View commit details
Copy full SHA for 0cbf02d
Browse repository at this point
feat(blob): add blob event capture fields to blob configurations
The3G
committed
c877ed2
View commit details
Copy full SHA for c877ed2
Browse repository at this point
feat(blob): add blob event capture CLI and VS Code switches
The3G
committed
592817f
View commit details
Copy full SHA for 592817f
Browse repository at this point
feat(blob): resolve blob event capture path in server factory
The3G
committed
26dd9ef
View commit details
Copy full SHA for 26dd9ef
Browse repository at this point
fix(blob): avoid spurious capture-path warning under VS Code empty-string default
The3G
committed
cf437be
View commit details
Copy full SHA for cf437be
Browse repository at this point
feat(blob): add event-sink hook to BaseHandler
The3G
committed
a9288d1
View commit details
Copy full SHA for a9288d1
Browse repository at this point
feat(blob): wire blob event sink through server and listener factory
Show description for dca94b6
The3G
and
Claude (claude)
committed
dca94b6
View commit details
Copy full SHA for dca94b6
Browse repository at this point
feat(blob): emit blob events from mutating handler operations
Show description for 4bcc116
The3G
and
Claude (claude)
committed
4bcc116
View commit details
Copy full SHA for 4bcc116
Browse repository at this point
test(blob): support event capture in blob test server factory
Show description for 24ae90a
The3G
and
Claude (claude)
committed
24ae90a
View commit details
Copy full SHA for 24ae90a
Browse repository at this point
fix(blob): strip query string from captured event data.url
Show description for 105b9a3
The3G
and
Claude (claude)
committed
105b9a3
View commit details
Copy full SHA for 105b9a3
Browse repository at this point
test(blob): end-to-end tests for blob event capture
Show description for a870822
The3G
and
Claude (claude)
committed
a870822
View commit details
Copy full SHA for a870822
Browse repository at this point
fix(blob): write event files atomically via temp + rename
Show description for 3eddc4f
The3G
and
Claude (claude)
committed
3eddc4f
View commit details
Copy full SHA for 3eddc4f
Browse repository at this point
test(blob): harden event-capture integration tests
Show description for 488566f
The3G
and
Claude (claude)
committed
488566f
View commit details
Copy full SHA for 488566f
Browse repository at this point
docs: document blob event capture options
Show description for e528cd9
The3G
and
Claude (claude)
committed
e528cd9
View commit details
Copy full SHA for e528cd9
Browse repository at this point
fix(blob): wire blob event capture into the VS Code extension
Show description for a417bc6
The3G
and
Claude (claude)
committed
a417bc6
View commit details
Copy full SHA for a417bc6
Browse repository at this point
Potential fix for pull request finding
Show description for 480adf6
The3G
and
Copilot
authored
480adf6
View commit details
Copy full SHA for 480adf6
Browse repository at this point
Commits on Aug 13, 2026
Merge branch 'Azure:main' into feature/blob-event-capture
The3G
authored
1a24386
View commit details
Copy full SHA for 1a24386
Browse repository at this point
Commits on Aug 14, 2026
Update README.md
Show description for 317e15e
The3G
authored
317e15e
View commit details
Copy full SHA for 317e15e
Browse repository at this point
Update README.md
Show description for 74463a8
The3G
authored
74463a8
View commit details
Copy full SHA for 74463a8
Browse repository at this point
Update BlobEventFactory.ts
Show description for 08b8c4a
The3G
authored
08b8c4a
View commit details
Copy full SHA for 08b8c4a
Browse repository at this point
Potential fix for pull request finding
Show description for fdb4b90
The3G
and
Copilot
authored
fdb4b90
View commit details
Copy full SHA for fdb4b90
Browse repository at this point
Update Environment.ts
Show description for 6bff412
The3G
authored
6bff412
View commit details
Copy full SHA for 6bff412
Browse repository at this point
Update Environment.ts
Show description for de5b27e
The3G
authored
de5b27e
View commit details
Copy full SHA for de5b27e
Browse repository at this point
Update BlobEnvironment.ts
Show description for 3b3d27d
The3G
authored
3b3d27d
View commit details
Copy full SHA for 3b3d27d
Browse repository at this point
You can’t perform that action at this time.