The Add-AzApplicationGatewayIPConfiguration cmdlet adds an IP configuration to an application gateway.
IP configurations contain the subnet in which the application gateway is deployed.
Examples
Example 1: Add an virtual network configuration to an application gateway
The first command gets a virtual network.
The second command gets a subnet using the previously created virtual network.
The third command gets the application gateway and stores it in the $AppGw variable.
The fourth command adds the IP configuration to the application gateway stored in $AppGw.
Parameters
-ApplicationGateway
Specifies the application gateway to which this cmdlet adds an IP configuration.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.