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
This template creates an Azure Container App (Consumption) to test event-bus-explorer
with your Azure Service Bus instance