You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this time, you can only access the `allowProtectedAppendWrites` setting for time-based retention policies through this specific [portal link](https://aka.ms/immutableappendblobs).
169
-
170
-
> [!IMPORTANT]
171
-
> The allow protected append blobs writes setting under time-based retention is currently available and visible only in the following regions:
172
-
> - East US
173
-
> - South Central US
174
-
> - West US 2
175
-
>
176
-
> For more information, see [Allow Protected Append Blobs Writes](storage-blob-immutable-storage.md#allow-protected-append-blobs-writes).
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-blob-immutable-storage.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ An unlocked time-based retention policy is recommended only for feature testing
64
64
The following limits apply to retention policies:
65
65
66
66
- For a storage account, the maximum number of containers with locked time-based immutable policies is 10,000.
67
-
- The minimum retention interval is one day. The maximum is 146,000 days (400 years).
67
+
- The minimum retention interval is 1 day. The maximum is 146,000 days (400 years).
68
68
- For a container, the maximum number of edits to extend a retention interval for locked time-based immutable policies is 5.
69
69
- For a container, a maximum of seven time-based retention policy audit logs are retained for a locked policy.
70
70
@@ -80,15 +80,7 @@ For example, suppose that a user creates a time-based retention policy with `all
80
80
81
81
Unlocked time-based retention policies allow the `allowProtectedAppendWrites` setting to be enabled and disabled at any time. Once the time-based retention policy is locked, the `allowProtectedAppendWrites` setting cannot be changed.
82
82
83
-
Legal hold policies cannot enable `allowProtectedAppendWrites` and do not allow for new blocks to be appended to append blobs. If a legal hold is applied to a time-based retention policy with `allowProtectedAppendWrites` enabled, the *AppendBlock* API will fail until the legal hold is lifted.
84
-
85
-
> [!IMPORTANT]
86
-
> The allow protected append blobs writes setting under time-based retention is currently available in the following regions:
87
-
> - East US
88
-
> - South Central US
89
-
> - West US 2
90
-
>
91
-
> At this time, we strongly advise that you do not enable `allowProtectedAppendWrites` in any other regions besides those specified, as it may cause intermittent failures and affect compliance for append blobs. For more information on how to set and lock time-based retention policies, see [Enabling allow protected append blobs writes](storage-blob-immutability-policies-manage.md#enabling-allow-protected-append-blobs-writes).
83
+
Legal hold policies cannot enable `allowProtectedAppendWrites` and any legal holds will nullify the 'allowProtectedAppendWrites' property. If a legal hold is applied to a time-based retention policy with `allowProtectedAppendWrites` enabled, the *AppendBlock* API will fail until the legal hold is lifted.
92
84
93
85
## Legal holds
94
86
@@ -137,7 +129,7 @@ No, you can use immutable storage with any existing or newly created general-pur
137
129
138
130
**Can I apply both a legal hold and time-based retention policy?**
139
131
140
-
Yes, a container can have both a legal hold and a time-based retention policy at the same time. All blobs in that container stay in the immutable state until all legal holds are cleared, even if their effective retention period has expired. Conversely, a blob stays in an immutable state until the effective retention period expires, even though all legal holds have been cleared.
132
+
Yes, a container can have both a legal hold and a time-based retention policy at the same time; however, the 'allowProtectedAppendWrites' setting will not apply until the legal hold is cleared. All blobs in that container stay in the immutable state until all legal holds are cleared, even if their effective retention period has expired. Conversely, a blob stays in an immutable state until the effective retention period expires, even though all legal holds have been cleared.
141
133
142
134
**Are legal hold policies only for legal proceedings or are there other use scenarios?**
143
135
@@ -161,7 +153,7 @@ Yes, you can use the Set Blob Tier command to move data across the blob tiers wh
161
153
162
154
**What happens if I fail to pay and my retention interval has not expired?**
163
155
164
-
In the case of non-payment, normal data retention policies will apply as stipulated in the terms and conditions of your contract with Microsoft.
156
+
In the case of non-payment, normal data retention policies will apply as stipulated in the terms and conditions of your contract with Microsoft. For general information, see [Data management at Microsoft](https://www.microsoft.com/en-us/trust-center/privacy/data-management).
165
157
166
158
**Do you offer a trial or grace period for just trying out the feature?**
0 commit comments