Skip to content

Commit 5cd3977

Browse files
authored
Merge pull request #285171 from MicrosoftDocs/main
8/21/2024 AM Publish
2 parents 403a56b + d9cd350 commit 5cd3977

File tree

100 files changed

+569
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+569
-260
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"source_path_from_root": "/articles/ai-services/openai/how-to/monitoring.md",
120-
"redirect_url": "/azure/ai-services/openai/monitor-openai",
120+
"redirect_url": "/azure/ai-services/openai/how-to/monitor-openai",
121121
"redirect_document_id": false
122122
},
123123
{

articles/ai-services/openai/concepts/model-retirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the model deprecations and retirements in Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 08/14/2024
7+
ms.date: 08/21/2024
88
ms.custom:
99
manager: nitinme
1010
author: mrbullwinkle
@@ -108,6 +108,8 @@ These models are currently available for use in Azure OpenAI Service.
108108

109109
**<sup>1</sup>** We will notify all customers with these preview deployments at least 30 days before the start of the upgrades. We will publish an upgrade schedule detailing the order of regions and model versions that we will follow during the upgrades, and link to that schedule from here.
110110

111+
> [!IMPORTANT]
112+
> Vision enhancements preview features including Optical Character Recognition (OCR), object grounding, video prompts will be retired and no longer available once `gpt-4` Version: `vision-preview` is upgraded to `turbo-2024-04-09`. If you are currently relying on any of these preview features, this automatic model upgrade will be a breaking change.
111113
112114
## Deprecated models
113115

@@ -156,7 +158,7 @@ If you're an existing customer looking for information about these models, see [
156158
* Updated `gpt-4` preview model upgrade date to November 15, 2024 or later for the following versions:
157159
* 1106-preview
158160
* 0125-preview
159-
* vision-preview
161+
* vision-preview (Vision enhancements feature will no longer be supported once this model is retired/upgraded.)
160162

161163
### July 18, 2024
162164

articles/ai-services/openai/how-to/monitor-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure OpenAI provides out-of-box dashboards for each of your Azure OpenAI resour
1919

2020
:::image type="content" source="../media/monitoring/dashboard.png" alt-text="Screenshot that shows out-of-box dashboards for an Azure OpenAI resource in the Azure portal." lightbox="../media/monitoring/dashboard.png" border="false":::
2121

22-
The dashboards are grouped into four categories: **HTTP Requests**, **Tokens-Based Usage**, **PTU Utilization**, and **Fine-tuning**
22+
The dashboards are grouped into four categories: **HTTP Requests**, **Tokens-Based Usage**, **PTU Utilization**, and **Fine-tuning**.
2323

2424
## Data collection and routing in Azure Monitor
2525

articles/ai-services/openai/quotas-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: conceptual
13-
ms.date: 08/16/2024
13+
ms.date: 08/21/2024
1414
ms.author: mbullwin
1515
---
1616

@@ -93,7 +93,7 @@ Global Standard deployments use Azure's global infrastructure, dynamically routi
9393
The Usage Limit determines the level of usage above which customers might see larger variability in response latency. A customer’s usage is defined per model and is the total tokens consumed across all deployments in all subscriptions in all regions for a given tenant.
9494

9595
> [!NOTE]
96-
> Usage tiers only apply to standard and global standard deployment types. Usage tiers do not apply to global batch deployments.
96+
> Usage tiers only apply to standard and global standard deployment types. Usage tiers do not apply to global batch and provisioned throughput deployments.
9797
9898
#### GPT-4o global standard & standard
9999

articles/ai-services/personalizer/what-is-personalizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: What is Personalizer?
33
description: Personalizer is a cloud-based service that allows you to choose the best experience to show to your users, learning from their real-time behavior.
4-
author: jcodella
5-
ms.author: jacodel
4+
author: tyclintw
5+
ms.author: tyclintw
66
ms.manager: nitinme
77
ms.service: azure-ai-personalizer
88
ms.topic: overview

articles/ai-studio/tutorials/copilot-sdk-build-rag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this part one, you learn how to:
4242
> [!IMPORTANT]
4343
> This tutorial builds on the code and environment you set up in the quickstart.
4444
45-
- You need a local copy of product data. The [Azure-Samples/rag-data-openai-python-promptflow repository on GitHub](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/) contains sample retail product information that's relevant for this tutorial scenario. [Download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/main/tutorial/data.zip) to your local machine.
45+
- You need a local copy of product data. The [Azure-Samples/rag-data-openai-python-promptflow repository on GitHub](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/) contains sample retail product information that's relevant for this tutorial scenario. [Download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/tree/main/tutorial/data) to your local machine.
4646

4747
## Application code structure
4848

@@ -224,7 +224,7 @@ You need to set environment variables for the Azure AI Search service and connec
224224
225225
If you don't have an Azure AI Search index already created, we walk through how to create one. If you already have an index to use, you can skip to the [set the search environment variables](#set-search-environment-variables) section. The search index is created on the Azure AI Search service that was either created or referenced in the previous step.
226226
227-
1. Use your own data or [download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/main/tutorial/data.zip) to your local machine. Unzip the file into your **rag-tutorial** folder. This data is a collection of markdown files that represent product information. The data is structured in a way that is easy to ingest into a search index. You build a search index from this data.
227+
1. Use your own data or [download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/tree/main/tutorial/data) to your local machine. Unzip the file into your **rag-tutorial** folder. This data is a collection of markdown files that represent product information. The data is structured in a way that is easy to ingest into a search index. You build a search index from this data.
228228
229229
1. The prompt flow RAG package allows you to ingest the markdown files, locally create a search index, and register it in the cloud project. Install the prompt flow RAG package:
230230

articles/api-management/breaking-changes/stv1-platform-retirement-august-2024.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
---
2-
title: Azure API Management - stv1 platform retirement (August 2024) | Microsoft Docs
3-
description: Azure API Management will retire the stv1 compute platform effective 31 August 2024. Instances hosted on the stv1 platform must be migrated to the stv2 platform.
2+
title: Azure API Management - global Azure - stv1 platform retirement (August 2024)
3+
description: In the global Azure cloud, Azure API Management will retire stv1 compute platform effective 31 August 2024. Instances must be migrated to stv2 platform.
44
services: api-management
55
author: dlepow
66
ms.service: azure-api-management
77
ms.topic: reference
8-
ms.date: 12/19/2023
8+
ms.date: 08/08/2024
99
ms.author: danlep
1010
---
1111

12-
# stv1 platform retirement (August 2024)
12+
# API Management stv1 platform retirement - Global Azure cloud (August 2024)
1313

1414
[!INCLUDE [api-management-availability-premium-dev-standard-basic](../../../includes/api-management-availability-premium-dev-standard-basic.md)]
1515

16-
As a cloud platform-as-a-service (PaaS), Azure API Management abstracts many details of the infrastructure used to host and run your service. **The infrastructure associated with the API Management `stv1` compute platform version will be retired effective 31 August 2024.** A more current compute platform version (`stv2`) is already available, and provides enhanced service capabilities.
16+
As a cloud platform-as-a-service (PaaS), Azure API Management abstracts many details of the infrastructure used to host and run your service. **The infrastructure associated with the API Management `stv1` compute platform version will be retired effective 31 August 2024 in the global Microsoft Azure cloud.** A more current compute platform version (`stv2`) is already available, and provides enhanced service capabilities.
17+
18+
> [!NOTE]
19+
> For API Management instances deployed in Microsoft Azure Government cloud or Microsoft Azure operated by 21Vianet cloud (Azure in China), the retirement date for the `stv1` platform is 28 February 2025. [Learn more](stv1-platform-retirement-sovereign-clouds-february-2025.md)
1720
1821
The following table summarizes the compute platforms currently used for instances in the different API Management service tiers.
1922

@@ -38,7 +41,6 @@ Support for API Management instances hosted on the `stv1` platform will be retir
3841
> [!WARNING]
3942
> If your instance is currently hosted on the `stv1` platform, you must migrate to the `stv2` platform. Failure to migrate by the retirement date might result in loss of the environments running APIs and all configuration data.
4043
41-
4244
## What do I need to do?
4345

4446
**Migrate all your existing instances hosted on the `stv1` compute platform to the `stv2` compute platform by 31 August 2024.**
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Azure API Management - stv1 platform retirement - Azure Government, Azure in China (February 2025)
3+
description: In Azure Government and Azure operated by 21Vianet, API Management will retire stv1 platform effective 28 February 2025. Instances must be migrated to stv2 platform.
4+
services: api-management
5+
author: dlepow
6+
ms.service: azure-api-management
7+
ms.topic: reference
8+
ms.date: 08/09/2024
9+
ms.author: danlep
10+
---
11+
12+
# API Management stv1 platform retirement - Azure Government and Azure operated by 21Vianet (February 2025)
13+
14+
[!INCLUDE [api-management-availability-premium-dev-standard-basic](../../../includes/api-management-availability-premium-dev-standard-basic.md)]
15+
16+
As a cloud platform-as-a-service (PaaS), Azure API Management abstracts many details of the infrastructure used to host and run your service. **The infrastructure associated with the API Management `stv1` compute platform version will be retired effective 28 February 2025 in Microsoft Azure Government and in Microsoft Azure operated by 21 Vianet (Azure in China).** A more current compute platform version (`stv2`) is already available, and provides enhanced service capabilities.
17+
18+
> [!NOTE]
19+
> For API Management instances deployed in global Microsoft Azure, the retirement date for the `stv1` platform is 31 August 2024. [Learn more](stv1-platform-retirement-august-2024.md)
20+
21+
The following table summarizes the compute platforms currently used for instances in the different API Management service tiers.
22+
23+
| Version | Description | Architecture | Tiers |
24+
| -------| ----------| ----------- | ---- |
25+
| `stv2` | Single-tenant v2 | Azure-allocated compute infrastructure that supports availability zones, private endpoints | Developer, Basic, Standard, Premium |
26+
| `stv1` | Single-tenant v1 | Azure-allocated compute infrastructure | Developer, Basic, Standard, Premium |
27+
| `mtv1` | Multi-tenant v1 | Shared infrastructure that supports native autoscaling and scaling down to zero in times of no traffic | Consumption |
28+
29+
**For continued support and to take advantage of upcoming features, customers must [migrate](../migrate-stv1-to-stv2.md) their Azure API Management instances from the `stv1` compute platform to the `stv2` compute platform.** The `stv2` compute platform comes with additional features and improvements such as support for Azure Private Link and other networking features.
30+
31+
New instances created in service tiers other than the Consumption tier are mostly hosted on the `stv2` platform already. Existing instances on the `stv1` compute platform will continue to work normally until the retirement date, but those instances won’t receive the latest features available to the `stv2` platform.
32+
33+
## Is my service affected by this?
34+
35+
If the value of the `platformVersion` property of your service is `stv1`, it's hosted on the `stv1` platform. See [How do I know which platform hosts my API Management instance?](../compute-infrastructure.md#how-do-i-know-which-platform-hosts-my-api-management-instance)
36+
37+
## What is the deadline for the change?
38+
39+
In Azure Government and Azure operated by 21Vianet, support for API Management instances hosted on the `stv1` platform will be retired by 28 February 2025.
40+
41+
## What do I need to do?
42+
43+
**Migrate all your existing instances hosted on the `stv1` compute platform to the `stv2` compute platform by 28 February 2025.**
44+
45+
If you have existing instances hosted on the `stv1` platform, follow our **[migration guide](../migrate-stv1-to-stv2.md)** to ensure a successful migration.
46+
47+
[!INCLUDE [api-management-migration-support](../../../includes/api-management-migration-support.md)]
48+
49+
50+
## Related content
51+
52+
* [Migrate from stv1 platform to stv2](../migrate-stv1-to-stv2.md)
53+
* See all [upcoming breaking changes and feature retirements](overview.md).

articles/api-management/llm-semantic-cache-lookup-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Use the `llm-semantic-cache-lookup` policy to perform cache lookup of responses
7171

7272
### Example with corresponding llm-semantic-cache-store policy
7373

74-
[!INCLUDE [api-management-semantic-cache-example](../../includes/api-management-semantic-cache-example.md)]
74+
[!INCLUDE [api-management-llm-semantic-cache-example](../../includes/api-management-llm-semantic-cache-example.md)]
7575

7676
## Related policies
7777

articles/api-management/llm-semantic-cache-store-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The `llm-semantic-cache-store` policy caches responses to chat completion API an
5454

5555
### Example with corresponding llm-semantic-cache-lookup policy
5656

57-
[!INCLUDE [api-management-semantic-cache-example](../../includes/api-management-semantic-cache-example.md)]
57+
[!INCLUDE [api-management-llm-semantic-cache-example](../../includes/api-management-llm-semantic-cache-example.md)]
5858

5959
## Related policies
6060

0 commit comments

Comments
 (0)