This repository acts as a central hub for handling issues, collecting feedback, and facilitating discussions related to the Azure Service Bus Emulator.
I can see that the emulator container sets ASPNETCORE_HTTP_PORTS=8080 (and exposes port 8080) so I hoped it was there already but requests to that endpoint give no sense that there's an API there.
Given the semantics of the API I don't see any reason why the emulator couldn't support this.
Can anyone give any information as to whether we should ever expect the emulator to support the Service Bus REST API https://learn.microsoft.com/en-us/rest/api/servicebus/ (or possibly a subset of it)?
I can see that the emulator container sets
ASPNETCORE_HTTP_PORTS=8080
(and exposes port 8080) so I hoped it was there already but requests to that endpoint give no sense that there's an API there.Given the semantics of the API I don't see any reason why the emulator couldn't support this.