Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Hello **IT Support
**I understand you're having trouble moving the storage account from one tier to another. Here are some possible reasons:
Azure only permits one tier-change operation on a share at a time. If you start a “change tier” process and then try another before the first is finished, you'll see this message until the initial operation completes.
Please check the activity logs to see if any previous operation is still running. If so, wait for it to finish before starting a new one.
Tier transitions for large shares or in high-latency situations can take several minutes or longer. Once the share displays the new tier, you can request another change.
Or otherwise try with below CLI commands:
az storage share-rm update \
--resource-group <rg-name> \
--storage-account <storage-account-name> \
--name az-sfprojects \
--access-tier Hot
Sometimes the tier change may take longer than expected. Please wait, and if it does not succeed, let me know.
I hope the above answer helps you! Please let us know if you have any further questions.
Please don't forget to "upvote" where the information provided will help you, this can be beneficial to other members of the community.