Skip to content

Commit 85e8810

Browse files
authored
Merge pull request #282641 from MicrosoftDocs/main
7/31 11:00 AM IST Publish
2 parents 200fcc1 + 96332f7 commit 85e8810

File tree

244 files changed

+737
-1067
lines changed

Some content is hidden

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

244 files changed

+737
-1067
lines changed

articles/ai-services/content-safety/concepts/jailbreak-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This shield aims to safeguard against attacks that use information not directly
8686

8787
### Language availability
8888

89-
Currently, the Prompt Shields API supports the English language. While our API doesn't restrict the submission of non-English content, we can't guarantee the same level of quality and accuracy in the analysis of such content. We recommend users to primarily submit content in English to ensure the most reliable and accurate results from the API.
89+
Prompt Shields have been specifically trained and tested on the following languages: Chinese, English, French, German, Italian, Japanese, Portuguese. However, the feature can work in many other languages, but the quality might vary. In all cases, you should do your own testing to ensure that it works for your application.
9090

9191
### Text length limitations
9292

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

Lines changed: 13 additions & 6 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: 07/18/2024
7+
ms.date: 07/30/2024
88
ms.custom:
99
manager: nitinme
1010
author: mrbullwinkle
@@ -93,9 +93,9 @@ These models are currently available for use in Azure OpenAI Service.
9393
| `gpt-35-turbo` | 0125 | No earlier than Feb 22, 2025 |
9494
| `gpt-4`<br>`gpt-4-32k` | 0314 | **Deprecation:** October 1, 2024 <br> **Retirement:** June 6, 2025 |
9595
| `gpt-4`<br>`gpt-4-32k` | 0613 | **Deprecation:** October 1, 2024 <br> **Retirement:** June 6, 2025 |
96-
| `gpt-4` | 1106-preview | To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on August 15, 2024, or later **<sup>1</sup>** |
97-
| `gpt-4` | 0125-preview |To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on August 15, 2024, or later **<sup>1</sup>** |
98-
| `gpt-4` | vision-preview | To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on August 15, 2024, or later **<sup>1</sup>** |
96+
| `gpt-4` | 1106-preview | To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** |
97+
| `gpt-4` | 0125-preview |To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** |
98+
| `gpt-4` | vision-preview | To be upgraded to `gpt-4` Version: `turbo-2024-04-09`, starting on November 15, 2024, or later **<sup>1</sup>** |
9999
| `gpt-3.5-turbo-instruct` | 0914 | No earlier than Sep 14, 2025 |
100100
| `text-embedding-ada-002` | 2 | No earlier than April 3, 2025 |
101101
| `text-embedding-ada-002` | 1 | No earlier than April 3, 2025 |
@@ -143,11 +143,18 @@ If you're an existing customer looking for information about these models, see [
143143

144144
## Retirement and deprecation history
145145

146-
## July 18, 2024
146+
### July 30, 2024
147+
148+
* Updated `gpt-4` preview model upgrade date to November 15, 2024 or later for the following versions:
149+
* 1106-preview
150+
* 0125-preview
151+
* vision-preview
152+
153+
### July 18, 2024
147154

148155
* Updated `gpt-4` 0613 deprecation date to October 1, 2024 and the retirement date to June 6, 2025.
149156

150-
## June 19, 2024
157+
### June 19, 2024
151158

152159
* Updated `gpt-35-turbo` 0301 retirement date to no earlier than October 1, 2024.
153160
* Updated `gpt-35-turbo` & `gpt-35-turbo-16k`0613 retirement date to October 1, 2024.

articles/api-management/api-management-howto-deploy-multi-region.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to deploy a Premium tier Azure API Management instance to
55
author: dlepow
66
ms.service: api-management
77
ms.topic: how-to
8-
ms.date: 05/15/2024
8+
ms.date: 07/29/2024
99
ms.author: danlep
1010
---
1111

@@ -168,7 +168,7 @@ This section provides considerations for multi-region deployments when the API M
168168

169169
### IP addresses
170170

171-
* A public virtual IP address is created in every region added with a virtual network. For virtual networks in either [external mode](api-management-using-with-vnet.md) or [internal mode](api-management-using-with-internal-vnet.md), this public IP address is required for management traffic on port `3443`.
171+
* A public virtual IP address is created in every region added with a virtual network. For virtual networks in either [external mode](api-management-using-with-vnet.md) or [internal mode](api-management-using-with-internal-vnet.md), this public IP address is used for management traffic on port `3443`.
172172

173173
* **External VNet mode** - The public IP addresses are also required to route public HTTP traffic to the API gateways.
174174

