Skip to content

Commit f787cbe

Browse files
Merge pull request #36465 from MikeRayMSFT/mikeray/sql-server-azure-datafiles-tutorial
Improve tutorial discoverability for SQL Server data files in Azure
2 parents 8c532ff + fcabf4b commit f787cbe

1 file changed

Lines changed: 40 additions & 3 deletions

File tree

docs/relational-databases/databases/sql-server-data-files-in-microsoft-azure.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ title: "SQL Server data files in Microsoft Azure"
33
description: Discover concepts and considerations that are central to storing SQL Server data files in Microsoft Azure Storage and some advantages of using Azure Storage.
44
author: MikeRayMSFT
55
ms.author: mikeray
6-
ms.date: 03/01/2023
6+
ms.date: 01/26/2026
77
ms.service: sql
88
ms.subservice: supportability
99
ms.topic: concept-article
10+
ai-usage: ai-assisted
1011
---
1112
# SQL Server data files in Microsoft Azure
1213

@@ -20,7 +21,38 @@ SQL Server Data Files in Microsoft Azure enables native support for SQL Server d
2021
2122
This article introduces concepts and considerations that are central to storing SQL Server data files in Microsoft Azure Storage Service.
2223

23-
For a practical hands-on experience on how to use this feature, see [Tutorial: Using the Microsoft Azure Blob Storage with SQL Server databases](../tutorial-use-azure-blob-storage-service-with-sql-server.md).
24+
## How to use SQL Server data files in Azure - Quick start
25+
26+
Ready to get started? Follow this step-by-step workflow to use SQL Server data files with Azure Blob storage:
27+
28+
### Prerequisites checklist
29+
30+
- [ ] SQL Server 2016 or later (on-premises or Azure VM)
31+
- [ ] Azure subscription and storage account
32+
- [ ] SQL Server Management Studio (SSMS)
33+
- [ ] Understanding of T-SQL backup/restore concepts
34+
35+
### Implementation workflow
36+
37+
1. **Set up Azure storage** - Create storage account, container, and access policies
38+
2. **Configure SQL Server credentials** - Create credentials with shared access signatures
39+
3. **Create or migrate databases** - Use Azure blob URLs for database file locations
40+
4. **Test and validate** - Verify database operations work correctly
41+
42+
### Get hands-on experience
43+
44+
**New to this feature?** Start with our comprehensive tutorial:
45+
46+
> [!TIP]
47+
> **[Tutorial: Use Azure Blob Storage with SQL Server databases](../tutorial-use-azure-blob-storage-service-with-sql-server.md)**
48+
>
49+
> This tutorial walks you through the complete process with real examples, including:
50+
> - Setting up Azure storage with PowerShell
51+
> - Creating SQL Server credentials
52+
> - Backing up and restoring databases
53+
> - Working with file-snapshot backups
54+
55+
For quick reference, see the [SQL Server concepts](#sql-server-concepts) section below for code examples.
2456

2557
## Why use SQL Server data files in Microsoft Azure?
2658

@@ -161,7 +193,10 @@ Starting with SQL Server 2014, a new SQL Server object has been added to be used
161193

162194
## <a id="bkmk_Troubleshooting"></a> Troubleshoot for SQL Server Data Files in Microsoft Azure
163195

164-
To avoid errors due to unsupported features or limitations, first review [Limitations](../../relational-databases/databases/sql-server-data-files-in-microsoft-azure.md#bkmk_Limitations).
196+
To avoid errors due to unsupported features or limitations, first review [Limitations](#bkmk_Limitations).
197+
198+
> [!NOTE]
199+
> **Need step-by-step guidance?** Many common issues can be avoided by following the correct setup procedures. See our [Tutorial: Use Azure Blob Storage with SQL Server databases](../tutorial-use-azure-blob-storage-service-with-sql-server.md) for detailed implementation steps.
165200
166201
The list of errors that you might get when using the SQL Server Data Files in Azure Storage feature are as follows.
167202

@@ -208,4 +243,6 @@ To resolve this issue, first determine if you need ServerA to access the databas
208243

209244
## Next steps
210245

246+
- **Get hands-on experience**: [Tutorial: Use Azure Blob Storage with SQL Server databases](../tutorial-use-azure-blob-storage-service-with-sql-server.md)
211247
- [Create a database](create-a-database.md)
248+
- [File-Snapshot Backups for Database Files in Azure](../../relational-databases/backup-restore/file-snapshot-backups-for-database-files-in-azure.md)

0 commit comments

Comments
 (0)