Skip to content

Commit 0695ce2

Browse files
Merge pull request #230616 from seligj95/patch-1
Update configure-common.md
2 parents 3172735 + 29c163b commit 0695ce2

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)