Skip to content

Commit 6e9a4a2

Browse files
authored
Merge pull request #890 from MicrosoftDocs/main
10/17/2024 PM Publish
2 parents ad240b8 + d470dc3 commit 6e9a4a2

23 files changed

+69
-62
lines changed

articles/ai-services/metrics-advisor/includes/quickstarts/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 09/20/2024
99
ms.author: mbullwin
1010
---
1111

12-
[Reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-metricsadvisor/latest/azure.ai.metricsadvisor.html) | [Library source code](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/metricsadvisor/azure-ai-metricsadvisor/README.md) | [Package (PiPy)](https://pypi.org/project/azure-ai-metricsadvisor/) | [Samples](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/metricsadvisor/azure-ai-metricsadvisor/samples/README.md)
12+
[Reference documentation](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/metricsadvisor/azure-ai-metricsadvisor) | [Library source code](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/metricsadvisor/azure-ai-metricsadvisor/README.md) | [Package (PiPy)](https://pypi.org/project/azure-ai-metricsadvisor/) | [Samples](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/metricsadvisor/azure-ai-metricsadvisor/samples/README.md)
1313

1414
> [!IMPORTANT]
1515
> Microsoft recommends that you use the most secure authentication flow available. Some of the authentication flows described in this article require a very high degree of trust in the application, and carries risks that are not present in other more secure flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.

articles/machine-learning/concept-compute-target.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description: Learn how to designate a compute resource or environment to train o
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: compute
8-
ms.topic: conceptual
8+
ms.topic: concept-article
99
ms.author: sgilley
1010
author: sdgilley
1111
ms.reviewer: vijetaj
12-
ms.date: 01/23/2024
12+
ms.date: 10/17/2024
1313
ms.custom:
1414
- cliv2
1515
- build-2023
@@ -104,6 +104,7 @@ There are a few exceptions and limitations to choosing a VM size:
104104

105105
* Some VM series aren't supported in Azure Machine Learning.
106106
* Some VM series, such as GPUs and other special SKUs, might not initially appear in your list of available VMs. But you can still use them, once you request a quota change. For more information about requesting quotas, see [Request quota and limit increases](how-to-manage-quotas.md#request-quota-and-limit-increases).
107+
107108
See the following table to learn more about supported series.
108109

109110
| **Supported VM series** | **Category** | **Supported by** |
@@ -199,7 +200,7 @@ Azure Machine Learning supports the following unmanaged compute types:
199200

200201
For more information, see [Manage compute resources](how-to-create-attach-compute-studio.md).
201202

202-
## Next step
203+
## Related content
203204

204205
:::moniker range="azureml-api-2"
205206
* [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)

articles/machine-learning/includes/retiring-vms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ author: sdgilley
33
ms.service: azure-machine-learning
44
ms.custom: build-2023
55
ms.topic: include
6-
ms.date: 06/12/2023
6+
ms.date: 10/17/2024
77
ms.author: sgilley
88
---
99

1010
> [!IMPORTANT]
11-
> If your compute instance or compute clusters are based on any of these series, recreate with another VM size before their retirement date to avoid service disruption.
11+
> If your compute instance or compute clusters are based on any of these series, recreate with another VM size.
1212
>
13-
> These series are retiring on August 31, 2023:
13+
> These series retired on August 31, 2023:
1414
> * [Azure NC-series](/azure/virtual-machines/nc-series-retirement)
1515
> * [Azure NCv2-series](/azure/virtual-machines/ncv2-series-retirement)
1616
> * [Azure ND-series](/azure/virtual-machines/nd-series-retirement)
1717
> * [Azure NV- and NV_Promo series](/azure/virtual-machines/nv-series-retirement)
1818
>
19-
> These series are retiring on August 31, 2024:
19+
> These series retired on August 31, 2024:
2020
> * [Azure Av1-series](/azure/virtual-machines/av1-series-retirement)
2121
> * [Azure HB-series](/azure/virtual-machines/hb-series-retirement)

articles/search/cognitive-search-skill-document-extraction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Document Extraction cognitive skill
33
titleSuffix: Azure AI Search
44
description: Extracts content from a file within the enrichment pipeline.
55

6-
author: careyjmac
7-
ms.author: chalton
6+
author: gmndrg
7+
ms.author: gimondra
88

99
ms.service: azure-ai-search
1010
ms.custom:

articles/search/cognitive-search-skill-image-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Image Analysis cognitive skill
33
titleSuffix: Azure AI Search
44
description: Extract semantic text through image analysis using the Image Analysis cognitive skill in an AI enrichment pipeline in Azure AI Search.
55

6-
author: careyjmac
7-
ms.author: chalton
6+
author: gmndrg
7+
ms.author: gimondra
88

99
ms.service: azure-ai-search
1010
ms.custom:

articles/search/cognitive-search-skill-ocr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: OCR skill
33
titleSuffix: Azure AI Search
44
description: Extract text from image files using optical character recognition (OCR) in an enrichment pipeline in Azure AI Search.
55

6-
author: careyjmac
7-
ms.author: chalton
6+
author: gmndrg
7+
ms.author: gimondra
88

99
ms.service: azure-ai-search
1010
ms.custom:

articles/search/cognitive-search-skill-pii-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ titleSuffix: Azure AI Search
44
description: Extract and mask personal information from text in an enrichment pipeline in Azure AI Search.
55

66
manager: nitinme
7-
author: careyjmac
8-
ms.author: chalton
7+
author: gmndrg
8+
ms.author: gimondra
99
ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2023

articles/search/cognitive-search-skill-sentiment-v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Sentiment cognitive skill (v3)
33
titleSuffix: Azure AI Search
44
description: Provides sentiment labels for text in an AI enrichment pipeline in Azure AI Search.
55

6-
author: careyjmac
7-
ms.author: chalton
6+
author: gmndrg
7+
ms.author: gimondra
88
ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023

articles/search/cognitive-search-skill-text-translation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ titleSuffix: Azure AI Search
44
description: Evaluates text and, for each record, returns text translated to the specified target language in an AI enrichment pipeline in Azure AI Search.
55

66
manager: nitinme
7-
author: careyjmac
8-
ms.author: chalton
7+
author: gmndrg
8+
ms.author: gimondra
99
ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2023

articles/search/cognitive-search-skill-textsplit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Text split skill
33
titleSuffix: Azure AI Search
44
description: Break text into chunks or pages of text based on length in an AI enrichment pipeline in Azure AI Search.
5-
author: careyjmac
6-
ms.author: chalton
5+
author: gmndrg
6+
ms.author: gimondra
77
ms.service: azure-ai-search
88
ms.custom:
99
- ignite-2023

0 commit comments

Comments
 (0)