Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Last active October 30, 2018 22:52
Show Gist options
  • Save jwkidd3/b0c11b203d2fb0468936f8755b00ba50 to your computer and use it in GitHub Desktop.
Save jwkidd3/b0c11b203d2fb0468936f8755b00ba50 to your computer and use it in GitHub Desktop.
<install application>
sudo waagent -deprovision+user -force
<end of cloud init script>
az vm deallocate
az vm generalize
az image create
az vmss create
az network probe create
az network lb rule create -g TABLE6JKUBUNTURG -n table6lbruleweb --lb-name table6ssLB --backend-pool-name table6ssLBBEPool --backend-port 80 --frontend-ip-name loadBalancerFrontEnd --frontend-port 80 --protocol tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment