Skip to content

Commit

Permalink
Update lab manual
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricvidal committed Dec 7, 2024
1 parent 7322bf7 commit 21472b4
Showing 1 changed file with 16 additions and 25 deletions.
41 changes: 16 additions & 25 deletions docs/workshop/LAB-MANUAL.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
## Azure Credentials:

# CREDENTIALS

````
Username = "@lab.CloudPortalCredential(User1).Username"
Password = "@lab.CloudPortalCredential(User1).Password"
AzureEnvName = "[email protected]"
Subscription = "@lab.CloudSubscription.Id"
````


**If you are viewing this from the Skillable lab page** the above are your unique azure credentials.

> **Note**: You will be asked to copy the above block in the lab later so keep this information readily available.
**If you are viewing this from Github:** The above are not your credentials. They are placeholders. Your actual credentials can be seen on the Skillable lab page.

***

### Welcome to the AI Tour and workshop WRK551!

In this session, you will learn how to build the app, **Contoso Creative Writer**. This app will assist the marketing team at Contoso Outdoors in creating trendy, well-researched articles to promote the company’s products.
Expand Down Expand Up @@ -57,10 +34,24 @@ To participate in this workshop, you will need:

> **🚧 IMPORTANT**: Do not open the GitHub Codespace on a fork of the repository, this would prevent you from using the prebuilt Codespace container image. Don't worry, you'll have the possibility to fork the repository later.
4. Once your Codespace is ready:
4. Once your Codespace is ready, **run the following command**:

```
./docs/workshop/lab_setup.py \
--username "@lab.CloudPortalCredential(User1).Username" \
--password "@lab.CloudPortalCredential(User1).Password" \
--azure-env-name "[email protected]" \
--subscription "@lab.CloudSubscription.Id"
```

> [!IMPORTANT]
> - **If you are viewing this from the Skillable lab page** the above are your unique azure credentials.
> - **If you are viewing this from Github:** The above are not your credentials. They are placeholders. Your actual credentials can be seen on the Skillable lab page.

5. Once the previous script is complete:
* In the file explorer look for the **docs** folder and in it open the **workshop** folder.
* Open the **WORKSHOP-README.md** file. (There are other Readme files in the folder,specifically open the workshop one.)
* Follow the instructions to get going!
* When following the steps to login to AZD and AZ in Part 1 of this file, use the [azure credentials](#azure-credentials) at the top of the Skillable manual to login.

Have fun building!🎉

0 comments on commit 21472b4

Please sign in to comment.