Skip to content

Commit fe7403b

Browse files
Merge pull request #262126 from AlicjaKucharczyk/patch-2
Update quickstart-create-server-cli.md
2 parents 478a213 + a78b30a commit fe7403b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/flexible-server/quickstart-create-server-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ az account set --subscription <subscription id>
4343

4444
## Create a flexible server
4545

46-
Create an [Azure resource group](../../azure-resource-manager/management/overview.md) using the `az group create` command and then create your PostgreSQL flexible server inside this resource group. You should provide a unique name. The following example creates a resource group named `myresourcegroup` in the `westus` location.
46+
Create an [Azure resource group](../../azure-resource-manager/management/overview.md) using the `az group create` command and then create your PostgreSQL flexible server inside this resource group. You should provide a unique name. The following example creates a resource group named `myresourcegroup` in the `eastus` location.
4747

4848
```azurecli-interactive
49-
az group create --name myresourcegroup --location westus
49+
az group create --name myresourcegroup --location eastus
5050
```
5151

5252
Create a flexible server with the `az postgres flexible-server create` command. A server can contain multiple databases. The following command creates a server in the resource group you just created:
@@ -93,7 +93,7 @@ The result is in JSON format. Make a note of the **fullyQualifiedDomainName** an
9393
"earliestRestoreDate": null,
9494
"fullyQualifiedDomainName": "mydemoserver.postgres.database.azure.com",
9595
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.DBforPostgreSQL/flexibleServers/mydemoserver",
96-
"location": "westus",
96+
"location": "eastus",
9797
"name": "mydemoserver",
9898
"network": {
9999
"delegatedSubnetResourceId": null,

0 commit comments

Comments
 (0)