3 references to GetBlobConnectionString
Aspire.Hosting.Azure.Storage (3)
AzureBlobStorageResource.cs (2)
38
Parent.
GetBlobConnectionString
();
67
var connectionString = Parent.
GetBlobConnectionString
();
AzureStorageExtensions.cs (1)
215
var blobConnectionString = 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.");