Azurite EventGrid Emulation #5895
Unanswered
swissarmykirpan
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You want to read the logs of the storage container and then do what with them? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I want to emulate EventGrid specifically with Azurite
Describe the solution you'd like
Azurite writes logs whenever an operation occurs e.g
PUT /devstoreaccount1/test/costings-uk-prod.csv?se=2024-10-22T02%3A49%3A07Z&sig=GIB%2BWjwK5ITiGi345QNpnsd3nDqZhX6%2Bb7uvAca7Wmc%3D&sp=rwl&sr=c&sv=2018-03-28 HTTP/1.1
What I want to do is watch the logs and then publish events based on what operations have occurred.
Can you recommend an approach to fetching the logs.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions