File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
examples/webapp-management Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ pingwebapp() {
10
10
# setup
11
11
printf " \nSetup: Creating a new resource group: %s at location: %s.\n" " $groupName " " $location "
12
12
13
- # appName1=`randomName testweb`
14
- # appName2=`randomName testweb`
15
- # appName3=`randomName testweb`
16
- # appName4=`randomName testweb`
17
- # planName1=`randomName testplan`
18
- # planName2=`randomName testplan`
19
- # planName3=`randomName testplan`
20
13
slotname1=" staging"
21
14
slotname2=" testing"
22
15
slotname3=" staging"
Original file line number Diff line number Diff line change @@ -4,16 +4,8 @@ printf "\n=== Managing Web Apps in Azure ===\n"
4
4
printf " \nSetup: Creating a new resource group: %s at location: %s.\n" " $groupName " " $location "
5
5
az group create --name " $groupName " --location " $location "
6
6
7
- # appName1=`randomName testweb`
8
- # appName2=`randomName testweb`
9
- # appName3=`randomName testweb`
10
- # appName4=`randomName testweb`
11
7
slotname1=" staging"
12
8
slotname2=" testing"
13
- # planName1=`randomName testplan`
14
- # planName2=`randomName testplan`
15
- # planName3=`randomName testplan`
16
- # planName4=`randomName testplan`
17
9
tier1=" Shared"
18
10
tier2=" Standard"
19
11
tier3=" Premium"
You can’t perform that action at this time.
0 commit comments