File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
articles/virtual-machines/workloads/sap Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,14 @@ $env:TF_VAR_webapp_client_secret=(az ad app credential reset `
87
87
88
88
$env:TF_VAR_use_webapp="true"
89
89
90
- rm ./ manifest.json
90
+ del manifest.json
91
91
92
92
```
93
+
94
+ # [ Azure DevOps] ( #tab/devops )
95
+
96
+ It is currently not possible to perform this action from Azure DevOps
97
+
93
98
---
94
99
95
100
@@ -308,6 +313,9 @@ az ad app update `
308
313
--web-redirect-uris $webapp_url/ $webapp_url/.auth/login/aad/callback
309
314
310
315
```
316
+ # [ Azure DevOps] ( #tab/devops )
317
+
318
+ It is currently not possible to perform this action from Azure DevOps
311
319
---
312
320
313
321
> [ !TIP]
@@ -333,7 +341,7 @@ az webapp config appsettings set -g <group-name> -n <app-name> --settings \
333
341
IS_PIPELINE_DEPLOYMENT=false
334
342
335
343
```
336
- ---
344
+
337
345
338
346
## Accessing the web app
339
347
You can’t perform that action at this time.
0 commit comments