@Michal Sumega Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
Standard file shares offer locally-redundant (LRS), zone redundant (ZRS), geo-redundant (GRS), or geo-zone-redundant (GZRS) storage, however the large file share feature is only supported on locally redundant and zone redundant file shares. Premium file shares don't support any form of geo-redundancy.
- This article provides detailed information on GRS and its features!
The error message you received indicates that the storage account has LFS (Locally Redundant Storage) enabled and cannot be converted to a georeplication enabled SKU like GRS (Geo-Redundant Storage).
Unfortunately, there is no way to disable LFS for an existing storage account or change to GRS with LFS enabled. You will need to create a new storage account with the desired SKU and migrate your data to the new storage account.
Here are the general steps to migrate your data to a new storage account:
Create a new storage account with the desired SKU (in this case, GRS).
- Copy your data from the old storage account to the new storage account using a tool like AzCopy or Azure Storage Explorer.
Update your applications to use the new storage account.
Verify that your applications are working correctly with the new storage account.
Delete the old storage account once you have verified that your applications are working correctly with the new storage account.
You may leave your feedback here. All the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.