Share via


AzureStorageBlobsSettings.ServiceUri Property

Definition

A Uri referencing the blob service. This is likely to be similar to "https://{account_name}.blob.core.windows.net".

public Uri? ServiceUri { get; set; }
member this.ServiceUri : Uri with get, set
Public Property ServiceUri As Uri

Property Value

Uri

Remarks

Must not contain shared access signature. Used along with Credential to establish the connection.

Applies to