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.
Cannot Create Managed Disk from Snapshot
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
-
Liutauras Naujokas 76 Reputation points
2021-03-16T13:46:24.94+00:00
5 additional answers
Sort by: Most helpful
-
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.