dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 475 forks source link

Add Service Bus Emulator support to Aspire #6738

Closed krisnashaypp closed 2 days ago

krisnashaypp commented 2 days ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

No response

Describe the solution you'd like

Currently, Aspire does not seem to have a nuget for the new Azure Service Bus Emulator, it would provide significant benefits for local development and testing. Service bus emulator github.

Ideally the nuget would have have the option to start a management tool similar to Aspire.Hosting.RabbitMQ WithManagementPlugin()

Additional context

No response

ilmax commented 2 days ago

I think this is already in progress, see #6737