Skip to content

Commit 9657839

Browse files
author
yeongseon
committed
fix: correct Azure Files backup support and add DFS private endpoint
- Azure Backup supports Azure Files (not just blobs) - PIT restore remains blob-only - Add privatelink.dfs.core.windows.net for ADLS Gen2 - HNS accounts need both blob and dfs private endpoints
1 parent 278d957 commit 9657839

4 files changed

Lines changed: 5 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
@@ -7,12 +7,12 @@ Ensure data durability and availability using layered protection features.
77
| Soft Delete | Container/Blob | Protect against accidental deletion. |
88
| Versioning | Blob | Maintain history of blob changes. |
99
| PIT Restore | Block blobs | Revert blob data to a specific point in time. |
10-
| Azure Backup | Blob containers | Operational or vaulted backup for blob data. |
10+
| 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 and Azure Backup for blobs do not cover Azure Files, Queue Storage, or Table Storage.
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.
1616

1717
```mermaid
1818
graph TD

docs/operations/use-private-endpoints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ graph TD
2525

2626
- Place endpoint in a subnet with required NSG rules.
2727
- Create service-specific private DNS zones.
28+
- For HNS-enabled (Data Lake Gen2) accounts, create private endpoints for both blob and dfs sub-resources.
2829
- Link zones to all client VNets that resolve names.
2930
- Validate forwarders for hybrid DNS environments.
3031
- Test connectivity before disabling public endpoint access.

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: Backup and point-in-time restore apply to blob data only; they do not cover Azure Files, Queue Storage, or Table Storage.
15+
Note: Point-in-time restore applies to block blobs only. Azure Backup supports both Azure Blobs and Azure Files.
1616

1717
```mermaid
1818
graph TD

docs/troubleshooting/private-endpoint-and-dns-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Troubleshoot Private Link connectivity and DNS resolution.
66
|---------------|-----------------|------------|
77
| nslookup | Private IP (e.g., 10.x.x.x) | Link Private DNS Zone to VNet. |
88
| DNS Zone Name | `privatelink.blob.core.windows.net` | Create correct zone for service. |
9+
| DNS Zone Name | `privatelink.dfs.core.windows.net` | Create correct zone for ADLS Gen2. |
910
| DNS Zone Name | `privatelink.file.core.windows.net` | Create correct zone for Files. |
1011
| DNS Zone Name | `privatelink.queue.core.windows.net` | Create correct zone for Queue. |
1112
| DNS Zone Name | `privatelink.table.core.windows.net` | Create correct zone for Table. |

0 commit comments

Comments
 (0)