You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/scripts/sample-create-server-with-vnet-rule.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,12 @@ This script uses the commands outlined in the following table:
41
41
|**Command**|**Notes**|
42
42
|---|---|
43
43
|[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. |
45
45
|[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. |
46
46
|[az network vnet create](/cli/azure/network/vnet#az-network-vnet-create)| Creates a virtual network. |
47
47
|[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. |
48
48
|[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. |
50
50
|[az group delete](/cli/azure/group#az_group_delete)| Deletes a resource group including all nested resources. |
0 commit comments