Review updates and fixes

This commit is contained in:
khenidak
2016-10-05 11:04:43 -07:00
parent b2a2826fdd
commit 9fd42fe1b6
3 changed files with 4 additions and 2 deletions

View File

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