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
@@ -103,16 +99,16 @@ This script uses the following commands to create the deployment. Each item in t
103
99
|---|---|
104
100
|[Add-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/add-azvirtualnetworksubnetconfig)| Adds a subnet configuration. This configuration is used with the virtual network creation process. |
105
101
|[Add-AzVpnClientRootCertificate](/powershell/module/az.network/add-azvpnclientrootcertificate)| Uploads the root certificate public key information to the VPN gateway.|
106
-
|[Get-AzVirtualNetwork](/powershell/module/az.network/get-azvirtualnetwork)| Gets a virtual network details. |
107
-
|[Get-AzVirtualNetworkGateway](/powershell/module/az.network/get-azvirtualnetworkgateway)| Gets a virtual network gateway details. |
|[Get-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/get-azvirtualnetworksubnetconfig)| Gets the virtual network subnet configuration details. |
109
105
|[New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup)| Creates a resource group in which all resources are stored. |
110
106
|[New-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/new-azvirtualnetworksubnetconfig)| Creates a subnet configuration. This configuration is used with the virtual network creation process. |
111
107
|[New-AzVirtualNetwork](/powershell/module/az.network/new-azvirtualnetwork)| Creates a virtual network. |
112
108
|[New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress)| Creates a public IP address. |
113
109
|[New-AzVirtualNetworkGatewayIpConfig](/powershell/module/az.network/new-azvirtualnetworkgatewayipconfig)| Creates a new gateway ip configuration. |
114
110
|[New-AzVirtualNetworkGateway](/powershell/module/az.network/new-azvirtualnetworkgateway)| Creates a VPN gateway. |
115
-
|[New-SelfSignedCertificate](/powershell/module/pkiclient/new-selfsignedcertificate?view=win10-ps)| Creates a new self-signed root certificate. |
111
+
|[New-SelfSignedCertificate](/powershell/module/pkiclient/new-selfsignedcertificate)| Creates a new self-signed root certificate. |
116
112
|[Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup)| Removes a resource group and all resources contained within. |
117
113
|[Set-AzVirtualNetwork](/powershell/module/az.network/set-azvirtualnetwork)| Sets the subnet configuration for the virtual network. |
0 commit comments