This file contains hidden or 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
| RG="[YOUR RESOURCE GROUP]" | |
| APPNAME=$RG-wordpress #Name what you want | |
| LOCATION="Central US" #put where you like | |
| #Recommend to keep these random, but if you need to change go for it | |
| USER=admin_$RANDOM #set this to whatever you like but it's not something that should be easy | |
| PASS=$(uuidgen) #Again - whatever you like but keep it safe! Better to make it random | |
| SERVERNAME=server$RANDOM #this has to be unique across azure | |
| #accepted values for the service plan: B1, B2, B3, D1, F1, FREE, P1, P1V2, P2, P2V2, P3, P3V2, PC2, PC3, PC4, S1, S2, S3, SHARED |