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
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azacsnap-preview.md
+2-73Lines changed: 2 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,16 @@ services: azure-netapp-files
5
5
author: Phil-Jensen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: reference
8
-
ms.date: 05/15/2024
8
+
ms.date: 02/01/2025
9
9
ms.author: phjensen
10
10
---
11
11
12
12
# Preview features of the Azure Application Consistent Snapshot tool
13
13
14
14
This article provides a guide on setup and usage of the new features in preview for the Azure Application Consistent Snapshot tool (AzAcSnap). For basic information about the tool, see [What is the Azure Application Consistent Snapshot tool?](./azacsnap-introduction.md).
15
15
16
-
The preview features provided with AzAcSnap 10 are:
16
+
The preview features provided with AzAcSnap 11 are:
17
17
18
-
- Microsoft SQL Server
19
18
- Azure NetApp Files backup
20
19
- Azure managed disks
21
20
@@ -31,76 +30,6 @@ AzAcSnap preview features are offered together with generally available features
31
30
32
31
You can provide feedback on AzAcSnap, including this preview, [online](https://aka.ms/azacsnap-feedback).
33
32
34
-
## Microsoft SQL Server
35
-
36
-
### Supported platforms and operating systems
37
-
38
-
> [!NOTE]
39
-
> Support for Microsoft SQL Server is Preview feature.
40
-
> This section's content supplements [What is Azure Application Consistent Snapshot tool](azacsnap-introduction.md) page.
41
-
42
-
New database platforms and operating systems supported with this preview release.
43
-
44
-
-**Databases**
45
-
- Microsoft SQL Server 2022 (or later) on Windows Server 2019 (or later) only is in preview.
46
-
47
-
48
-
### Enable communication with database
49
-
50
-
> [!NOTE]
51
-
> Support for Microsoft SQL Server is Preview feature.
This section explains how to enable communication with the database. Ensure the database you're using is correctly selected from the tabs.
54
-
55
-
# [Microsoft SQL Server](#tab/mssql)
56
-
57
-
The snapshot tools issue commands to the Microsoft SQL Server database directly to enable and disable backup mode.
58
-
59
-
AzAcSnap connects directly to Microsoft SQL Server using the provided connect-string to issue SQL commands, such as `ALTER SERVER CONFIGURATION SET SUSPEND_FOR_SNAPSHOT_BACKUP = ON` or `ALTER SERVER CONFIGURATION SET SUSPEND_FOR_SNAPSHOT_BACKUP = OFF`. The connect-string will determine if the installation is on the database server or a centralized "backup" server. Typical installations of AzAcSnap would be onto the database server to ensure features such as flushing file buffers can work as expected. If AzAcSnap has been installed onto the database server, then be sure the user running azacsnap has the required permissions.
60
-
61
-
##### `azacsnap` user permissions
62
-
63
-
Refer to [Get started with Azure Application Consistent Snapshot tool](azacsnap-get-started.md)
64
-
The `azacsnap` user should have permissions to put Microsoft SQL Server into backup mode, and have permissions to flush I/O buffers to the volumes configured.
65
-
66
-
Configure (`.\azacsnap.exe -c configure`) with the correct values for Microsoft SQL Server and test (`.\azacsnap.exe -c test --test mssql`) azacsnap database connectivity.
67
-
Run the `azacsnap` test command
68
-
```shell
69
-
.\azacsnap.exe -c test --test mssql
70
-
```
71
-
72
-
```output
73
-
BEGIN : Test process started for 'mssql'
74
-
BEGIN : Database tests
75
-
PASSED: Successful connectivity to MSSQL version 16.00.1115
76
-
END : Test process complete for 'mssql'
77
-
```
78
-
---
79
-
### Configuring the database
80
-
This section explains how to configure the data base.
81
-
# [Microsoft SQL Server](#tab/mssql)
82
-
No special database configuration is required for Microsoft SQL Server as we are using the User's local operating system environment.
83
-
84
-
---
85
-
86
-
### Configuring AzAcSnap
87
-
88
-
This section explains how to configure AzAcSnap for the specified database.
89
-
90
-
> [!NOTE]
91
-
> Support for Microsoft SQL Server is Preview feature.
The following sections provide detailed guidance on the various values required for the configuration file.
95
-
# [Microsoft SQL Server](#tab/mssql)
96
-
#### Microsoft SQL Server Database values for configuration
97
-
When adding a Microsoft SQL Server database to the configuration, the following values are required:
98
-
-**connectionString** = The Connection String used to connect to the database. For a typical AzAcSnap installation on to the system running Microsoft SQL Server where the Database Instance is MSSQL2022 the connection string = "Trusted_Connection=True;Persist Security Info=True;Data Source=MSSQL2022;TrustServerCertificate=true".
99
-
-**instanceName** = The database instance name.
100
-
-**metaDataFileLocation** = The location where Microsoft SQL Server will write out the backup meta-data file (for example, "C:\\MSSQL_BKP\\").
101
-
102
-
---
103
-
104
33
## Azure NetApp Files backup
105
34
106
35
When you're taking snapshots by using AzAcSnap on multiple volumes, all the snapshots have the same name by default. Due to the removal of the volume name from the resource ID hierarchy when the snapshot is archived into an Azure NetApp Files backup, you must ensure that the snapshot name is unique.
0 commit comments