azcli
azcli copied to clipboard
Different scripts to test Azure technologies using the Azure CLI
Hello, this is a fantastic article, thank you https://blog.cloudtrooper.net/2021/03/06/route-server-multi-region-design/ One thing though: How does the vxlan tunnel form to get around the routing loop UDR issue? Example: hub1 NVA1 is...
Thanks for the great work in the blog, really useful. It appears the azure json might have changed and this [line](https://github.com/erjosito/azcli/blob/b13c5fb40139712d56095ec7372e89795ad9275b/routeserver-vmss-selfcontained-config.sh#L124) no longer works as expected Its privateIPAddress rather than...
In expressroute.azcli, lines 331 ... 337 - --resource $gw_id should be --resource $circuit_id - PeeringRouteTableLogs should be PeeringRouteLog Original version : ``` circuit_id_list=$(az network express-route list -g $rg --query '[].id'...