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
This script uses the following commands. Each command in the table links to command specific documentation.
105
-
106
-
| Command | Notes |
107
-
|---|---|
108
-
|[New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup)| Creates a resource group in which all resources are stored. |
109
-
|[New-AzAppServicePlan](/powershell/module/az.websites/new-azappserviceplan)| Creates an App Service plan. |
110
-
|[New-AzWebApp](/powershell/module/az.websites/new-azwebapp)| Creates a web app. |
111
-
|[New-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/new-azvirtualnetworksubnetconfig)| Creates a virtual network subnet configuration. |
112
-
|[New-AzVirtualNetwork](/powershell/module/az.network/new-azvirtualnetwork)| Creates a virtual network. |
113
-
|[New-AzPrivateLinkServiceConnection](/powershell/module/az.network/new-azprivatelinkserviceconnection)| Creates a private link service connection configuration. |
114
-
|[New-AzPrivateEndpoint](/powershell/module/az.network/new-azprivateendpoint)| Creates a private endpoint. |
115
-
|[New-AzPrivateDnsZone](/powershell/module/az.privatedns/new-azprivatednszone)| Creates a new private DNS zone. |
116
-
|[New-AzPrivateDnsVirtualNetworkLink](/powershell/module/az.privatedns/new-azprivatednsvirtualnetworklink)| Creates a new private DNS virtual network link. |
117
-
|[New-AzPrivateDnsZoneConfig](/powershell/module/az.network/new-azprivatednszoneconfig)| Creates DNS zone configuration of the private dns zone group. |
118
-
|[New-AzPrivateDnsZoneGroup](/powershell/module/az.network/new-azprivatednszonegroup)| Creates a private DNS zone group in the specified private endpoint. |
119
-
120
-
## Next steps
121
-
122
-
- For more information on the Azure PowerShell module, see [Azure PowerShell documentation](/powershell/azure/).
123
-
- Additional Azure PowerShell samples for Azure App Service Web Apps can be found in the [Azure PowerShell samples](../samples-powershell.md).
0 commit comments