We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b098f5d commit 1740265Copy full SHA for 1740265
articles/ai-foundry/quickstarts/hub-get-started-code.md
@@ -32,7 +32,7 @@ This quickstart sets up your local environment for hub-based projects, deploys a
32
```bash
33
pip install azure-ai-inference azure-identity azure-ai-projects==1.0.0b10
34
```
35
-> Different project types need distinct azure-ai-projects versions; isolate environments.
+> Different project types need distinct azure-ai-projects versions. Keep each project in its own isolated environment to avoid conflicts.
36
37
## Deploy a model
38
0 commit comments