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