File tree Expand file tree Collapse file tree
examples/on_demand_sandbox Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,27 @@ Reference .NET template:
2121
2222Set 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
3447export DTS_ENDPOINT=" <scheduler endpoint>"
You can’t perform that action at this time.
0 commit comments