Skip to content

Commit bca5cd9

Browse files
Merge pull request #36585 from MicrosoftDocs/WilliamDAssafMSFT-patch-3
20260209 Revise SQL Server Backup to URL documentation
2 parents 612ff67 + def421d commit bca5cd9

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

docs/relational-databases/backup-restore/sql-server-backup-to-url.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: SQL Server Backup to URL for Azure Blob Storage
33
description: Learn about the concepts, requirements, and components necessary for SQL Server to use the Azure Blob Storage as a backup destination.
4-
author: dplessMSFT
5-
ms.author: dpless
6-
ms.reviewer: mathoma, wiassaf, hudequei, randolphwest
7-
ms.date: 11/18/2025
4+
author: MashaMSFT
5+
ms.author: mathoma
6+
ms.reviewer: wiassaf, hudequei, randolphwest, dpless, dinethi
7+
ms.date: 02/09/2026
88
ms.service: sql
99
ms.subservice: backup-restore
1010
ms.topic: concept-article
@@ -113,6 +113,8 @@ For information on other examples where credentials are used, see [Create a SQL
113113

114114
Typically, SQL Server backups are created in two steps. Initially, the `.bak` backup file is created with zeroes, and then the file is updated with data. Since file modification on immutable storage isn't allowed once the file is written and committed, the backup process now skips the initial step to create the backup file with zeroes. Instead, the entire backup is created in one step when written to block blobs.
115115

116+
Azure storage provides two types of immutability, container level and version level. Currently, only container level immutable storage is supported.
117+
116118
To use immutable storage with [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] backup to URL, follow these steps:
117119

118120
1. Configure [immutability for your Azure storage container](/azure/storage/blobs/immutable-policy-configure-container-scope).
@@ -167,8 +169,9 @@ The following are security considerations and requirements when backing up to or
167169
- The [proxycfg.exe](/windows/win32/winhttp/proxycfg-exe--a-proxy-configuration-tool) utility on Windows XP or Windows Server 2003 and earlier.
168170
- The [netsh.exe](/windows/win32/winsock/netsh-exe) utility on Windows Vista and Windows Server 2008 or later.
169171

170-
- [Immutable storage for Azure Blob Storage](/azure/storage/blobs/storage-blob-immutable-storage) isn't supported. Set the **Immutable Storage** policy to false.
171-
172+
- [Immutable storage for Azure Blob Storage](/azure/storage/blobs/storage-blob-immutable-storage) isn't supported prior to SQL Server 2025. Set the **Immutable Storage** policy to false.
173+
- For support in SQL Server 2025 and later versions, see [Azure immutable storage support](#azure-immutable-storage-support).
174+
- Azure storage provides two types of immutability, container level and version level. Currently, only container level immutable storage is supported.
172175
- Backup to URL isn't supported to [premium storage](/azure/storage/blobs/storage-blob-block-blob-premium).
173176

174177
## Supported arguments and statements in Azure Blob Storage

0 commit comments

Comments
 (0)