We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb64e9 commit e68e0a5Copy full SHA for e68e0a5
src/ServiceControl.Transports.ASBS/AzureQuery.cs
@@ -238,7 +238,7 @@ async Task<MetricsClient> InitializeMetricsClient(CancellationToken cancellation
238
239
var serviceBusNamespaceResource = await armClient
240
.GetServiceBusNamespaceResource(resourceId).GetAsync(cancellationToken)
241
- ?? throw new Exception($"Could not find ServiceBus with resource Id: \"{resourceId}\"");
+ ?? throw new Exception($"Could not find an Azure Service Bus namespace with resource Id: \"{resourceId}\"");
242
243
// Determine the region of the namespace
244
var regionName = serviceBusNamespaceResource.Value.Data.Location.Name;
0 commit comments