简体   繁体   English

Azure 存储的数据保留

[英]Data Retention for Azure Storage

I'm trying to know if there is a maximum data retention period for data stored in a Blob Storage?我想知道存储在 Blob 存储中的数据是否有最长的数据保留期? What I'm trying to know is if I store something in a Blob Storage, are there any risks that this data will be deleted by Microsoft after a certain period of time?我想知道的是,如果我将某些内容存储在 Blob 存储中,是否存在这些数据在一段时间后被 Microsoft 删除的风险?

Azure Storage is durable : Unless you delete an object (or storage account), or cancel your subscription, your data persists. Azure 存储是持久的:除非您删除 object(或存储帐户),或取消订阅,否则您的数据将保留。

Data can also be deleted if you've configured a data lifecycle policy (eg delete blobs older than a specified number of days).如果您配置了数据生命周期策略(例如删除超过指定天数的 blob),也可以删除数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM