This directory contains Jupyter notebooks for hands-on exercises with Azure AI Foundry.
- azd, used to deploy all Azure resources and assets used in this sample.
- PowerShell Core pwsh if using Windows
- Python 3.11
- An Azure Subscription with Contributor permissions
- Sign in to Azure with Azure CLI
- VS Code installed with the Jupyter notebook extension enabled
-
Python Environment Setup
python3.11 -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -r requirements.txt
-
Create the infrastructure
- Run the 1-create-infra notebook
After running, an
.envfile will be created with all necessary environment variables -
Running the Notebooks
- Open each notebook's folder and execute the notebook
-
Delete the Resources
- Run the 2-clean-up-resources
