Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 981 Bytes

File metadata and controls

17 lines (10 loc) · 981 Bytes

event-bus-explorer

Getting Started

Run locally

Docker

You can easily start the Event Bus Explorer locally using Docker: docker run -d -p 8080:80 -e ASPNETCORE_ENVIRONMENT=Development -e ConnectionStrings__ServiceBus=<your-sb-cs> ghcr.io/flowesb/event-bus-explorer:latest

Deploy on Azure

Deploy to Azure Visualize

This template creates an Azure Container App (Consumption) to test event-bus-explorer with your Azure Service Bus instance