Coming from the official docs, the "Storage Classes" enable dynamic provisioning of kubernetes' Persistence Volumes.
This sounds like a great way to expand your storage into the cloud (in my case I'm trying Azure) with dynamic growth, when you would like to supplement (or replace) local storage.
But I did not understand, if the "azure-file" Storage Class only works on infrastructure (i.e. VMs) provisioned on the azure Cloud, or is it also possible to use it from an on-prem setup? Does anyone have any experience with this?