File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
examples/webapp-management Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -172,12 +172,7 @@ appWithSlotName3="$appName4/$slotname3"
172
172
# Cleanup
173
173
printf " \n22. Remove web app slot: %s." " $slotname1 "
174
174
az webapp slot remove -g " $groupName " -n " $appName1 " --slot " $slotname1 " --force
175
+ az webapp slot remove -g " $groupName " -n " $appName1 " --slot " $slotname2 " --force
175
176
176
- printf " \n23. Remove web app: %s." " $appName1 "
177
- az webapp remove -g " $groupName " -n " $appName1 " --force
178
-
179
- printf " \n24. Remove app service plan: %s." " $planName1 "
180
- az app service plan remove -g " $groupName " -n " $planName1 " --force
181
-
182
- printf " \n25. Remove resource group: %s." " $groupName "
177
+ printf " \n23. Remove resource group: %s." " $groupName "
183
178
az group remove --name " $groupName " --force
You can’t perform that action at this time.
0 commit comments