Use Azure's built-in Kubernetes StorageClass constructs
Mounting Native Azure Built-In Storage Classes
AKS provides a few out-of-the-box StorageClass objects. To mount the built-in storage classes, configure the Volumes field as shown below when adding a Service.
Volumes field
- AccessMode: ReadWriteMany
Name: data
Path: /attachedvolume
StorageClassName: azurefile #if empty default storage class will be used which is disk
Size: 20Gi