Skip to content
DocsTry Aspire
DocsTry

AzureBlobStorageResource Properties

ClassProperties3 members
A resource that represents an Azure Blob Storage account.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string template for the manifest for the Azure Blob Storage resource.
public ReferenceExpression ConnectionStringExpression { get; }
Gets the parent AzureStorageResource of this AzureBlobStorageResource.
public AzureStorageResource Parent { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the blob storage service.
public ReferenceExpression UriExpression { get; }
Format: https://{host}:{port} for emulator or {blobEndpoint} for Azure.