@@ -178,7 +178,7 @@ This section provides considerations for multi-region deployments when the API M
178178

179179
* **External VNet mode** - Routing of public HTTP traffic to the regional gateways is handled automatically, in the same way it is for a non-networked API Management instance.
180180

181-
* **Internal VNet mode** - Private HTTP traffic isn't routed or load-balanced to the regional gateways by default. Users own the routing and are responsible for bringing their own solution to manage routing and private load balancing across multiple regions. Example solutions include Azure Application Gateway and Azure Traffic Manager.
181+
* **Internal VNet mode** - Private HTTP traffic isn't routed or load-balanced to the regional gateways by default. Users own the routing and are responsible for bringing their own solution to manage routing and private load balancing across multiple regions.
182182

183183
## Next steps
184184

articles/app-service/language-support-policy.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,24 @@ To learn more about specific timelines for the language support policy, see the
4141
- [PHP](https://aka.ms/phprelease)
4242
- [Go](https://aka.ms/gorelease)
4343

44+
## Support status
45+
46+
App Service supports languages on both Linux and Windows operating systems. See the following resources for the list of OS support for each language:
47+
48+
- [.NET](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/dot_net_core.md#support-timeline)
49+
- [Java](#jdk-versions-and-maintenance)
50+
- [Node](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/node_support.md#support-timeline)
51+
- [Python](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/python_support.md#support-timeline)
52+
- [PHP](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/php_support.md#support-timeline)
53+
54+
4455
## Configure language versions
4556

4657
To learn more about how to update language versions for your App Service applications, see the following resources:
4758

4859
- [.NET](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/dot_net_core.md#how-to-update-your-app-to-target-a-different-version-of-net-or-net-core)
49-
- [Node](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/node_support.md#node-on-linux-app-service)
5060
- [Java](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/java_support.md#java-on-app-service)
61+
- [Node](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/node_support.md#node-on-linux-app-service)
5162
- [Python](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/python_support.md#how-to-update-your-app-to-target-a-different-version-of-python)
5263
- [PHP](https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/php_support.md#how-to-update-your-app-to-target-a-different-version-of-php)
5364

articles/backup/blob-backup-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support matrix for Azure Blobs backup
33
description: Provides a summary of support settings and limitations when backing up Azure Blobs.
44
ms.topic: conceptual
5-
ms.date: 07/24/2024
5+
ms.date: 07/31/2024
66
ms.custom: references_regions, engagement-fy24
77
ms.service: backup
88
author: AbhishekMallick-MS
@@ -23,7 +23,7 @@ Operational backup for blobs is available in all public cloud regions, except Fr
2323

2424
# [Vaulted backup](#tab/vaulted-backup)
2525

26-
Vaulted backup for blobs is currently available in all public regions **except** South Africa West, Sweden Central, Sweden South, Israel Central, Poland Central, India Central, Italy North and Malaysia South.
26+
Vaulted backup for blobs is available in all public regions.
2727

2828

2929
---

articles/confidential-computing/confidential-computing-enclaves.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Build with SGX enclaves - Azure Virtual Machines
33
description: Learn about Intel SGX hardware to enable your confidential computing workloads.
44
author: ju-shim
5-
ms.service: virtual-machines
5+
ms.service: azure-virtual-machines
66
ms.subservice: workloads
77
ms.topic: conceptual
88
ms.date: 11/01/2021

articles/confidential-computing/quick-create-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart - Create Intel SGX VM in the Azure Portal
33
description: Get started with your deployments by learning how to quickly create an Intel SGX VM in the Azure Portal
44
author: ju-shim
5-
ms.service: virtual-machines
5+
ms.service: azure-virtual-machines
66
ms.subservice: workloads
77
ms.topic: quickstart
88
ms.date: 11/1/2021

articles/cosmos-db/table/includes/quickstart-dotnet/azure-cli-create-resource-group-and-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: alexwolfmsft
3-
ms.service: cosmos-db
3+
ms.service: azure-cosmos-db
44
ms.subservice: table
55
ms.custom: devx-track-azurecli
66
ms.topic: include

articles/cosmos-db/table/includes/quickstart-dotnet/azure-cli-get-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: alexwolfmsft
3-
ms.service: cosmos-db
3+
ms.service: azure-cosmos-db
44
ms.subservice: table
55
ms.topic: include
66
ms.date: 08/22/2022

articles/cosmos-db/table/includes/quickstart-dotnet/environment-variables-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: alexwolfmsft
3-
ms.service: cosmos-db
3+
ms.service: azure-cosmos-db
44
ms.subservice: table
55
ms.topic: include
66
ms.date: 07/08/2022

0 commit comments

Comments
 (0)