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/mariadb/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
@@ -45,11 +45,11 @@ This script uses the commands outlined in the following table:
45
45
|[az network vnet list-endpoint-services](/cli/cli/azure/network/vnet#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. |
|[az network vnet subnet show](/cli/azure/network/vnet#az-network-vnet-subnet-show)| Shows details of a subnet. |
49
49
|[az mariadb server vnet-rule create](/cli/azure/mariadb/server/vnet-rule#az-mariadb-server-vnet-rule-create)| Create a virtual network rule to allows access to a MariaDB server. |
50
50
|[az group delete](/cli/azure/group#az_group_delete)| Deletes a resource group including all nested resources. |
51
51
52
52
## Next steps
53
53
54
54
- Read more information on the Azure CLI: [Azure CLI documentation](/cli/azure).
55
-
- Try additional scripts: [Azure CLI samples for Azure Database for MariaDB](../sample-scripts-azure-cli.md)
55
+
- Try additional scripts: [Azure CLI samples for Azure Database for MariaDB](../sample-scripts-azure-cli.md).
0 commit comments