I have kubernetes cluster of 4 nodes. according to this https://kubernetes.io/docs/concepts/storage/storage-limits/ azure should have limit of 16 pv per node.
Microsoft Azure Disk Storage 16
So I should have 64 volumes available. Although i can create only 16. Trying to create 17th gives me an error
0/4 nodes are available: 4 node(s) exceed max volume count.
What could be the reason of this?