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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,14 @@ This script uses the commands outlined in the following table:
44
44
|---|---|
45
45
|[az group create](/cli/azure/group#az-group-create)| Creates a resource group in which all resources are stored. |
46
46
|[az postgresql server create](/cli/azure/postgres/server/vnet-rule#az-postgres-server-vnet-rule-create)| Creates an Azure Database for PostgreSQL flexible server instance that hosts the databases. |
47
-
|[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. |
47
+
|[az network vnet list-endpoint-services](/cli/azure/network/vnet#az-network-vnet-list-endpoint-services#az-network-vnet-list-endpoint-services)|Lists which services support VNET service tunneling in a given region. |
48
48
|[az network vnet create](/cli/azure/network/vnet#az-network-vnet-create)| Creates a virtual network. |
49
-
|[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. |
49
+
|[az network vnet subnet create](/cli/azure/network/vnet#az-network-vnet-subnet-create)|Creates a subnet and associates an existing NSG and route table. |
50
50
|[az network vnet subnet show](/cli/azure/network/vnet#az-network-vnet-subnet-show)|Shows details of a subnet. |
51
-
|[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 an Azure Database for PostgreSQL flexible server instance. |
51
+
|[az postgresql server vnet-rule create](/cli/azure/postgres/server/vnet-rule#az-postgres-server-vnet-rule-create)|Creates a virtual network rule to allow access to an Azure Database for PostgreSQL flexible server instance. |
52
52
|[az group delete](/cli/azure/group#az-group-delete)| Deletes a resource group including all nested resources. |
53
53
54
54
## Next steps
55
55
56
56
- Read more information on the Azure CLI: [Azure CLI documentation](/cli/azure).
57
-
- Try additional scripts: [Azure CLI samples for Azure Database for PostgreSQL - Flexible Server](../sample-scripts-azure-cli.md)
57
+
- Try more scripts: [Azure CLI samples for Azure Database for PostgreSQL - Flexible Server](../sample-scripts-azure-cli.md)
0 commit comments