Hello , Welcome to MS Q&A
I think this could be due to the way the storage is being interpreted or displayed by the system. Azure Blob storage is designed for unstructured data and may not directly reflect the same capacity metrics as traditional block storage. The representation of storage size can vary based on the protocol used (such as Blob Fuse or NFS) and how the underlying storage is configured.
If you're using the NFS protocol, the size may be reported differently, and the mount point might not reflect the expected capacity due to the abstraction layer that Blob storage introduces. It’s also possible that the storage class or configuration settings may influence how the size is reported.
The actual storage capacity is 100GiB, but the representation might vary based on the protocol used (such as BlobFuse or NFS) and the configuration settings. This discrepancy does not mean that the storage is limited to 1000M; it is just a display issue.
References:
- Use Azure Blob storage Container Storage Interface (CSI) driver
- Container Storage Interface (CSI) drivers on Azure Kubernetes Service (AKS)
Please let me know if any questions
Kindly accept answer if it helps
Thanks
Deepanshu