Skip to content

Commit e9ea6c2

Browse files
authored
Merge pull request #105389 from LarryFielder/patch-2
'az postgres server overview' -link fix
2 parents 0c75892 + e4bdb94 commit e9ea6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/single-server/how-to-manage-server-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you have not already created a server, refer to this [quickstart](quickstart-
3737

3838
## Scale compute and storage
3939

40-
You can scale up your pricing tier, compute, and storage easily using the following command. You can see all the server operation you can perform [az postgres server overview](/cli/azure/mysql/server)
40+
You can scale up your pricing tier, compute, and storage easily using the following command. You can see all the server operation you can perform [az postgres server overview](/cli/azure/postgres/server)
4141

4242
```azurecli-interactive
4343
az postgres server update --resource-group myresourcegroup --name mydemoserver --sku-name GP_Gen5_4 --storage-size 6144

0 commit comments

Comments
 (0)