Skip to content

Instantly share code, notes, and snippets.

@wznpp1
Last active August 30, 2020 05:20
Show Gist options
  • Save wznpp1/f079f57393862779d4f827756e073dfb to your computer and use it in GitHub Desktop.
Save wznpp1/f079f57393862779d4f827756e073dfb to your computer and use it in GitHub Desktop.
#!/bin/bash
az login
wget -N --no-check-certificate https://raw.githubusercontent.com/luvvien/ssr-install-shellscript/master/ssr.sh
chmod +x ssr.sh
bash ssr.sh
az network public-ip create --resource-group wznpp1_group --location eastasia --name myPublicIP2 --dns-name wznpp10 --allocation-method Static
az network nic ip-config create --resource-group wznpp1_group --nic-name myVMNic --name ipconfig2 --private-ip-address 10.0.0.5 --public-ip myPublicIP2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment