How to quey or view data in the containers? #2363
Unanswered
danielniccoli
asked this question in
Q&A
Replies: 1 comment
-
|
You can use storage explorer to view the stored data in Azurite or send request to Azurite, very similar from connect storage explorer to real public Azure Storage server. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm using Azurite (VS Code extension) to develop an Azure Durable Functions application locally.
I want to understand how Durable Functions persisted event data to the containers in certain scenarios. If I would develop with Azure Cosmos DB, I would have a nice UI where I could browse the data or send requests to. With the old Cosmos DB emulator I would have the same thing. With Azurite, I have not found a similar thing.
Is there a UI or a client that I could use to send requests to Azurite to view the data?
Beta Was this translation helpful? Give feedback.
All reactions