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 6edc8a3 commit 29c163bCopy full SHA for 29c163b
articles/app-service/configure-common.md
@@ -394,7 +394,7 @@ az webapp config connection-string list --resource-group <group-name> --name <ap
394
...
395
396
# Update the app with the JSON file
397
-az webapp config appsettings set --resource-group <group-name> --name <app-name> --settings @settings.json
+az webapp config connection-string set --resource-group <group-name> --name <app-name> --settings @settings.json
398
```
399
400
# [Azure PowerShell](#tab/ps)
0 commit comments