Skip to content

Commit 29c163b

Browse files
authored
Update configure-common.md
1 parent 6edc8a3 commit 29c163b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ az webapp config connection-string list --resource-group <group-name> --name <ap
394394
...
395395
396396
# Update the app with the JSON file
397-
az webapp config appsettings set --resource-group <group-name> --name <app-name> --settings @settings.json
397+
az webapp config connection-string set --resource-group <group-name> --name <app-name> --settings @settings.json
398398
```
399399

400400
# [Azure PowerShell](#tab/ps)

0 commit comments

Comments
 (0)