Hi Galipelly Rajashekar (Quadrant Resource LLC),
To send an alert when an Azure file share reaches 80% capacity, you can create an alert rule specifically for the file share. However, it's important to note that if you are using standard file shares, you won't be able to set alerts on individual file shares since per-share metrics aren't available. Instead, alerts for standard file shares are based on all file shares in the storage account.
If you are using premium file shares, please follow the below documentation.
https://learn.microsoft.com/en-us/azure/storage/files/files-monitoring-alerts#how-to-create-an-alert-if-the-azure-file-share-size-is-80-of-capacity
If you are unable to use premium file shares and need to monitor standard file shares, consider restructuring your storage account to have one file share per storage account to enable individual monitoring. While this approach allows for individual monitoring, it may lead to increased management overhead and costs, as each storage account incurs its own charges.
Hope the above suggestion helps! Please let us know do you have any further queries.
Please do consider to “Accept the answer” wherever the information provided helps you, this can be beneficial to other community members.