Azure / azure-service-bus-emulator-installer

This repository acts as a central hub for handling issues, collecting feedback, and facilitating discussions related to the Azure Service Bus Emulator.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator
MIT License
100 stars 2 forks source link

REST API #29

Open shladdergoo opened 15 hours ago

shladdergoo commented 15 hours ago

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.