Skip to content

Commit b369be7

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent 2321567 commit b369be7

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

articles/postgresql/hyperscale/howto-app-stacks-csharp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.date: 06/20/2022
1313

1414
[!INCLUDE[applies-to-postgresql-hyperscale](../includes/applies-to-postgresql-hyperscale.md)]
1515

16-
## Overview
17-
1816
In this document, you'll learn how to connect to a Hyperscale (Citus) database using a C# application. You'll see how to use SQL statements to query, insert, update, and delete data in the database. The steps in this article assume that you're familiar with developing using C#, and are new to working with Hyperscale (Citus).
1917

2018
> [!TIP]
@@ -33,7 +31,7 @@ In this document, you'll learn how to connect to a Hyperscale (Citus) database u
3331

3432
To get the database credentials, you can use the **Connection strings** tab in the Azure portal. See below screenshot.
3533

36-
![Diagram showing C# connection string](../media/howto-app-stacks/03-csharp-connection-string.png)
34+
![Diagram showing C# connection string.](../media/howto-app-stacks/03-csharp-connection-string.png)
3735

3836
## Step 1: Connect, create table, and insert data
3937

articles/postgresql/hyperscale/howto-app-stacks-java.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.date: 06/20/2022
1313

1414
[!INCLUDE[applies-to-postgresql-hyperscale](../includes/applies-to-postgresql-hyperscale.md)]
1515

16-
## Overview
17-
1816
In this document, you'll learn how to connect to a Hyperscale (Citus) server group using a Java application. You'll see how to use SQL statements to query, insert, update, and delete data in the database. The steps in this article assume that you're familiar with developing using Java and [JDBC](https://en.wikipedia.org/wiki/Java_Database_Connectivity), and are new to working with Hyperscale (Citus).
1917

2018
> [!TIP]
@@ -34,7 +32,7 @@ In this document, you'll learn how to connect to a Hyperscale (Citus) server gro
3432

3533
To get the database credentials, you can use the **Connection strings** tab in the Azure portal. Replace the password placeholder with the actual password. See below screenshot.
3634

37-
![Diagram showing Java connection string](../media/howto-app-stacks/02-java-connection-string.png)
35+
![Diagram showing Java connection string.](../media/howto-app-stacks/02-java-connection-string.png)
3836

3937
### Create a new Java project
4038

articles/postgresql/hyperscale/howto-app-stacks-nodejs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.date: 06/20/2022
1313

1414
[!INCLUDE[applies-to-postgresql-hyperscale](../includes/applies-to-postgresql-hyperscale.md)]
1515

16-
## Overview
17-
1816
In this article, you'll connect to a Hyperscale (Citus) server group using a Node.js application. We'll see how to use SQL statements to query, insert, update, and delete data in the database. The steps in this article assume that you're familiar with developing using Node.js, and are new to working with Hyperscale (Citus).
1917

2018
> [!TIP]
@@ -46,7 +44,7 @@ npm list
4644

4745
To get the database credentials, you can use the **Connection strings** tab in the Azure portal. See below screenshot.
4846

49-
![Diagram showing NodeJS connection string](../media/howto-app-stacks/01-python-connection-string.png)
47+
![Diagram showing NodeJS connection string.](../media/howto-app-stacks/01-python-connection-string.png)
5048

5149
### Running JavaScript code in Node.js
5250

articles/postgresql/hyperscale/howto-app-stacks-python.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.date: 06/20/2022
1313

1414
[!INCLUDE[applies-to-postgresql-hyperscale](../includes/applies-to-postgresql-hyperscale.md)]
1515

16-
## Overview
17-
1816
In this article, you'll learn how to connect to the database on Hyperscale (Citus) and run SQL statements to query using Python on macOS, Ubuntu Linux, or Windows.
1917

2018
> [!TIP]
@@ -37,7 +35,7 @@ For this article you need:
3735

3836
To get the database credentials, you can use the **Connection strings** tab in the Azure portal:
3937

40-
![Diagram showing python connection string](../media/howto-app-stacks/01-python-connection-string.png)
38+
![Diagram showing python connection string.](../media/howto-app-stacks/01-python-connection-string.png)
4139

4240
Replace the following values:
4341

articles/postgresql/hyperscale/howto-app-stacks-ruby.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.date: 06/20/2022
1313

1414
[!INCLUDE[applies-to-postgresql-hyperscale](../includes/applies-to-postgresql-hyperscale.md)]
1515

16-
## Overview
17-
1816
In this how-to article, you'll connect to a Hyperscale (Citus) server group using a Ruby application. We'll see how to use SQL statements to query, insert, update, and delete data in the database. The steps in this article assume that you're familiar with developing using Node.js, and are new to working with Hyperscale (Citus).
1917

2018
> [!TIP]
@@ -34,7 +32,7 @@ In this how-to article, you'll connect to a Hyperscale (Citus) server group usin
3432

3533
To get the database credentials, you can use the **Connection strings** tab in the Azure portal. See below screenshot.
3634

37-
![Diagram showing ruby connection string](../media/howto-app-stacks/01-python-connection-string.png)
35+
![Diagram showing ruby connection string.](../media/howto-app-stacks/01-python-connection-string.png)
3836

3937
## Connect, create table, insert data
4038

0 commit comments

Comments
 (0)