Skip to content

Commit e8ee577

Browse files
YunchuWangCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 080ca1b commit e8ee577

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

examples/on_demand_sandbox/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,27 @@ Reference .NET template:
2121

2222
Set these before running the declarer app:
2323

24-
```powershell
24+
Bash:
25+
26+
~~~bash
27+
export DTS_ENDPOINT="<scheduler endpoint>"
28+
export DTS_TASK_HUB="<task hub name>"
29+
export DTS_WORKER_PROFILE_ID="default"
30+
export DTS_ON_DEMAND_SANDBOX_CONTAINER_IMAGE="<container image reference>"
31+
export DTS_ON_DEMAND_SANDBOX_IMAGE_PULL_UMI_CLIENT_ID="<image-pull UMI client ID>"
32+
export DTS_ON_DEMAND_SANDBOX_SCHEDULER_UMI_CLIENT_ID="<scheduler UMI client ID>"
33+
~~~
34+
35+
PowerShell:
36+
37+
~~~powershell
2538
$env:DTS_ENDPOINT = "<scheduler endpoint>"
2639
$env:DTS_TASK_HUB = "<task hub name>"
2740
$env:DTS_WORKER_PROFILE_ID = "default"
2841
$env:DTS_ON_DEMAND_SANDBOX_CONTAINER_IMAGE = "<container image reference>"
2942
$env:DTS_ON_DEMAND_SANDBOX_IMAGE_PULL_UMI_CLIENT_ID = "<image-pull UMI client ID>"
3043
$env:DTS_ON_DEMAND_SANDBOX_SCHEDULER_UMI_CLIENT_ID = "<scheduler UMI client ID>"
31-
```
44+
~~~
3245

3346
```bash
3447
export DTS_ENDPOINT="<scheduler endpoint>"

0 commit comments

Comments
 (0)