Skip to content

Commit 3b9d89d

Browse files
Merge pull request #243787 from madsd/asecreatetime
Adjust create time statement
2 parents d2ab8b8 + fe4d40d commit 3b9d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/environment/how-to-create-from-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ parameterPath="PATH/azuredeploy.parameters.json"
7979
az deployment group create --resource-group "YOUR-RG-NAME-HERE" --template-file $templatePath --parameters $parameterPath
8080
```
8181

82-
It can take more than one hour for the App Service Environment to be created.
82+
Creating the App Service Environment usually takes about an hour, but if it is a zone redundant App Service Environment or we are experiencing unexpected demand in a region, the creation process can take several hours to complete.
8383

8484
## Next steps
8585

0 commit comments

Comments
 (0)