Skip to content

Commit fc41ae2

Browse files
author
Hao Chen
committed
Minor code cleanup.
1 parent f441220 commit fc41ae2

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

examples/webapp-management/02-WebAppSlot.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ pingwebapp() {
1010
#setup
1111
printf "\nSetup: Creating a new resource group: %s at location: %s.\n" "$groupName" "$location"
1212

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`
2013
slotname1="staging"
2114
slotname2="testing"
2215
slotname3="staging"

examples/webapp-management/03-WebApp.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,8 @@ printf "\n=== Managing Web Apps in Azure ===\n"
44
printf "\nSetup: Creating a new resource group: %s at location: %s.\n" "$groupName" "$location"
55
az group create --name "$groupName" --location "$location"
66

7-
# appName1=`randomName testweb`
8-
# appName2=`randomName testweb`
9-
# appName3=`randomName testweb`
10-
# appName4=`randomName testweb`
117
slotname1="staging"
128
slotname2="testing"
13-
# planName1=`randomName testplan`
14-
# planName2=`randomName testplan`
15-
# planName3=`randomName testplan`
16-
# planName4=`randomName testplan`
179
tier1="Shared"
1810
tier2="Standard"
1911
tier3="Premium"

0 commit comments

Comments
 (0)