-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2 update - AITOUR 25 workshop docs (#172)
* refactor / README.md for clarity * AITOUR 25 / Docs Update v2 * Updating workshop docs
- Loading branch information
Showing
44 changed files
with
1,119 additions
and
520 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# 0️⃣ | Pre-Requisites | ||
|
||
!!! warning "PRE-REQUISITES FOR THIS WORKSHOP" | ||
|
||
To participate in this workshop you will need the following: | ||
|
||
1. **Your own laptop.** Should have a modern browser, preferably Microsoft Edge. | ||
1. **A GitHub account.** A personal account with GitHub Codespaces access. | ||
1. **An Azure subscription.** With access to Azure OpenAI Model deployments. | ||
|
||
!!! info "GOOD-TO-HAVE SKILLS FOR DEVELOPMENT" | ||
|
||
1. **Familiarity with VS Code.** Our default development environment. | ||
1. **Familiarity with Python**. Our default coding language. | ||
1. **Familiarity with Azure CLIs.** Our default deployment tooling. | ||
|
||
|
||
## What You Learn | ||
|
||
In this hands-on workshop, you will learn to: | ||
|
||
* Use the Azure AI platform for code-first development of custom copilot solutions | ||
* **Infrastructure**: Simplified provisioning and deployment with Azure Developer CLI | ||
* **Ideation**: Rapid prototyping with Prompty asset and Azure AI model deployments | ||
* **Evaluation**: Manual and AI-assisted testing with custom evaluators (for quality, safety) | ||
* **Operationalization**: Deployment using Azure Container Apps (next: monitoring & actions) | ||
* **Customization**: adapt to your application needs (data, prompts, models, evaluators) | ||
|
||
The workshop is designed for delivery in two formats: | ||
|
||
- **Tour-guided** where you join an instructor-led session (e.g., on Microsoft AI Tour) | ||
- **Self-guided** where you walk through instructions on your own (e.g., at home) | ||
|
||
## Tour-Guided Version | ||
|
||
Offered as instructor-led sessions on the [Microsoft AI Tour](https://aka.ms/aitour). | ||
|
||
- [X] You will be provided with an Azure subscription (just bring your laptop) | ||
- [X] The infrastructure will be pre-provisioned for you to save you time (just launch lab VM) | ||
- [X] You will have a fixed time (**75 minutes**) to complete the workshop (in venue) | ||
|
||
!!! info "Start Here: 01 | Tour Guided: Setup → [1️⃣ | Getting Started](./../01%20|%20Tour%20Guided%20:%20Setup/01-setup.md)" | ||
|
||
## Self-Guided Version | ||
|
||
Work through the instructions on your own | ||
|
||
- [X] You will use your own Azure subscription and laptop (see pre-requisites) | ||
- [X] You will provision Azure infrastructure and deploy the application yourself. | ||
- [X] You can work at your own pace and explore todebase with no time constraints. | ||
|
||
!!! info "Start Here: 02 | Self Guided: Setup → [1️⃣ | Getting Started](./../02%20|%20Self%20Guided%20:%20Setup/01-setup.md)" |
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,8 @@ | ||
# This is a sample .env file showing the variables azd retrieves for us post-provisioning | ||
|
||
## -------- These are the core variables setup by Azure Developer CLI for new environment | ||
AZURE_ENV_NAME="AITOUR" | ||
AZURE_LOCATION="francecentral" | ||
AZURE_SUBSCRIPTION_ID="SUBSCRIPTIONID" | ||
|
||
## -------- These are the application specific variables retrieved with azd env refresh -e AITOUR |
Oops, something went wrong.