False claims about Azure storage account blob storage tier considerations

Alex Ludwig 20 Reputation points
2023-12-14T12:47:25.2366667+00:00

Hello together,

in the learning module "Describe Azure Storage Services" you have wrong considerations:

The following considerations apply to the different access tiers:

    Hot, cool, and cold access tiers can be set at the account level. The archive access tier isn't available at the account level.

This is wrong, the default tier can't be cold. Allowed are only Hot, Cool and Premium:

az storage account update --resource-group "rg-az305-we-dev-001" --name "stawoih5r3pf3" --access-tier Cold
az storage account update: 'Cold' is not a valid value for '--access-tier'. Allowed values: Hot, Cool, Premium.
Did you mean 'Cool' ?
Examples from AI knowledge base:
az storage account update --default-action Allow --name MyStorageAccount --resource-group MyResourceGroup
Update the properties of a storage account. (autogenerated)
https://docs.microsoft.com/en-US/cli/azure/storage/account#az_storage_account_update
Read more about the command in reference docs

Affected URL: https://learn.microsoft.com/en-us/training/modules/describe-azure-storage-services/4-describe-azure-storage-services

Source of the claim:

https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview

https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-online-manage?tabs=azure-cli

Azure | Azure Training
{count} votes

Answer accepted by question author
  1. RNareddy 2,510 Reputation points Microsoft External Staff Moderator
    2023-12-18T14:00:28.6066667+00:00

    Hi Alex Ludwig,

    Thank you for your patience. The issue that you have brought to our notice is corrected. User's image

    Kindly Accept the answer so that it will be useful to others in the community.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.