Share via

moving to the Tier to another Tier

IT Support 0 Reputation points
2026-03-21T01:33:55.86+00:00

User's image

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.


2 answers

Sort by: Most helpful
  1. Praveen Bandaru 11,390 Reputation points Microsoft External Staff Moderator
    2026-03-21T04:17:58.0766667+00:00

    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.

    0 comments No comments

  2. Marcin Policht 86,455 Reputation points MVP Volunteer Moderator
    2026-03-21T02:06:07.4966667+00:00

    If you made two tier changes in within a short time span, the second one is bound to fail because the previous one must complete first


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.