AzureBlobStorageResource.UriExpression Property

Definition

Gets the connection URI expression for the blob storage service.

public Aspire.Hosting.ApplicationModel.ReferenceExpression UriExpression { get; }
member this.UriExpression : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public ReadOnly Property UriExpression As ReferenceExpression

Property Value

Remarks

Format: https://{host}:{port} for emulator or {blobEndpoint} for Azure.

Applies to