Skip to content

Commit 0f98533

Browse files
authored
Merge pull request #88052 from roy-work/patch-1
Fix minor typo in connect-azure-cli.md
2 parents 1877085 + 22c1cf7 commit 0f98533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/connect-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This quickstart demonstrates how to connect to an Azure Database for PostgreSQL
2222
- Login using Azure CLI with ```az login``` command
2323
- Turn on parameter persistence with ```az config param-persist on```. Parameter persistence will help you use local context without having to repeat a lot of arguments like resource group or location.
2424

25-
## Create an PostgreSQL Flexible Server
25+
## Create a PostgreSQL Flexible Server
2626

2727
The first thing we'll create is a managed PostgreSQL server. In [Azure Cloud Shell](https://shell.azure.com/), run the following script and make a note of the **server name**, **username** and **password** generated from this command.
2828

0 commit comments

Comments
 (0)