Skip to content

Commit

Permalink
Typo "a Azure Database"→"an Azure Database"
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoshioka0128 authored Feb 4, 2024
1 parent 8fa5c2e commit b377b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Note the public IP address of the VM. You will use this address to connect to

## Create an Azure Database for PostgreSQL - Single server

Create a Azure Database for PostgreSQL with the az postgres server create command. Remember that the name of your PostgreSQL Server must be unique across Azure, so replace the placeholder value with your own unique values that you used above:
Create an Azure Database for PostgreSQL with the az postgres server create command. Remember that the name of your PostgreSQL Server must be unique across Azure, so replace the placeholder value with your own unique values that you used above:

```azurecli-interactive
# Create a server in the resource group
Expand Down

0 comments on commit b377b6a

Please sign in to comment.