-
-
Save jwkidd3/b0c11b203d2fb0468936f8755b00ba50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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