Hi Alex Ludwig,
Thank you for your patience. The issue that you have brought to our notice is corrected.
Kindly Accept the answer so that it will be useful to others in the community.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Hi Alex Ludwig,
Thank you for your patience. The issue that you have brought to our notice is corrected.
Kindly Accept the answer so that it will be useful to others in the community.