Skip to content

Commit 961769c

Browse files
Merge pull request #5890 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 4a9644e + ecb9d8f commit 961769c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

articles/ai-foundry/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
author: eric-urban
1111
ms.author: eur
1212
manager: nitinme
13-
ms.date: 5/19/2025
13+
ms.date: 7/4/2025
1414
ms.service: azure-ai-foundry
1515
ms.topic: hub-page
1616
ms.custom:
@@ -92,6 +92,8 @@ productDirectory:
9292
- title: Azure AI Search
9393
imageSrc: ~/reusable-content/ce-skilling/azure/media/ai-services/search.svg
9494
links:
95+
- url: /azure/search/search-get-started-agentic-retrieval
96+
text: Agentic retrieval
9597
- url: /azure/search
9698
text: Bring AI-powered cloud search to your mobile and web applications
9799
- url: /azure/search/tutorial-rag-build-solution
@@ -180,8 +182,8 @@ additionalContent:
180182
url: ../ai-services/document-intelligence/index.yml
181183
- text: Face
182184
url: ../ai-services/computer-vision/overview-identity.md
183-
- text: Custom Vision
184-
url: ../ai-services/translator/index.yml
185+
- text: Vision
186+
url: ../ai-services/computer-vision/index.yml
185187
- text: Immersive Reader
186188
url: ../ai-services/immersive-reader/index.yml
187189
- title: Training & certification

articles/machine-learning/azure-machine-learning-ci-image-release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ In this article, learn about Azure Machine Learning compute instance image relea
1818

1919
Azure Machine Learning checks and validates any machine learning packages that might require an upgrade. Updates incorporate the latest OS-related patches from Canonical as the original Linux OS publisher. In addition to patches applied by the original publisher, Azure Machine Learning updates system packages when updates are available. For details on the patching process, see [Vulnerability Management](./concept-vulnerability-management.md).
2020

21+
> [!NOTE]
22+
> Although some environment names (such as azureml_py38) might suggest Python 3.8, all default environments available in the compute instance are configured with Python version 3.10.
23+
> The available environments include:
24+
> - azureml_py310_sdkv2 – /anaconda/envs/azureml_py310_sdkv2
25+
> - azureml_py38 – /anaconda/envs/azureml_py38
26+
> - azureml_py38_PT_TF – /anaconda/envs/azureml_py38_PT_TF
27+
>
28+
> Despite the environment names, users should expect Python 3.10 across all Conda environments in the compute instance.
29+
30+
2131
Main updates provided with each image version are described in the below sections.
2232

2333
## February 11, 2025

0 commit comments

Comments
 (0)