Skip to content

Commit 9ac3305

Browse files
authored
Update sample-create-server-with-vnet-rule.md
1 parent 192a265 commit 9ac3305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/scripts/sample-create-server-with-vnet-rule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ This script uses the commands outlined in the following table:
4141
| **Command** | **Notes** |
4242
|---|---|
4343
| [az group create](/cli/azure/group#az_group_create) | Creates a resource group in which all resources are stored. |
44-
| [az postgresql server create](/cli/azure/postgres/server/vnet-rule?view=azure-cli-latest#az-postgres-server-vnet-rule-create) | Creates a PostgreSQL server that hosts the databases. |
44+
| [az postgresql server create](/cli/azure/postgres/server/vnet-rule#az-postgres-server-vnet-rule-create) | Creates a PostgreSQL server that hosts the databases. |
4545
| [az network vnet list-endpoint-services](/cli/azure/network/vnet#az-network-vnet-list-endpoint-services#az-network-vnet-list-endpoint-services) | List which services support VNET service tunneling in a given region. |
4646
| [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create) | Creates a virtual network. |
4747
| [az network vnet subnet create](/cli/azure/network/vnet#az-network-vnet-subnet-create) | Create a subnet and associate an existing NSG and route table. |
4848
| [az network vnet subnet show](/cli/azure/network/vnet#az-network-vnet-subnet-show) |Shows details of a subnet. |
49-
| [az postgresql server vnet-rule create](/cli/azure/postgres/server/vnet-rule?view=azure-cli-latest#az-postgres-server-vnet-rule-create) | Create a virtual network rule to allows access to a PostgreSQL server. |
49+
| [az postgresql server vnet-rule create](/cli/azure/postgres/server/vnet-rule#az-postgres-server-vnet-rule-create) | Create a virtual network rule to allows access to a PostgreSQL server. |
5050
| [az group delete](/cli/azure/group#az_group_delete) | Deletes a resource group including all nested resources. |
5151

5252
## Next steps

0 commit comments

Comments
 (0)