azcli icon indicating copy to clipboard operation
azcli copied to clipboard

azcli/routeserver-vmss-selfcontained-config.sh bug line 124

Open adeturner opened this issue 2 years ago • 0 comments

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

adeturner avatar Aug 30 '23 12:08 adeturner