-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#MSIgnite Lab 401 | workshop updates v3 (#207)
* fix / msignite-docs-feedback-v3 * fix / clear outputs in eval notebooks for clean start * fix / update skillable instructions panel
- Loading branch information
Showing
11 changed files
with
124 additions
and
222,816 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
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
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
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
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
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,20 +1,54 @@ | ||
# Cleanup Resources | ||
|
||
!!! danger "Don't Forget - End the Skillable Session" | ||
## 1. Give us a ⭐️ on GitHub | ||
|
||
Visit the Skillable Lab page and click `End Session` to end the session and release all resources. This allows the lab to be run again without quota issues for others. | ||
!!! task "FOUND THIS WORKSHOP AND SAMPLE USEFUL? MAKE SURE YOU GET UPDATES." | ||
|
||
The **[Contoso Chat](https://aka.ms/aitour/contoso-chat)** sample is an actively updated project that will reflect the latest features and best practices for code-first development of RAG-based copilots on the Azure AI platform. **[Visit the repo](https://aka.ms/aitour/contoso-chat)** or click the button below, to give us a ⭐️. | ||
<!-- Place this tag where you want the button to render. --> | ||
<a class="github-button" href="https://github.com/Azure-Samples/contoso-chat" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star Azure-Samples/contoso-chat on GitHub"> Give Contoso Chat a Star!</a> | ||
|
||
--- | ||
|
||
## 2. Feedback & Cleanup | ||
|
||
Check that the right tab is selected for your session, and complete the steps! | ||
|
||
=== "Self-Guided" | ||
|
||
!!! task "Reminder 1: Give us Feedback" | ||
|
||
Have feedback that can help us make this lab better for others? [Open an issue](https://github.com/Azure-Samples/contoso-chat/issues/new) and let us know. | ||
|
||
=== "Microsoft AI Tour" | ||
|
||
!!! task "Reminder 1: Give us Feedback" | ||
|
||
Visit [aka.ms/MicrosoftAITour/Survey](https://aka.ms/MicrosoftAITour/Survey) to give us feedback on this session (#WRK550) | ||
!!! danger "Reminder 2: End the Skillable Session" | ||
|
||
Visit the Skillable Lab page and click `End Session` to end the session and release all resources. This allows the lab to be run again without quota issues for others. | ||
|
||
!!! danger "Don't Forget - Stop Your Codespaces" | ||
|
||
Visit [https://github.com/codespaces](https://github.com/codespaces) - locate the Codespaces instance you are currently running and delete it to prevent continued usage of the storage or processing quotas. | ||
=== "Microsoft Ignite" | ||
|
||
If you want to save any changes you have made to files to your fork, use the Source Control tool in VS Code Online to commit and push your changes before you delete the Codespace. | ||
!!! success "Reminder 1: Please Give us Feedback" | ||
|
||
!!! info "Reminder - Give us Feedback" | ||
Visit [aka.ms/MicrosoftIgniteEvals](https://aka.ms/MicrosoftIgniteEvals) to give us feedback on this session (LAB401) | ||
!!! warning "Reminder 2: End the Skillable Session" | ||
|
||
Visit [aka.ms/MicrosoftAITour/Survey](https://aka.ms/MicrosoftAITour/Survey) to give us feedback on this session (#WRK550) | ||
Visit the Skillable Lab page and click `End Session` to end the session and release all resources. This allows the lab to be run again without quota issues for others. | ||
|
||
!!! info "Reminder - Star the Repo" | ||
--- | ||
|
||
## 3. Stop your Codespaces | ||
|
||
!!! warning "Reminder: Delete your Codespaces instance to preserve quota" | ||
|
||
1. Visit [https://github.com/codespaces](https://github.com/codespaces) in your browser | ||
1. Locate the Codespaces instance you are currently running | ||
1. Delete it to prevent continued usage of the storage or processing quotas. | ||
|
||
Visit [Contoso Chat](https://aka.ms/aitour/contoso-chat) and give us a 🌟 to help raise awareness of this workshop! | ||
If you want to save any changes you have made to files to your fork, use the Source Control tool in VS Code Online to commit and push your changes before you delete the Codespace. |
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
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 |
---|---|---|
|
@@ -5,46 +5,50 @@ This file is dynamically retrieved and used by the Skillable VM as the Instructi | |
|
||
# LAB 401: Build a Retail Copilot Code-First on Azure AI Studio | ||
|
||
This is a 75-minute instructor-led workshop session at Microsoft Ignite 2024. You must [register](https://ignite.microsoft.com/sessions/LAB401?source=sessions) for an available session, to attend in person. | ||
This is a 75-minute instructor-led workshop at Microsoft Ignite 2024 where you learn to build, evaluate, and deploy, a RAG-based retail copilot on Azure AI. | ||
|
||
_You will learn to build, evaluate, and deploy, a custom retail copilot code-first on Azure AI - using the Retrieval Augmented Generation (RAG) design pattern to ground copilot responses in retailer data_. | ||
|
||
|
||
**‼️ -- DO NOT CLOSE THIS WINDOW -- ‼️** <br/> Closing this window will end your lab prematurely. It is ok to minimize this window so you can return to it later when required. | ||
**‼️ -- DO NOT CLOSE THIS WINDOW -- ‼️** <br/> Closing this window will end your lab prematurely. Instead, minimize this window so you can return to it later when required. | ||
|
||
--- | ||
|
||
## 1. Lab Instructions | ||
|
||
**Instructions Link:** ++https://aka.ms/aitour/contoso-chat/workshop++ | ||
|
||
The lab instructions are available at the link above. To get started: | ||
1. Open a new incognito (private) browser window on your workstation | ||
1. Copy the link above into the browser address bar and navigate to it. | ||
1. Start from the **Setup** section to make best use of your time. | ||
Open a new private browser in your workstation. | ||
|
||
1. Copy the instructions link to the browser and navigate to it. | ||
1. In the "Before You Begin" section, **Select the Microsoft Ignite tab** | ||
1. Leave this browser open and follow the instructions for the lab. | ||
|
||
## 2. Azure Credentials | ||
|
||
You will make use of a temporary Azure subscription assigned to this lab instance, with the credentials below. You will need these for the setup stage of the workshop. Verify that you see both _Username_ and _Password_ values below. | ||
You will be assigned a temporary Azure subscription for this lab. Verify that the _Username_ and _Password_ credentials are not empty below. We will use them during setup. | ||
|
||
- **Username:** [email protected](User1).Username++ | ||
- **Password:** [email protected](User1).Password++ | ||
|
||
## 3. Skillable VM | ||
## 3. Skillable VM Credentials | ||
|
||
The login screen to the left corresponds to the Skillable Windows VM for your lab instance. You should **NOT** need to use it for this lab - but it may prove helpful for troubleshooting issues with proctor help. | ||
|
||
Use these credentials to login (username may be preset): | ||
The Skillable VM has a login screen (left) that we do **NOT** need to use today. However, we may need it for troubleshooting (with proctor help). The credentials below will be useful for logging in then. | ||
|
||
- [email protected](WRK550-Win11(NEW)).Username+++ | ||
- [email protected](WRK550-Win11(NEW)).Password+++ | ||
|
||
## 4. Time Tracking | ||
|
||
This instruction panel has a _Countdown Timer_ (at the top) showing _"Hours Remaining"_ for lab completion (with _1h 15 min_ to start). | ||
- When the timer expires, the VM will terminate automatically | ||
- When it nears expiry, you will be notified so you can cleanup | ||
This Skillable page has a countdown timer (top right) that will show **Hours Remaining** for lab completion. Use this to track time left and decide if you want to do optional steps accordingly. | ||
|
||
- You should start with at least 1h 15min on the clock. | ||
- You will be notified when there are 10 mins left | ||
- When timer expires, the VM will terminate automatically! | ||
|
||
## 5. Revisiting Lab at Home | ||
|
||
By the end of this workshop, you will have a copy of the sample app in your personal GitHub profile. Revisit it at home to explore and complete sections at your own pace. | ||
|
||
You will walk away with a copy of the application in your GitHub profile. You can revisit that at home, with the _Self-Guided_ workshop option, to complete the workshop at your own pace, with your Azure subscription. | ||
1. You will need your own Azure subscription for this. | ||
1. You will need to set the "Before You Begin" tab to **Self-Guided** | ||
1. Then continue working through the lab steps there. | ||
|
||
--- |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block scripts %} | ||
<!-- Add scripts that need to run before here --> | ||
{{ super() }} | ||
<!-- Add scripts that need to run afterwards here --> | ||
|
||
<!-- Place this tag in your head or just before your close body tag. --> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
|
||
{% endblock %} |
Oops, something went wrong.