Home › Forums › Azure › AZ-900 Microsoft Azure Fundamentals › Can Blobs also have Premium tier now?
-
Can Blobs also have Premium tier now?
MattTutorialsDojo updated 2 years, 5 months ago 2 Members · 2 Posts
-
Hi can blobs have premium tier? Found this note on https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview
“Note
Data stored in a premium block blob storage account cannot be tiered to hot, cool, or archive using Set Blob Tier or using Azure Blob Storage lifecycle management. To move data, you must synchronously copy blobs from the block blob storage account to the hot tier in a different account using the Put Block From URL API or a version of AzCopy that supports this API. The Put Block From URL API synchronously copies data on the server, meaning the call completes only once all the data is moved from the original server location to the destination location.”
-
This discussion was modified 2 years, 5 months ago by
mark2022.
-
This discussion was modified 2 years, 5 months ago by
-
Hi Mark,
Yes, Azure blob has a premium tier. But this only relates to the type of storage account. When creating blob accounts, you have two options: Standard general-purpose v2 or premium block blob.
Currently, there are only three access tiers in Azure blob storage: Hot, cool and archive.
Azure Blob access tier and premium tier are different features of Azure Blob. Take note that premium tier is used for use cases wherein your application has high transaction rates or require low latency.
Please let me know if you have any further questions. I would be glad to answer them.
Thank you.
Matt Hidalgo @ Tutorials Dojo
Log in to reply.