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