2 references to GetQueueConnectionString
Aspire.Hosting.Azure.Storage (2)
AzureQueueStorageResource.cs (1)
27Parent.GetQueueConnectionString();
AzureStorageExtensions.cs (1)
184var queueConnectionString = await builder.Resource.GetQueueConnectionString().GetValueAsync(ct).ConfigureAwait(false) ?? throw new DistributedApplicationException($"{nameof(ConnectionStringAvailableEvent)} was published for the '{builder.Resource.Name}' resource but the connection string was null.");