Hi @pranil sitap,
Changing the redundancy of a storage account from Locally Redundant Storage (LRS) to Zone Redundant Storage (ZRS) may fail for several reasons, including limitations based on storage account types or configurations.
In Azure, ZRS is supported for specific managed disk types but is not available for all storage accounts. If your storage account is a ZRS Classic account, you won't be able to convert it directly to ZRS or any other replication type without upgrading it first.
- Verify Compatibility: Ensure your storage account is compatible with ZRS and not categorized as ZRS Classic.
- Follow the Migration Process: Check the correct steps for upgrading or migrating your storage account to enable ZRS.
- Regional Availability: Confirm that ZRS is supported in the West Europe region for the type of storage account you're using.
https://learn.microsoft.com/en-us/azure/storage/common/redundancy-migration?tabs=portal
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.