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: memdocs/configmgr/core/servers/deploy/install/command-line-script-file.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Include the following keys in the `SQLConfigOptions` section to install a site:
105
105
|`SQLSSBPort`| No | Port number | The SQL Server Service Broker (SSB) port. By default, SSB uses TCP port 4022. |
106
106
|`SQLDataFilePath`| No | Local directory path | An alternate location to create the database .mdb file. |
107
107
|`SQLLogFilePath`| No | Local directory path | An alternate location to create the database .ldf log file. |
108
-
|`AGBackupShare`| No | Network share path | The network location for sharing database backups when creating the site database in an Availability Group. |
108
+
|`AGBackupShare`| No | Network share path | The network location for sharing database backups when creating the site database in an Availability Group. The backup share is only needed if automatic seeding is not set. |
109
109
110
110
### `CloudConnectorOptions` section for site install
0 commit comments