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