Does Azure Blob early deletion penalty also applies to Azure Files ?

Suvadeep Pal 20 Reputation points
2024-03-22T06:50:56.1233333+00:00

Hi, According to Azure documentation, "Blobs are subject to an early deletion penalty if they are deleted or moved to a different tier before the minimum number of days required by the tier have transpired"

My query is I have a Storage account that is set to cool tier during creation. I have created an Azure file share in that storage account. Does the Azure blob early deletion penalty only apply to Blob Storage or it applies to Azure files also?

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

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,186 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,765 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,492 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,002 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anand Prakash Yadav 6,785 Reputation points Microsoft Vendor
    2024-03-22T08:21:57.6066667+00:00

    Hello Suvadeep Pal,

    Thank you for posting your query here!

    Adding on to the previous response, the early deletion penalty in Azure Storage is specific to Blob Storage and does not apply to Azure Files. This penalty is incurred if a blob is deleted or moved to a different tier before the minimum number of days required by the tier have transpired. For example, a blob in the cool tier in a general-purpose v2 account is subject to an early deletion penalty if it’s deleted or moved to a different tier before 30 days have elapsed.

    Azure Files and Blob Storage are different services within Azure Storage, and they have different pricing models and features. While Azure Blob Storage offers access tiers (Hot, Cool, and Archive) that affect pricing and performance.

    So, if you have created an Azure file share in a storage account that is set to the cool tier, the early deletion penalty associated with Blob Storage does not apply to the files in your Azure file share.

    Do let us know if you have any further queries. I’m happy to assist you further.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 21,506 Reputation points MVP
    2024-03-22T07:00:19.6133333+00:00

    Hi,

    That blob functionality only applies to blobs, it is not available in file shares.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments