Review updates and fixes

pull/84/head
khenidak 2016-10-05 11:04:43 -07:00
parent b2a2826fdd
commit 9fd42fe1b6
3 changed files with 4 additions and 2 deletions

View File

@ -666,6 +666,8 @@ info: vm list command OK
## Using The Jumpbox ## Using The Jumpbox
> The Jumpbox does not have Azure CLI installed. All further Azure CLI commands should be executed on a machine with CLI installed & configured.
### Connect to Jumpbox ### Connect to Jumpbox
``` ```

View File

@ -355,6 +355,6 @@ azure network lb rule create \
--frontend-port 6443 \ --frontend-port 6443 \
--backend-port 6443 \ --backend-port 6443 \
--frontend-ip-name the-hard-way-cfe \ --frontend-ip-name the-hard-way-cfe \
--backend-address-pool-name backend-pool\ --backend-address-pool-name backend-pool \
--probe-name controller-api-server-health --probe-name controller-api-server-health
``` ```

View File

@ -121,7 +121,7 @@ azure network lb rule create \
--frontend-port $NODE_PORT \ --frontend-port $NODE_PORT \
--backend-port $NODE_PORT \ --backend-port $NODE_PORT \
--frontend-ip-name the-hard-way-fe \ --frontend-ip-name the-hard-way-fe \
--backend-address-pool-name backend-pool\ --backend-address-pool-name backend-pool \
--probe-name nginx-app-health --probe-name nginx-app-health
``` ```