3 references to GetBlobConnectionString
Aspire.Hosting.Azure.Storage (3)
AzureBlobStorageResource.cs (2)
28
Parent.
GetBlobConnectionString
();
57
var connectionString = Parent.
GetBlobConnectionString
();
AzureStorageExtensions.cs (1)
142
var connectionString = await builder.Resource.
GetBlobConnectionString
().GetValueAsync(ct).ConfigureAwait(false) ?? throw new DistributedApplicationException($"{nameof(ConnectionStringAvailableEvent)} was published for the '{builder.Resource.Name}' resource but the connection string was null.");