You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Improve tutorial discoverability for SQL Server data files in Azure
- Add prominent 'How to use' section with quick-start workflow
- Include prerequisites checklist for better user guidance
- Prominently feature existing tutorial with clear call-to-action
- Improve tutorial references in troubleshooting section
- Update Next steps to highlight hands-on tutorial
- Address UUF feedback requesting step-by-step guidance
Addresses customer feedback in work item #248554: 'would be good to have a how to step by step tutorial on this'
Copy file name to clipboardExpand all lines: docs/relational-databases/databases/sql-server-data-files-in-microsoft-azure.md
+40-3Lines changed: 40 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@ title: "SQL Server data files in Microsoft Azure"
3
3
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.
4
4
author: MikeRayMSFT
5
5
ms.author: mikeray
6
-
ms.date: 03/01/2023
6
+
ms.date: 01/26/2026
7
7
ms.service: sql
8
8
ms.subservice: supportability
9
9
ms.topic: concept-article
10
+
ai-usage: ai-assisted
10
11
---
11
12
# SQL Server data files in Microsoft Azure
12
13
@@ -20,7 +21,38 @@ SQL Server Data Files in Microsoft Azure enables native support for SQL Server d
20
21
21
22
This article introduces concepts and considerations that are central to storing SQL Server data files in Microsoft Azure Storage Service.
22
23
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.
24
56
25
57
## Why use SQL Server data files in Microsoft Azure?
26
58
@@ -161,7 +193,10 @@ Starting with SQL Server 2014, a new SQL Server object has been added to be used
161
193
162
194
## <aid="bkmk_Troubleshooting"></a> Troubleshoot for SQL Server Data Files in Microsoft Azure
163
195
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.
165
200
166
201
The list of errors that you might get when using the SQL Server Data Files in Azure Storage feature are as follows.
167
202
@@ -208,4 +243,6 @@ To resolve this issue, first determine if you need ServerA to access the databas
208
243
209
244
## Next steps
210
245
246
+
-**Get hands-on experience**: [Tutorial: Use Azure Blob Storage with SQL Server databases](../tutorial-use-azure-blob-storage-service-with-sql-server.md)
211
247
-[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