The service bus emulator is never persistent when marked as such #7071
Labels
area-integrations
Issues pertaining to Aspire Integrations packages
azure
Issues associated specifically with scenarios tied to using Azure
Milestone
When marking the service bus emulator as persistent it still restarts. This is unfortunate because it takes a little bit to start up.
It seems like the problem is:
aspire/src/Aspire.Hosting.Azure.ServiceBus/AzureServiceBusExtensions.cs
Line 249 in be90451
We generate a new password every time, causing the container hash to change.
The text was updated successfully, but these errors were encountered: