run azure-file-sc.yaml
to create kubernetes storage class
run azure-pvc-roles.yaml
to create cluster role and binding
run azure-file-pvc.yaml
to create a persistent volumn claim
run
kubectl get pvc azurefile
to view the status of the PVC
$ kubectl get pvc azurefile
|------|------------|------------------------------------------|----------|--------------|--------------|-----|
|NAME | STATUS| VOLUME | CAPACITY | ACCESS MODES | STORAGECLASS | AGE|
|azurefile | Bound | pvc-8436e62e-a0d9-11e5-8521-5a8664dc0477 | 5Gi | RWX | azurefile | 5m |
```