Volume interface

Volume definitions for the Container App.

Properties

mountOptions

Mount options used while mounting the AzureFile. Must be a comma-separated string.

name

Volume name.

secrets

List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume.

storageName

Name of storage resource. No need to provide for EmptyDir and Secret.

storageType

Storage type for the volume. If not provided, use EmptyDir.

Property Details

mountOptions

Mount options used while mounting the AzureFile. Must be a comma-separated string.

mountOptions?: string

Property Value

string

name

Volume name.

name?: string

Property Value

string

secrets

List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume.

secrets?: SecretVolumeItem[]

Property Value

storageName

Name of storage resource. No need to provide for EmptyDir and Secret.

storageName?: string

Property Value

string

storageType

Storage type for the volume. If not provided, use EmptyDir.

storageType?: string

Property Value

string