azcli
azcli copied to clipboard
azcli/routeserver-vmss-selfcontained-config.sh bug line 124
Thanks for the great work in the blog, really useful.
It appears the azure json might have changed and this line no longer works as expected
Its privateIPAddress rather than privateIpAddress, e.g.
$ az vmss nic list --vmss-name $nva_name -g $rg --query '[].ipConfigurations[].privateIpAddress' -o tsv
no data
$ az vmss nic list --vmss-name $nva_name -g $rg --query '[].ipConfigurations[].privateIPAddress' -o tsv
10.100.5.5