As a user: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bashapt install -y jqaz loginaz account get-access-tokendeclare subid=”xxx”declare response=$(az account get-access-token)decla…Read more
Month: November 2021
Azure Virtual WAN – Force Tunneling
* Force tunnel to NVA You can specify a 0.0.0.0/0 route in the defaultRouteTable with next hop Virtual Network Connection. Then specify the specific IP of the NVA. This will force all internet-bound t…Read more