Skip to content

Commit a54270c

Browse files
author
yeongseon
committed
fix: add PITR constraints - standard GPv2, hot/cool only, no HNS
Point-in-time restore only works for: - Standard GPv2 accounts (not premium) - Block blobs in hot/cool tier (not cold/archive) - Not supported on HNS-enabled (Data Lake Gen2) accounts
1 parent 9657839 commit a54270c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/operations/backup-and-data-protection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Ensure data durability and availability using layered protection features.
66
|---------|-------|---------|
77
| Soft Delete | Container/Blob | Protect against accidental deletion. |
88
| Versioning | Blob | Maintain history of blob changes. |
9-
| PIT Restore | Block blobs | Revert blob data to a specific point in time. |
9+
| PIT Restore | Standard GPv2, block blobs, hot/cool only | Revert blob data to a specific point in time. Not supported for HNS-enabled (Data Lake Gen2) accounts. |
1010
| Azure Backup | Blob containers / Azure Files | Operational or vaulted backup for blob data and file shares. |
1111

1212
!!! note
1313
Enable soft delete as a minimum protection layer for all production storage accounts.
1414

15-
Note: Point-in-time restore applies to block blobs only. Azure Backup also supports Azure Files through file share snapshots in a Recovery Services vault.
15+
Note: Point-in-time restore applies to Standard GPv2 accounts with block blobs in hot/cool tiers only, and is not supported for HNS-enabled (Data Lake Gen2) accounts. Azure Backup also supports Azure Files through file share snapshots in a Recovery Services vault.
1616

1717
```mermaid
1818
graph TD

docs/troubleshooting/data-protection-and-recovery-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Recover from accidental data deletion or corruption.
1212
!!! note
1313
Always verify which data protection features were enabled BEFORE the incident occurred.
1414

15-
Note: Point-in-time restore applies to block blobs only. Azure Backup supports both Azure Blobs and Azure Files.
15+
Note: PITR requires standard GPv2 account, hot/cool tier, and is not supported with hierarchical namespace. Azure Backup supports both Azure Blobs and Azure Files.
1616

1717
```mermaid
1818
graph TD

0 commit comments

Comments
 (0)