Skip to content

Commit ad83444

Browse files
authored
Fix error in Aspire service bus configuration section (#2848)
The Aspire emulator support doesn't generate this file by default. It uses the registered resources (queues, topics, ...). But it can be set manually.
1 parent cf06ea1 commit ad83444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/messaging/azure-service-bus-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The preceding code configures the Service Bus emulator container's existing `emu
229229

230230
##### Configure Service Bus emulator container JSON configuration
231231

232-
The Service Bus emulator container runs with a default [_config.json_](https://github.com/Azure/azure-service-bus-emulator-installer/blob/main/ServiceBus-Emulator/Config/Config.json) file. You can override this file entirely, or update the JSON configuration with a <xref:System.Text.Json.Nodes.JsonNode> representation of the configuration.
232+
The Service Bus emulator automatically generates a configration similar to this [_config.json_](https://github.com/Azure/azure-service-bus-emulator-installer/blob/main/ServiceBus-Emulator/Config/Config.json) file from the configured resources. You can override this generated file entirely, or update the JSON configuration with a <xref:System.Text.Json.Nodes.JsonNode> representation of the configuration.
233233

234234
To provide a custom JSON configuration file, call the <xref:Aspire.Hosting.AzureServiceBusExtensions.WithConfigurationFile(Aspire.Hosting.ApplicationModel.IResourceBuilder{Aspire.Hosting.Azure.AzureServiceBusEmulatorResource},System.String)> method:
235235

0 commit comments

Comments
 (0)