Python: Added documentation how to run examples (#605)

* Added documentation how to run examples

* Small fix

* Update user-documentation-python/getting-started/running_examples.md

Co-authored-by: Tao Chen <taochen@microsoft.com>

* Small fix

---------

Co-authored-by: Tao Chen <taochen@microsoft.com>
This commit is contained in:
Dmytro Struk
2025-09-04 02:24:50 -07:00
committed by GitHub
Unverified
parent 71c047850c
commit 6310ca5be0
2 changed files with 61 additions and 0 deletions
@@ -20,6 +20,8 @@ Make sure to set the following environment variables:
- `FOUNDRY_PROJECT_ENDPOINT`: Your Azure AI Foundry project endpoint
- `FOUNDRY_MODEL_DEPLOYMENT_NAME`: The name of your model deployment
For detailed information about different ways to run examples and configure environment variables, see [Running Examples Guide](running_examples.md).
### Sample Code
```python