You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: