Skip to content

Commit 8732fe1

Browse files
committed
updated / overview
1 parent bc177ba commit 8732fe1

File tree

3 files changed

+85
-25
lines changed

3 files changed

+85
-25
lines changed

SUPPORT.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
1-
# TODO: The maintainer of this repo has not yet edited this file
1+
# Support
22

3-
**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project?
3+
## How to file issues and get help
44

5-
- **No CSS support:** Fill out this template with information about how to file issues and get help.
6-
- **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps.
7-
- **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide.
5+
This project uses GitHub Issues to track bugs and feature requests.
86

9-
*Then remove this first heading from this SUPPORT.MD file before publishing your repo.*
7+
1. Search existing
8+
issues before filing new issues to avoid duplicates.
9+
1. For new issues, file your bug or
10+
feature request as a [new Issue](https://github.com/microsoft/ignite25-PDY123-learn-how-to-observe-manage-and-scale-agentic-ai-apps-using-azure/issues/new).
1011

11-
# Support
12+
## Ask The Community
1213

13-
## How to file issues and get help
14+
Want to explore other avenues for help? Join our vibrant [Azure AI Foundry community](https://aka.ms/foundrydevs) and get help from your peers and subject matter experts.
1415

15-
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
16-
issues before filing new issues to avoid duplicates. For new issues, file your bug or
17-
feature request as a new Issue.
16+
[![Microsoft Azure AI Foundry Discord](https://dcbadge.limes.pink/api/server/ByRwuEEgH4)](https://discord.com/invite/ByRwuEEgH4)
17+
[![Azure AI Foundry Developer Forum](https://img.shields.io/badge/GitHub-Azure_AI_Foundry_Developer_Forum-blue?style=for-the-badge&logo=github&color=adff2f&logoColor=fff)](https://aka.ms/foundry/forum)
1818

19-
For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE
20-
FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER
21-
CHANNEL. WHERE WILL YOU HELP PEOPLE?**.
2219

2320
## Microsoft Support Policy
2421

25-
Support for this **PROJECT or PRODUCT** is limited to the resources listed above.
22+
Support for this project is limited to the resources listed above.

docs/index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,36 @@ We recommend completing the Core Labs in order, then selecting one or more of th
4747

4848
## Pre-Requisites
4949

50+
To participate in this workshop, you will need:
51+
52+
1. **A GitHub account**. Create an account for free.
53+
- Use a personal account (not enterprise-affiliated)
54+
- The free tier of GitHub Codespaces quota is enough
55+
1. **An Azure subscription**. Create an account for free.
56+
- Instructor-led sessions may provide one for you.
57+
- Self-guided sessions require you to bring your own.
58+
1. **Your own laptop**.
59+
- Bring a charger - this is a 4-hour workshop.
60+
- Install a modern browser - e.g., Microsoft Edge.
61+
1. **Familiarity with Coding Environments**
62+
- We use Python & Jupyter Notebooks in the labs
63+
- We use Visual Studio Code as the editor
64+
5065
## Getting Started
5166

67+
If you are seeing this instruction guide, you have probably completed these steps:
68+
69+
- [X] Forked this repo to your personal profile
70+
- [X] Launched GitHub Codespaces from your fork
71+
- [X] Run `mkdocs serve` to get this preview
72+
73+
Now it's time to dive into the workshop. [**Start here**](./Core-Labs/1-Get-Started/01.md) and pick your learning path!
74+
5275
## Questions & Feedback
5376

77+
Have questions or feedback?
78+
79+
1. [File an issue](https://github.com/microsoft/ignite25-PDY123-learn-how-to-observe-manage-and-scale-agentic-ai-apps-using-azure/issues/new) - to report a bug or errors in documentation
80+
1. [Join the community](https://aka.ms/foundrydevs) - post to the forum or get help on Discord
81+
5482

lab/README.md

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,66 @@
1+
<p align="center">
2+
<img src="./../docs/assets/Banner-ignite-25.png" alt="decorative banner" width="1200"/>
3+
</p>
14

5+
# Learn how to observe, manage, and scale agentic AI apps using Azure
26

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.
48

59
## Lab Overview
610

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.
812

9-
If you're not a workshop participant at AI Tour, try this code yourself at ....
13+
- Level: 300-400
14+
- Duration: 4 hours
1015

1116
## Pre-Requisites
1217

1318
To participate in this workshop, you will need:
1419

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
2036

2137
## Get Started
2238

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.
2459

2560
## Discussions
2661

2762
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.
2863

2964
## Source code
3065

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

Comments
 (0)