Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 7b053e0

Browse files
Update AZ400_M03_L08_Control_Deployments_using_Release_Gates.md
1 parent 2d9ec00 commit 7b053e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L08_Control_Deployments_using_Release_Gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In this task, you will create two Azure web apps representing the **DevTest** an
134134

135135
```bash
136136
SERVICEPLANNAME='az400m04l09-sp1'
137-
az appservice plan create -g $RESOURCEGROUPNAME -n $SERVICEPLANNAME --sku P0V3
137+
az appservice plan create -g $RESOURCEGROUPNAME -n $SERVICEPLANNAME --sku S1
138138
```
139139

140140
1. Create two web apps with unique app names.

0 commit comments

Comments
 (0)