Skip to content

Commit df3012b

Browse files
committed
Latest skillable lab instructions
1 parent 0974468 commit df3012b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
@lab.ActivityGroup(initialsurvey)
44

55
===
6+
> [!HELP]
7+
>If you need to reset your Temporary Access Password (TAP), click this button:
8+
>@lab.Activity(Automated1)
9+
>
10+
611
712
Log in to the Windows 11 lab VM with the credentials below.
813

@@ -86,6 +91,12 @@ To use GitHub Copilot, sign in with the GitHub account provided in your lab envi
8691
|:---------|:---------|
8792
| Username | `@lab.CloudPortalCredential(User1).Username` |
8893
| Temporary Access Pass | `@lab.CloudPortalCredential(User1).TAP` |
94+
95+
> [!HELP]
96+
>If you need to reset your Temporary Access Password (TAP), click this button:
97+
>@lab.Activity(Automated1)
98+
>
99+
>TAP: [email protected](tap)+++
89100
90101
After signing into GitHub, go back to VS Code and complete the Copilot setup:
91102

@@ -480,7 +491,7 @@ Let's first install the Python packages required by the Function App:
480491

481492
4. [] Install the required Python packages:
482493

483-
`uv pip install -r requirements.txt`
494+
`$env:UV_HTTP_TIMEOUT=300; uv pip install -r requirements.txt`
484495

485496
> [!note]
486497
> We'll start the Functions host after verifying that all required settings are available from the provisioning process.

0 commit comments

Comments
 (0)