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.
2 parents 3172735 + 29c163b commit 0695ce2Copy full SHA for 0695ce2
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