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
Copy file name to clipboardExpand all lines: articles/storage/blobs/access-tiers-overview.md
+2-37Lines changed: 2 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,44 +194,9 @@ The following table summarizes how tier changes are billed.
194
194
195
195
Changing the access tier for a blob when versioning is enabled, or if the blob has snapshots, might result in more charges. For information about blobs with versioning enabled, see [Pricing and billing](versioning-overview.md#pricing-and-billing) in the blob versioning documentation. For information about blobs with snapshots, see [Pricing and billing](snapshots-overview.md#pricing-and-billing) in the blob snapshots documentation.
196
196
197
-
## Cold tier (preview)
197
+
## Cold tier
198
198
199
-
The cold tier is currently in PREVIEW and is available in the following regions: Canada Central, Canada East, France Central, France South and Korea Central.
200
-
201
-
### Enrolling in the preview
202
-
203
-
To get started, enroll in the preview by using this [form](https://forms.office.com/r/788B1gr3Nq).
204
-
205
-
You'll receive an email notification when your application is approved and the `ColdTier` feature flag will be registered on your subscription.
206
-
207
-
### Verifying that you enrolled in the preview
208
-
209
-
If the `ColdTier` feature flag is registered on your subscription, then you are enrolled in the preview, and you can begin using the cold tier. Use the following steps to ensure that the feature is registered.
210
-
211
-
#### [Portal](#tab/azure-portal)
212
-
213
-
In the **Preview features** page of your subscription, locate the **ColdTier** feature, and then make sure that **Registered** appears in the **State** column.
214
-
215
-
> [!div class="mx-imgBorder"]
216
-
> 
217
-
218
-
#### [PowerShell](#tab/powershell)
219
-
220
-
To verify that the registration is complete, use the [Get-AzProviderFeature](/powershell/module/az.resources/get-azproviderfeature) command.
Copy file name to clipboardExpand all lines: articles/storage/blobs/lifecycle-management-overview.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,6 @@ With the lifecycle management policy, you can:
28
28
- Define rules to be run once per day at the storage account level.
29
29
- Apply rules to containers or to a subset of blobs, using name prefixes or [blob index tags](storage-manage-find-blobs.md) as filters.
30
30
31
-
> [!IMPORTANT]
32
-
> The cold tier is currently in PREVIEW and is available in the following regions: Canada Central, Canada East, France Central, France South and Korea Central.
33
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
34
-
> To enroll, see [Cold tier (preview)](access-tiers-overview.md#cold-tier-preview).
35
-
36
31
Consider a scenario where data is frequently accessed during the early stages of the lifecycle, but only occasionally after two weeks. Beyond the first month, the data set is rarely accessed. In this scenario, hot storage is best during the early stages. Cool storage is most appropriate for occasional access. Archive storage is the best tier option after the data ages over a month. By moving data to the appropriate storage tier based on its age with lifecycle management policy rules, you can design the least expensive solution for your needs.
37
32
38
33
Lifecycle management policies are supported for block blobs and append blobs in general-purpose v2, premium block blob, and Blob Storage accounts. Lifecycle management doesn't affect system containers such as the `$logs` or `$web` containers.
0 commit comments