Commit dc601ec
Fix cross-platform deploy issues in Azure Copilot MicroHack
- Replace $env:TEMP with [System.IO.Path]::GetTempPath() in Deploy-Lab.ps1
($env:TEMP is null on macOS/Linux, causing script to crash)
- Add --timeout 600 to az webapp deploy to prevent 504 Gateway Timeout
during Oryx Python build on B1 App Service plan
- Auto-install application-insights CLI extension in Test-CopilotWorkshop.ps1
to prevent interactive prompt that hangs the test suite
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4cc7f4e commit dc601ec
2 files changed
Lines changed: 6 additions & 3 deletions
File tree
- 03-Azure/01-03-Infrastructure/12_Azure_Copilot
- lab
- scripts
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments