Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#119491 from hyoshioka0128/patch-781
Browse files Browse the repository at this point in the history
Typo "a Azure Database"→"an Azure Database"
  • Loading branch information
Court72 authored Feb 5, 2024
2 parents 6e9e118 + b377b6a commit 5668afe
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 5668afe

Please sign in to comment.