Skip to content

Commit 66c5dcd

Browse files
committed
fixing blocking issues
1 parent 80579ac commit 66c5dcd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,5 @@ The following values define the security modes for these stored procedures:
259259

260260

261261
## Next steps
262+
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)

docs/relational-databases/system-stored-procedures/sp-addpushsubscription-agent-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sp_addpushsubscription_agent [ @publication= ] 'publication'
6666
Is the name of the publication. *publication* is **sysname**, with no default.
6767

6868
`[ @subscriber = ] 'subscriber'`
69-
Is the name of the Subscriber instance or the name of the AG listener if the subscriber database is a availability group. *subscriber* is **sysname**, with a default of NULL.
69+
Is the name of the Subscriber instance or the name of the AG listener if the subscriber database is part of an availability group. *subscriber* is **sysname**, with a default of NULL.
7070

7171
<!--SQL Server 2019 on Linux-->
7272
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "

0 commit comments

Comments
 (0)