Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
adeturner opened this issue Aug 30, 2023 · 0 comments
Open

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

adeturner opened this issue Aug 30, 2023 · 0 comments

Comments

@adeturner
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant