-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7322bf7
commit 21472b4
Showing
1 changed file
with
16 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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!🎉 |