Skip to content

Commit d49afd2

Browse files
Update connect-rust.md
1 parent f4c014f commit d49afd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/single-server/connect-rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: sunila
88
author: sunilagarwal
99
ms.devlang: rust
1010
ms.custom: kr2b-contr-experiment
11-
ms.date: 06/24/2022
11+
ms.date: 01/29/2024
1212
---
1313

1414
# Quickstart: Use Rust to interact with Azure Database for PostgreSQL - Single Server
@@ -25,7 +25,7 @@ For this quickstart, you need:
2525

2626
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2727
- A recent version of [Rust](https://www.rust-lang.org/tools/install) installed.
28-
- An Azure Database for PostgreSQL single server. Create one using [Azure portal](./quickstart-create-server-database-portal.md) <br/> or [Azure CLI](./quickstart-create-server-database-azure-cli.md).
28+
- An Azure Database for PostgreSQL single server. Create one using [Azure CLI](./quickstart-create-server-database-azure-cli.md).
2929
- Based on whether you are using public or private access, complete **ONE** of the actions below to enable connectivity.
3030

3131
|Action| Connectivity method|How-to guide|
@@ -322,7 +322,7 @@ fn delete(pg_client: &mut postgres::Client) {
322322
deleted item info: id = 4, name = item-4, quantity = 16
323323
```
324324

325-
4. To confirm, you can also connect to Azure Database for PostgreSQL [using psql](./quickstart-create-server-database-portal.md#connect-to-the-server-with-psql) and run queries against the database, for example:
325+
4. To confirm, you can also connect to Azure Database for PostgreSQL [using psql](./quickstart-create-server-database-azure-cli.md#connect-to-the-azure-database-for-postgresql-server-by-using-psql) and run queries against the database, for example:
326326

327327
```sql
328328
select * from inventory;

0 commit comments

Comments
 (0)