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
The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01, and stores it in the $AppGw variable.
@@ -38,8 +38,8 @@ The second command updates the back-end address pool of the application gateway
38
38
39
39
### Example 2: Setting a back-end address pool by using backend server IP addresses
The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01, and stores it in the $AppGw variable.
@@ -48,10 +48,10 @@ The second command updates the back-end address pool of the application gateway
48
48
49
49
### Example 3: Setting a back-end address pool by using the ID of the backend server?s IP address
The first command gets a network interface object named Nic01 that belongs to the resource group named ResourceGroup01, and stores it in the $Nic01 variable.
0 commit comments