We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eba633 + b3cbb0d commit 01ada3cCopy full SHA for 01ada3c
articles/virtual-machines/linux/tutorial-load-balancer.md
@@ -284,7 +284,7 @@ az network lb address-pool show \
284
--lb-name myLoadBalancer \
285
--name myBackEndPool \
286
--query backendIpConfigurations \
287
- --output tsv | cut -f4
+ --output tsv | cut -f5
288
```
289
290
The output is similar to the following example, which shows that the virtual NIC for VM 2 is no longer part of the backend address pool:
0 commit comments