From 655a382ef760d89b4b15026b8afd6f171e33947b Mon Sep 17 00:00:00 2001 From: Nitya Narasimhan Date: Tue, 14 Oct 2025 09:08:59 -0400 Subject: [PATCH 1/2] add / skillable readme --- data/skillable/README.md | 3 ++ data/skillable/skillable-lab516.md | 86 ++++++++++++++++++++++++++++++ data/skillable/skillable-prel13.md | 86 ++++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+) create mode 100644 data/skillable/README.md create mode 100644 data/skillable/skillable-lab516.md create mode 100644 data/skillable/skillable-prel13.md diff --git a/data/skillable/README.md b/data/skillable/README.md new file mode 100644 index 0000000..580cd31 --- /dev/null +++ b/data/skillable/README.md @@ -0,0 +1,3 @@ +# Using AZD Templates On Skillable + +Skillable is a lab-on-demand platform used in Microsoft 1P events like Microsoft AI Tour, Microsoft Ignite and Microsoft Build. This document captures learnings and insights for _pre-provisioning_ this template in the Skillable environment. diff --git a/data/skillable/skillable-lab516.md b/data/skillable/skillable-lab516.md new file mode 100644 index 0000000..f1aa89d --- /dev/null +++ b/data/skillable/skillable-lab516.md @@ -0,0 +1,86 @@ +@lab.Title + +## Welcome To This Hands-on Lab 👋🏽 +This is a **75-minute** instructor-led workshop session at Microsoft Ignite 2025. By the end of this lab you should have an intuitive sense for what Red Teaming is, what the Red Teaming agent does, and how to run an automated red-teaming scan locally, or in the cloud, using Azure AI Foundry. + +**‼️ -- DO NOT CLOSE THIS WINDOW -- ‼️**
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:** ++[Lab516 README](https://github.com/microsoft/ignite25-LAB516-safeguard-your-agents-with-ai-red-teaming-agent-in-azure-ai-foundry)++ + +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 AI Tour tab** +1. Leave this browser open and follow the instructions for the lab. + +## 2. Azure Credentials + +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:** ++@lab.CloudPortalCredential(User1).Username++ +- **Password:** ++@lab.CloudPortalCredential(User1).Password++ +- **TAP Token:** ++@lab.CloudPortalCredential(User1).AccessToken++ + +## 3. Skillable VM Credentials + +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. + +- +++@lab.VirtualMachine(WRK550-Win11(NEW)).Username+++ +- +++@lab.VirtualMachine(WRK550-Win11(NEW)).Password+++ + +## 4. Time Tracking + +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. + +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. + +--- + + \ No newline at end of file diff --git a/data/skillable/skillable-prel13.md b/data/skillable/skillable-prel13.md new file mode 100644 index 0000000..7d926c3 --- /dev/null +++ b/data/skillable/skillable-prel13.md @@ -0,0 +1,86 @@ +@lab.Title + +## Welcome To This Hands-on Lab 👋🏽 +This is a **4-hour** instructor-led workshop session at Microsoft Ignite 2025. By the end of this lab you should know how to go from model selection to model customization and deployment - and use the end-to-end observability features in Azure AI Foundry to evaluate, trace, and monitor, your agentic AI applications. + +**‼️ -- DO NOT CLOSE THIS WINDOW -- ‼️**
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:** ++[PREL13 README](https://github.com/microsoft/ignite25-PREL13-observe-manage-and-scale-agentic-ai-apps-with-azure-ai-foundry)++ + +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 AI Tour tab** +1. Leave this browser open and follow the instructions for the lab. + +## 2. Azure Credentials + +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:** ++@lab.CloudPortalCredential(User1).Username++ +- **Password:** ++@lab.CloudPortalCredential(User1).Password++ +- **TAP Token:** ++@lab.CloudPortalCredential(User1).AccessToken++ + +## 3. Skillable VM Credentials + +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. + +- +++@lab.VirtualMachine(WRK550-Win11(NEW)).Username+++ +- +++@lab.VirtualMachine(WRK550-Win11(NEW)).Password+++ + +## 4. Time Tracking + +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. + +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. + +--- + + \ No newline at end of file From 76dbd707789d776ff53754a7289694bb16e61458 Mon Sep 17 00:00:00 2001 From: Nitya Narasimhan Date: Tue, 14 Oct 2025 09:32:36 -0400 Subject: [PATCH 2/2] Update skillable-lab516.md --- data/skillable/skillable-lab516.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/data/skillable/skillable-lab516.md b/data/skillable/skillable-lab516.md index f1aa89d..4b476a2 100644 --- a/data/skillable/skillable-lab516.md +++ b/data/skillable/skillable-lab516.md @@ -9,13 +9,17 @@ This is a **75-minute** instructor-led workshop session at Microsoft Ignite 2025 ## 1. Lab Instructions -**Instructions Link:** ++[Lab516 README](https://github.com/microsoft/ignite25-LAB516-safeguard-your-agents-with-ai-red-teaming-agent-in-azure-ai-foundry)++ +**Project Repo:** ++https://aka.ms/ignite25/lab516++ -Open a new private browser in your workstation. +The lab guide and code exercises are available in the repository above. To get started: -1. Copy the instructions link to the browser and navigate to it. -1. In the "Before You Begin" section, **Select the Microsoft AI Tour tab** -1. Leave this browser open and follow the instructions for the lab. +1. Log into GitHub with a personal profile - create one if needed. +1. Copy the Project Repo link - open it in a new browser tab. +1. Click "Create Codespace" button - you should see a VS Code IDE in new tab. +1. Wait till Codespaces is ready - you should see an active VS Code terminal. +1. Run this command in terminal - ++mkdocs serve > /dev/null 2>&1 &++ +1. Confirm "open in browser" pop-up - you will see an interactive guide in the browser! +1. Leave this browser open and follow the instructions in that guide. ## 2. Azure Credentials @@ -83,4 +87,4 @@ Should you require any assistance, feel free to contact us. --- ---> \ No newline at end of file +-->