a repro for different azure site to site s2s vpn scenarios. To run the script, either do one of the following:
- Open Azure Cloud Shell and run the following commands to download and run the script:
curl -o s2s.sh https://raw.githubusercontent.com/wshamroukh/azure-site-to-site-s2s-vpn/main/static-s2s-vpn/s2s.sh
chmod +x s2s.sh
./s2s.sh
- Download the script or copy its content and use Visual Studio Code with a shell based terminal like git bash or WSL and then run each line of the code.