Skip to content

Commit b31f885

Browse files
authored
Update configure-replication-with-azure-ad-authentication.md
fixing typo
1 parent 66c5dcd commit b31f885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/replication/configure-replication-with-azure-ad-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following is an example script to create your distribution database on your
6969

7070
```sql
7171
EXEC sp_adddistributiondb @database = N'distribution_db',
72-
@data_folder = N' C:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER22\MSSQL\DATA',
72+
@data_folder = N'C:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER22\MSSQL\DATA',
7373
@log_folder = N'C:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER22\MSSQL\DATA',
7474
@log_file_size = 2, @min_distretention = 0, @max_distretention = 72,
7575
@history_retention = 48, @deletebatchsize_xact = 5000,
@@ -260,4 +260,4 @@ The following values define the security modes for these stored procedures:
260260

261261
## Next steps
262262

263-
To learn more, review [SQL Server Replication](sql-server-replication.md) and [Azure AD authentication for SQL Server](../security/authentication-access/azure-ad-authentication-sql-server-overview.md)
263+
To learn more, review [SQL Server Replication](sql-server-replication.md) and [Azure AD authentication for SQL Server](../security/authentication-access/azure-ad-authentication-sql-server-overview.md)

0 commit comments

Comments
 (0)