Azure |
public static class AzureHelper
The AzureHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| BlobDownloadFrom | Download a blob from the container as a byte array (throws an exception if the blob does not exist) | |
| BlobGetContainerClient | Returns a BlobContainerClient for a container of an Azure storage account using a token credential | |
| BlobSaveTo | Upload a byte array to a blob in the container | |
| ClaimsPrincipalParse | Parse the 'x-ms-client-principal' header of an Azure App Service request into a ClaimsPrincipal |