Click or drag to resize

AzureHelper Methods

The AzureHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBlobDownloadFrom Download a blob from the container as a byte array (throws an exception if the blob does not exist)
Public methodStatic memberBlobGetContainerClient Returns a BlobContainerClient for a container of an Azure storage account using a token credential
Public methodStatic memberBlobSaveTo Upload a byte array to a blob in the container
Public methodStatic memberClaimsPrincipalParse Parse the 'x-ms-client-principal' header of an Azure App Service request into a ClaimsPrincipal
Top
See Also