Cannot Create Managed Disk from Snapshot

Jeremiah Adams 171 Reputation points
2021-03-11T20:26:50.387+00:00

I was able to create a standard HDD Disk from a snapshot until today. This is now the error I see below.

Anyone have any ideas?

{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "InvalidTier",
"message": "Setting a tier explicitly on the disk CRMPRODDISK for account type Standard_LRS is not supported."
}
]
}

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
{count} votes

Answer accepted by question author
  1. Liutauras Naujokas 76 Reputation points
    2021-03-16T13:46:24.94+00:00

    Just had the same problem, The workaround I used:
    Create the disk with Premium SSD - this doesn't fail.
    After creation, reduce the tier of created disk.

    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-04-01T23:15:17.33+00:00

    This was confirmed to be an issue in the Azure Portal that has since been resolved. If you are still experiencing issues creating HDD from snapshots please create a new thread so we can continue to investigate.

    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.