Skip to content

Commit 0a9a697

Browse files
committed
Finalizing the changes for publishing
1 parent f849c79 commit 0a9a697

File tree

4 files changed

+10
-202
lines changed

4 files changed

+10
-202
lines changed

articles/cosmos-db/postgresql/concepts-row-level-security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jonels-msft
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.topic: conceptual
9-
ms.date: 01/30/2023
9+
ms.date: 10/02/2023
1010
---
1111

1212
# Row-level security in Azure Cosmos DB for PostgreSQL
@@ -30,7 +30,7 @@ security policies can compare the role name to values in the `tenant_id`
3030
distribution column to decide whether to allow access.
3131

3232
Here's how to apply the approach on a simplified events table distributed by
33-
`tenant_id`. First [create the roles](howto-create-users.md) `tenant1` and
33+
`tenant_id`. First [create the roles](./how-to-configure-authentication.md#configure-native-postgresql-authentication) `tenant1` and
3434
`tenant2`. Then run the following SQL commands as the `citus` administrator
3535
user:
3636

@@ -113,5 +113,5 @@ ERROR: new row violates row-level security policy for table "events_102055"
113113

114114
## Next steps
115115

116-
Learn how to [create roles](howto-create-users.md) in a
117-
cluster.
116+
- Learn how to [create roles](./how-to-configure-authentication.md#configure-native-postgresql-authentication) in a cluster.
117+
- Check out [security concepts in Azure Cosmos DB for PostgreSQL](./concepts-security-overview.md)

articles/cosmos-db/postgresql/how-to-connect-with-managed-identity.md

Lines changed: 0 additions & 192 deletions
This file was deleted.

articles/cosmos-db/postgresql/howto-restore-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Restore - Azure Cosmos DB for PostgreSQL - Azure portal
33
description: See how to perform restore operations in Azure Cosmos DB for PostgreSQL through the Azure portal.
4-
ms.author: jonels
5-
author: jonels-msft
4+
ms.author: nlarin
5+
author: niklarin
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.custom: ignite-2022
99
ms.topic: how-to
10-
ms.date: 06/12/2023
10+
ms.date: 10/02/2023
1111
---
1212

1313
# Point-in-time restore of a cluster in Azure Cosmos DB for PostgreSQL
@@ -58,7 +58,7 @@ back up and running:
5858
and client applications to the new server
5959
* Ensure appropriate [networking settings for private or public access](./concepts-security-overview.md#network-security) are in place for
6060
users to connect. These settings aren't copied from the original cluster.
61-
* Ensure appropriate [logins](./howto-create-users.md) and database level permissions are in place.
61+
* Ensure appropriate [logins](./how-to-configure-authentication.md#configure-native-postgresql-authentication) and database level permissions are in place.
6262
* Configure [alerts](./howto-alert-on-metric.md#suggested-alerts), as appropriate.
6363

6464
## Next steps

articles/cosmos-db/postgresql/quickstart-connect-psql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cosmos-db
88
ms.subservice: postgresql
99
ms.custom: mvc, mode-ui, ignite-2022
1010
ms.topic: quickstart
11-
ms.date: 06/07/2023
11+
ms.date: 10/02/2023
1212
---
1313

1414
# Connect to a cluster with psql - Azure Cosmos DB for PostgreSQL
@@ -30,7 +30,7 @@ Your cluster has a default database named `citus`. To connect to the database, y
3030

3131
:::image type="content" source="media/quickstart-connect-psql/get-connection-string.png" alt-text="Screenshot that shows copying the psql connection string.":::
3232

33-
The **psql** string is of the form `psql "host=c-<cluster>.<uniqueID>.postgres.cosmos.azure.com port=5432 dbname=citus user=citus password={your_password} sslmode=require"`. Notice that the host name starts with a `c.`, for example `c-mycluster.12345678901234.postgres.cosmos.azure.com`. This prefix indicates the coordinator node of the cluster. The default `dbname` is `citus` and can be changed only at cluster provisioning time. The `user` can be any valid [Postgres role](./howto-create-users.md) on your cluster.
33+
The **psql** string is of the form `psql "host=c-<cluster>.<uniqueID>.postgres.cosmos.azure.com port=5432 dbname=citus user=citus password={your_password} sslmode=require"`. Notice that the host name starts with a `c.`, for example `c-mycluster.12345678901234.postgres.cosmos.azure.com`. This prefix indicates the coordinator node of the cluster. The default `dbname` is `citus` and can be changed only at cluster provisioning time. The `user` can be any valid [Postgres role](./how-to-configure-authentication.md#configure-native-postgresql-authentication) on your cluster.
3434

3535
1. Open Azure Cloud Shell by selecting the **Cloud Shell** icon on the top menu bar.
3636

0 commit comments

Comments
 (0)