We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ed3e0 commit 785311bCopy full SHA for 785311b
articles/app-service/provision-resource-bicep.md
@@ -158,7 +158,7 @@ resource webApp 'Microsoft.Web/sites@2024-04-01' = {
158
159
```
160
161
-Three Azure resources are defined in the template:
+Two Azure resources are defined in the template:
162
163
* [**Microsoft.Web/serverfarms**](/azure/templates/microsoft.web/serverfarms): create an App Service plan.
164
* [**Microsoft.Web/sites**](/azure/templates/microsoft.web/sites): create an App Service app.
0 commit comments