Share via


AzureStorageInfoValue interface

Azure Files or Blob Storage access information value for dictionary storage.

Properties

accessKey

Access key for the storage account.

accountName

Name of the storage account.

mountPath

Path to mount the storage within the site's runtime environment.

shareName

Name of the file share (container name, for Blob storage).

type

Type of storage.

Property Details

accessKey

Access key for the storage account.

accessKey?: string

Property Value

string

accountName

Name of the storage account.

accountName?: string

Property Value

string

mountPath

Path to mount the storage within the site's runtime environment.

mountPath?: string

Property Value

string

shareName

Name of the file share (container name, for Blob storage).

shareName?: string

Property Value

string

type

Type of storage.

type?: "AzureFiles" | "AzureBlob"

Property Value

"AzureFiles" | "AzureBlob"