Skip to content

Commit d070953

Browse files
authored
Update automation-deploy-control-plane.md
1 parent 9236641 commit d070953

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/virtual-machines/workloads/sap/automation-deploy-control-plane.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,6 @@ az webapp deploy --resource-group <group-name> --name <app-name> --src-path depl
330330
```bash
331331

332332
az webapp config appsettings set -g <group-name> -n <app-name> --settings \
333-
AZURE_CLIENT_ID=$appId \
334-
AZURE_TENANT_ID=$tenant_id \
335-
AZURE_CLIENT_SECRET=$spn_secret \
336333
IS_PIPELINE_DEPLOYMENT=false
337334

338335
```

0 commit comments

Comments
 (0)