Skip to content

floweSB/event-bus-explorer

Repository files navigation

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