Share via


VolumeMount interface

Volume mount for the Container App.

Properties

mountPath

Path within the container at which the volume should be mounted.Must not contain ':'.

volumeName

This must match the Name of a Volume.

Property Details

mountPath

Path within the container at which the volume should be mounted.Must not contain ':'.

mountPath?: string

Property Value

string

volumeName

This must match the Name of a Volume.

volumeName?: string

Property Value

string