Skip to content

Commit fd7cdb8

Browse files
authored
Update azacsnap-cmd-ref-configure.md for AzAcSnap 11
add details of MS SQL Server configuration.
1 parent c41315f commit fd7cdb8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/azure-netapp-files/azacsnap-cmd-ref-configure.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: Phil-Jensen
66
ms.service: azure-netapp-files
77
ms.topic: reference
8-
ms.date: 08/21/2023
8+
ms.date: 02/01/2025
99
ms.author: phjensen
1010
---
1111

@@ -129,6 +129,14 @@ When you add a Db2 database to the configuration, the following values are requi
129129
> [!IMPORTANT]
130130
> Setting `Db2 Server Address` (`serverAddress`) aligns directly with the method that's used to communicate with Db2. Ensure that you set it correctly, as described.
131131
132+
# [Microsoft SQL Server](#tab/mssql)
133+
134+
When adding a Microsoft SQL Server database to the configuration, the following values are required:
135+
136+
- `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".
137+
- `instanceName` = The database instance name.
138+
- `metaDataFileLocation` = The location where Microsoft SQL Server will write out the backup meta-data file (for example, "C:\\MSSQL_BKP\\").
139+
132140
---
133141

134142
# [Azure Large Instances (bare metal)](#tab/azure-large-instance)

0 commit comments

Comments
 (0)