curl -s -H Metadata:true http://169.254.169.254/metadata/instance?api-version=2021-02-01 | jq -r '.network.interface | .[] | .ipv4.ipAddress | .[] | .publicIpAddress'
#output
13.70.193.102
List your VSCode Extensions
Ever wondered what extensions you have installed and want to keep a list? This actually is a good way to audit your...
0 Comments