Skip to content

Commit 696f505

Browse files
Update manage-automatic-scaling.md
1 parent f34ab9e commit 696f505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/manage-automatic-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To enable automatic scaling, navigate to the web app's left menu and select **sc
5656
#### [Azure CLI](#tab/azure-cli)
5757

5858
The following command enables automatic scaling for your existing App Service Plan and web apps within this plan:
59-
chat.
59+
6060
```azurecli-interactive
6161
az appservice plan update --name <APP_SERVICE_PLAN> --resource-group <RESOURCE_GROUP> --elastic-scale true --max-elastic-worker-count <YOUR_MAX_BURST>
6262
```

0 commit comments

Comments
 (0)