Skip to content

Commit 785311b

Browse files
committed
edit
1 parent 88ed3e0 commit 785311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/provision-resource-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ resource webApp 'Microsoft.Web/sites@2024-04-01' = {
158158
159159
```
160160

161-
Three Azure resources are defined in the template:
161+
Two Azure resources are defined in the template:
162162

163163
* [**Microsoft.Web/serverfarms**](/azure/templates/microsoft.web/serverfarms): create an App Service plan.
164164
* [**Microsoft.Web/sites**](/azure/templates/microsoft.web/sites): create an App Service app.

0 commit comments

Comments
 (0)