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 94ff047 commit 2d3cb85Copy full SHA for 2d3cb85
azure.yaml
@@ -27,7 +27,22 @@ deployment:
27
otherLocation: ${parameters.otherLocation}
28
baseUrl: ${parameters.baseUrl}
29
30
-
+hooks:
31
+ postprovision:
32
+ windows:
33
+ run: |
34
+ Write-Host "Web app URL: "
35
+ Write-Host "$env:WEB_APP_URL" -ForegroundColor Cyan
36
+ shell: pwsh
37
+ continueOnError: false
38
+ interactive: true
39
+ posix:
40
41
+ echo "Web app URL: "
42
+ echo $WEB_APP_URL
43
+ shell: sh
44
45
46
# environment:
47
# name: conversation-knowledge-mining-solution-accelerator
48
# location: eastus
0 commit comments