Skip to content

Commit 18e8020

Browse files
committed
Line edits3
1 parent 9da60c0 commit 18e8020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/azure-devops/manage-release-cadence/includes/3-set-up-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,19 @@ Here you create App Service instances for the three stages that you'll deploy to
189189
--name tailspin-space-game-web-dev-$webappsuffix \
190190
--resource-group tailspin-space-game-rg \
191191
--plan tailspin-space-game-test-asp \
192-
--runtime "DOTNET|6.0"
192+
--runtime "DOTNET|8.0"
193193
194194
az webapp create \
195195
--name tailspin-space-game-web-test-$webappsuffix \
196196
--resource-group tailspin-space-game-rg \
197197
--plan tailspin-space-game-test-asp \
198-
--runtime "DOTNET|6.0"
198+
--runtime "DOTNET|8.0"
199199
200200
az webapp create \
201201
--name tailspin-space-game-web-staging-$webappsuffix \
202202
--resource-group tailspin-space-game-rg \
203203
--plan tailspin-space-game-prod-asp \
204-
--runtime "DOTNET|6.0"
204+
--runtime "DOTNET|8.0"
205205
```
206206
207207
Notice that here you apply the same App Service plan, **B1 Basic**, to the App Service instances for *Dev* and *Test*. You apply the App Service plan **Premium P1V2** to the App Service instance for *Staging*.

0 commit comments

Comments
 (0)