|
| 1 | +<p align="center"> |
| 2 | +<img src="./../docs/assets/Banner-ignite-25.png" alt="decorative banner" width="1200"/> |
| 3 | +</p> |
1 | 4 |
|
| 5 | +# Learn how to observe, manage, and scale agentic AI apps using Azure |
2 | 6 |
|
3 | | -These instructions are for participants of the **instructor-led** Workshop "SESSIONNAME" at Microsoft AI Tour 2026. Register to attend in a city near you at [Microsoft AI Tour](https://aitour.microsoft.com/). |
| 7 | +These instructions are for _participants_ of the above instructor-led pre-day workshop at Microsoft Ignite 2025. |
4 | 8 |
|
5 | 9 | ## Lab Overview |
6 | 10 |
|
7 | | -In this hands-on workshop, you’ll learn to .... |
| 11 | +This hands-on workshop will provide participants with the skills to effectively manage, govern, and scale agentic AI applications using Azure and Azure AI Foundry. The session will cover observability capabilities, model management policies, agent functionalities, and governance strategies. Participants will engage in practical exercises to apply these concepts in real-world scenarios. |
8 | 12 |
|
9 | | -If you're not a workshop participant at AI Tour, try this code yourself at .... |
| 13 | +- Level: 300-400 |
| 14 | +- Duration: 4 hours |
10 | 15 |
|
11 | 16 | ## Pre-Requisites |
12 | 17 |
|
13 | 18 | To participate in this workshop, you will need: |
14 | 19 |
|
15 | | -1. Your own laptop. |
16 | | - * It need only be capable of running a browser and GitHub Codespaces, so almost any laptop will do. |
17 | | - * A recent version of Edge, Chrome or Safari is recommended. |
18 | | -2. Prerequisite #2 |
19 | | -3. Prerequisite #3 |
| 20 | +1. **A GitHub account**. We recommend you have a personal account (not one affiliated with an enterprise). |
| 21 | + - Create one if needed. It's free and fast to setup. |
| 22 | + - The free tier of GitHub Codespaces is sufficient. |
| 23 | +1. **An Azure subscription** to provision infrastructure. |
| 24 | + - Instructor-led events will provide one for you |
| 25 | + - Self-guided sessions require you to have your own |
| 26 | +1. **Your own laptop**. |
| 27 | + - Bring your charger. This is a 4hr workshop. |
| 28 | + - Install a modern browser. We recommend Microsoft Edge. |
| 29 | +1. **Familiarity with Python** |
| 30 | + - We will work with Python code in Jupyter Notebooks |
| 31 | + - We use Visual Studio Code as the editor |
| 32 | +1. **Familiarity with Azure** |
| 33 | + - We will use the Azure Portal to validate resources |
| 34 | + - We will use Azure AI Foundry to work with AI projects |
| 35 | + - We will use Azure AI SDKs (Python) for various tasks |
20 | 36 |
|
21 | 37 | ## Get Started |
22 | 38 |
|
23 | | -To get started you will need to |
| 39 | +To get started, follow these steps: |
| 40 | + |
| 41 | +1. **Fork The Repo** |
| 42 | + - Log into GitHub with your personal profile. |
| 43 | + - Fork the repo (main branch is sufficient) |
| 44 | + - You now have a sandbox to explore after the session |
| 45 | +1. **Launch Codespaces** |
| 46 | + - Open your fork in the browser. |
| 47 | + - Click the `Code` button and select `Codespaces` tab |
| 48 | + - Click the `+` and create a new Codespace instance |
| 49 | +1. **Wait For Terminal** |
| 50 | + - a new browser tab opens with a VS Code editor |
| 51 | + - wait till the Codespace is ready & terminal is live |
| 52 | +1. **Launch Instruction Guide** |
| 53 | + - type `mkdocs serve > /dev/null 2>&1 &` in terminal |
| 54 | + - this launches a preview server in background |
| 55 | + - you will see a popup - select open browser |
| 56 | + - OR go to Ports - select 8000 and open browser |
| 57 | + |
| 58 | +You should see a preview of the instruction guide in the browser. Read the Overview - then follow the _Getting Started_ directions on that page. |
24 | 59 |
|
25 | 60 | ## Discussions |
26 | 61 |
|
27 | 62 | Build your first agent with Azure AI Agent Service is an open source project supported by Microsoft. See the [SUPPORT.md](../SUPPORT.md) file for details on how to raise issues or contribute. If you enjoyed this workshop please give the repository a ⭐ and share it with others. |
28 | 63 |
|
29 | 64 | ## Source code |
30 | 65 |
|
31 | | -The source code for this session can be found in the [src folder](../src) of this repo. |
| 66 | +The labs for this session are stored in Jupyter notebooks under the `lab/` folder. Follow the instructions to _Get Started_ to launch a preview of our instruction guide - to learn how to use these labs effectively. |
0 commit comments