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
Copy file name to clipboardExpand all lines: docs/index.html
+83-61Lines changed: 83 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -120,66 +120,86 @@ <h1>EventHub Explorer</h1>
120
120
</div>
121
121
122
122
<divclass="container">
123
-
<p>EventHub Explorer is a developer tool that allows you to interact with the Azure EventHubs service using a graphical user interface. It supports both real Azure Event Hubs and the <ahref="https://learn.microsoft.com/en-us/azure/event-hubs/overview-emulator">eventhubs-emulator</a>.</p>
<p><code>eventhub-azurite</code> is the Docker service name of the Azurite blob storage running in the same Docker network.</p>
166
-
</div>
167
-
168
-
<h2>Requirements</h2>
169
-
<ul>
170
-
<li>Docker (for emulator and Azurite usage)</li>
171
-
<li>Azure Event Hubs and Blob Storage credentials (for real Azure usage)</li>
172
-
</ul>
173
-
174
-
<h2>Install options</h2>
175
-
<ul>
176
-
<li>Clone solution in the repo</li>
177
-
<li>Or Use docker image <code>docker pull dvlaskin/eventhubexplorer</code></li>
178
-
<li>Open in browser http://localhost:5235/</li>
179
-
</ul>
180
-
181
-
<h3>Example of a docker compose file</h3>
182
-
<pre><code>services:
123
+
<p>EventHub Explorer is a developer tool that allows you to interact with Azure Event Hubs and Azure Storage Queues using a graphical user interface. It supports both real Azure services, the <ahref="https://learn.microsoft.com/en-us/azure/event-hubs/overview-emulator">eventhubs-emulator</a> for Event Hubs and <ahref="https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite">Azurite</a> for StorageQueue.</p>
EventHub Explorer is a developer tool that allows you to interact with the Azure EventHubs service using a graphical user interface. It supports both real Azure Event Hubs and the [eventhubs-emulator](https://learn.microsoft.com/en-us/azure/event-hubs/overview-emulator).
5
+
EventHub Explorer is a developer tool that allows you to interact with Azure Event Hubs
6
+
and Azure Storage Queues using a graphical user interface.
7
+
It supports both real Azure services,
8
+
the [eventhubs-emulator](https://learn.microsoft.com/en-us/azure/event-hubs/overview-emulator)
9
+
for Event Hubs
10
+
and [Azurite](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite)
0 commit comments