Skip to content

Commit 16ef189

Browse files
author
Kimmo Forss
committed
PR comments
1 parent 4cca3d5 commit 16ef189

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,14 @@ $env:TF_VAR_webapp_client_secret=(az ad app credential reset `
8787
8888
$env:TF_VAR_use_webapp="true"
8989
90-
rm ./manifest.json
90+
del manifest.json
9191
9292
```
93+
94+
# [Azure DevOps](#tab/devops)
95+
96+
It is currently not possible to perform this action from Azure DevOps
97+
9398
---
9499

95100

@@ -308,6 +313,9 @@ az ad app update `
308313
--web-redirect-uris $webapp_url/ $webapp_url/.auth/login/aad/callback
309314
310315
```
316+
# [Azure DevOps](#tab/devops)
317+
318+
It is currently not possible to perform this action from Azure DevOps
311319
---
312320

313321
> [!TIP]
@@ -333,7 +341,7 @@ az webapp config appsettings set -g <group-name> -n <app-name> --settings \
333341
IS_PIPELINE_DEPLOYMENT=false
334342

335343
```
336-
---
344+
337345

338346
## Accessing the web app
339347

0 commit comments

Comments
 (0)