Skip to content

Commit f849c79

Browse files
committed
Multiple updates.
1 parent caba580 commit f849c79

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/cosmos-db/postgresql/concepts-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Once you've authenticated against the Active Directory, you then retrieve a toke
103103

104104
## Next steps
105105

106-
- Check out [Azure AD limits and limitations in Azure Cosmos DB for PostgreSQL](./reference-limits.md#azure-active-directory-authentication).
107-
- Learn how to configure authentication for Azure Cosmos DB for PostgreSQL clusters, see [Use Azure Active Directory and native PostgreSQL roles for authentication with Azure Cosmos DB for PostgreSQL](./how-to-configure-authentication.md).
108-
- Set up private network access to the cluster nodes, see [Manage private access](./howto-private-access.md).
109-
- Set up public network access to the cluster nodes, see [Manage public access](./howto-manage-firewall-using-portal.md).
106+
- Check out [Azure AD limits and limitations in Azure Cosmos DB for PostgreSQL](./reference-limits.md#azure-active-directory-authentication)
107+
- [Learn how to configure authentication for Azure Cosmos DB for PostgreSQL clusters](./how-to-configure-authentication.md)
108+
- Set up private network access to the cluster nodes, see [Manage private access](./howto-private-access.md)
109+
- Set up public network access to the cluster nodes, see [Manage public access](./howto-manage-firewall-using-portal.md)

articles/cosmos-db/postgresql/how-to-configure-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ GRANT SELECT ON ALL TABLES IN SCHEMA public TO "[email protected]";
210210

211211
## Next steps
212212

213-
- Learn about [authentication in Azure Cosmos DB for PostgreSQL](./concepts-authentication.md).
213+
- Learn about [authentication in Azure Cosmos DB for PostgreSQL](./concepts-authentication.md)
214214
- Check out [Azure AD limits and limitations in Azure Cosmos DB for PostgreSQL](./reference-limits.md#azure-active-directory-authentication)
215-
- Review [Azure Active Directory fundamentals](./../../active-directory/fundamentals/active-directory-whatis.md).
216-
- [Learn more about SQL GRANT in PostgreSQL](https://www.postgresql.org/docs/current/sql-grant.html).
215+
- Review [Azure Active Directory fundamentals](./../../active-directory/fundamentals/active-directory-whatis.md)
216+
- [Learn more about SQL GRANT in PostgreSQL](https://www.postgresql.org/docs/current/sql-grant.html)

0 commit comments

Comments
 (0)