Skip to content

Commit 74cc1a1

Browse files
Merge pull request #249902 from normesta/lifecycle-management
Adding a known issues list
2 parents bcd3a2b + 2663c84 commit 74cc1a1

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

articles/storage/blobs/lifecycle-management-overview.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Use Azure Storage lifecycle management policies to create automated
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 08/10/2023
8+
ms.date: 08/30/2023
99
ms.service: azure-storage
1010
ms.subservice: storage-common-concepts
1111
ms.topic: conceptual
@@ -457,6 +457,20 @@ Each update to a blob's last access time is billed under the [other operations](
457457

458458
For more information about pricing, see [Block Blob pricing](https://azure.microsoft.com/pricing/details/storage/blobs/).
459459

460+
## Known issues and limitations
461+
462+
- Tiering is not yet supported in a premium block blob storage account. For all other accounts, tiering is allowed only on block blobs and not for append and page blobs.
463+
464+
- A lifecycle management policy must be read or written in full. Partial updates are not supported.
465+
466+
- Each rule can have up to 10 case-sensitive prefixes and up to 10 blob index tag conditions.
467+
468+
- If you enable firewall rules for your storage account, lifecycle management requests may be blocked. You can unblock these requests by providing exceptions for trusted Microsoft services. For more information, see the **Exceptions** section in [Configure firewalls and virtual networks](../common/storage-network-security.md#exceptions).
469+
470+
- A lifecycle management policy can't change the tier of a blob that uses an encryption scope.
471+
472+
- The delete action of a lifecycle management policy won't work with any blob in an immutable container. With an immutable policy, objects can be created and read, but not modified or deleted. For more information, see [Store business-critical blob data with immutable storage](./immutable-storage-overview.md).
473+
460474
## Frequently asked questions (FAQ)
461475

462476
See [Lifecycle management FAQ](storage-blob-faq.yml#lifecycle-management-policies).

articles/storage/blobs/lifecycle-management-policy-configure.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Configure a lifecycle management policy to automatically move data
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 05/02/2023
8+
ms.date: 08/30/2023
99
ms.service: azure-storage
1010
ms.subservice: storage-common-concepts
1111
ms.topic: conceptual
@@ -216,22 +216,8 @@ To define a lifecycle management policy with an Azure Resource Manager template,
216216

217217
---
218218

219-
A lifecycle management policy must be read or written in full. Partial updates are not supported.
220-
221-
222-
> [!NOTE]
223-
> Each rule can have up to 10 case-sensitive prefixes and up to 10 blob index tag conditions.
224-
225-
> [!NOTE]
226-
> If you enable firewall rules for your storage account, lifecycle management requests may be blocked. You can unblock these requests by providing exceptions for trusted Microsoft services. For more information, see the **Exceptions** section in [Configure firewalls and virtual networks](../common/storage-network-security.md#exceptions).
227-
228-
> [!NOTE]
229-
> A lifecycle management policy can't change the tier of a blob that uses an encryption scope.
230-
231-
> [!NOTE]
232-
> The delete action of a lifecycle management policy won't work with any blob in an immutable container. With an immutable policy, objects can be created and read, but not modified or deleted. For more information, see [Store business-critical blob data with immutable storage](./immutable-storage-overview.md).
233-
234219
## See also
235220

236221
- [Optimize costs by automatically managing the data lifecycle](lifecycle-management-overview.md)
222+
- [Known issues and limitations for lifecycle management policies](lifecycle-management-overview.md#known-issues-and-limitations)
237223
- [Access tiers for blob data](access-tiers-overview.md)

0 commit comments

Comments
 (0)