Skip to content

Commit 8c94991

Browse files
author
gitName
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into time
2 parents f7c61a4 + 962488c commit 8c94991

8 files changed

+14
-9
lines changed

articles/app-service/tutorial-java-tomcat-connect-managed-identity-postgresql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 06/04/2024
77
author: KarlErickson
88
ms.author: karler
99
ms.reviewer: edburns
10-
ms.custom: passwordless-java, service-connector, devx-track-azurecli, devx-track-extended-java, AppServiceConnectivity
10+
ms.custom: passwordless-java, service-connector, devx-track-azurecli, devx-track-java, AppServiceConnectivity
1111
---
1212

1313
# Tutorial: Connect to a PostgreSQL Database from Java Tomcat App Service without secrets using a managed identity

articles/container-apps/java-application-performance-management-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure the Application Performance Management (APM)
55
customer intent: As a developer, I want to configure the APM Java agent with init containers in Azure Container Apps so that I can monitor and manage application performance.
66
services: container-apps
77
ms.service: azure-container-apps
8-
ms.custom: devx-track-azurecli
8+
ms.custom: devx-track-azurecli, devx-track-java
99
ms.topic: tutorial
1010
ms.date: 02/03/2025
1111
author: KarlErickson

articles/container-apps/java-microservice-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: KarlErickson
66
ms.author: karler
77
ms.reviewer: yiliu6
88
ms.service: azure-container-apps
9-
ms.custom: devx-track-extended-java
9+
ms.custom: devx-track-java
1010
ms.topic: quickstart
1111
ms.date: 11/25/2024
1212
---

articles/container-apps/java-petclinic-ai-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sonwan
88
ms.service: azure-container-apps
99
ms.topic: tutorial
1010
ms.date: 02/12/2025
11-
ms.custom:
11+
ms.custom: devx-track-java
1212
#customer intent: As a developer, I want to see a simple example of an AI application deployed to Azure Container Apps.
1313
---
1414

articles/lab-services/vm-deletion-policy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.date: 04/23/2025
1313

1414
On June 9, 2025, Azure Lab Services will delete all virtual machines (VMs) that have been inactive since July 1, 2023.
1515

16-
A virtual machine is considered inactive if no operations were performed on it. These operations include actions such as starting, stopping, resetting passwords, and reimaging. Any associated labs for these virtual machines will also be deleted. This policy applies to template VMs and production VMs.
16+
A virtual machine is considered inactive if no operations were performed on it. These operations include actions such as starting, stopping, resetting passwords, and reimaging. Any associated labs for these virtual machines will also be deleted. This policy applies to template VMs and production VMs.
1717

18-
After the virtual machines are deleted, we won't be able to recover them or their data. Back up any required data from these inactive virtual machines, and then delete the virtual machines if you don't need them. Delete the virtual machines and the associated labs yourself to avoid incurring any unnecessary charges. Once the virtual machines are deleted, there's no way to recover the virtual machines or the data on them.
18+
After the virtual machines are deleted, we won't be able to recover them or their data.
19+
20+
**Recommended actions**:
21+
1. Back up any required data from your inactive virtual machines.
22+
1. Delete the virtual machines and the associated labs to avoid incurring any unnecessary charges.

articles/spring-apps/basic-standard/concept-app-customer-responsibilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: KarlErickson
66
ms.author: karler
77
ms.reviewer: zhiyongli
88
ms.service: azure-spring-apps
9-
ms.custom: devx-track-extended-java
9+
ms.custom: devx-track-java
1010
ms.topic: conceptual
1111
ms.date: 08/28/2024
1212
---

articles/spring-apps/basic-standard/how-to-configure-planned-maintenance.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.reviewer: haochuang
77
ms.service: azure-spring-apps
88
ms.topic: how-to
99
ms.date: 11/07/2023
10+
ms.custom: devx-track-java
1011
---
1112

1213
# How to configure planned maintenance (preview)
@@ -81,7 +82,7 @@ Notifications and messages are sent out before and during the maintenance. The f
8182
Currently, Azure Spring Apps performs one regular planned maintenance to upgrade the underlying infrastructure every three months. For a detailed maintenance timeline, check the notifications on the [Azure Service Health](https://azure.microsoft.com/get-started/azure-portal/service-health) page.
8283

8384
> [!NOTE]
84-
> In compliance with Microsofts security standards, we perform additional security patching for underlying Azure Kubernetes Service (AKS) clusters during the second week of each month. Maintenance occurs within an 8-hour window during non-working hours. We do this work in a rolling fashion to ensure uninterrupted service.
85+
> In compliance with Microsoft's security standards, we perform additional security patching for underlying Azure Kubernetes Service (AKS) clusters during the second week of each month. Maintenance occurs within an 8-hour window during non-working hours. We do this work in a rolling fashion to ensure uninterrupted service.
8586
8687
## Best practices
8788

includes/api-management-azure-openai-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The policy is used with APIs [added to API Management from the Azure OpenAI Serv
1414

1515
| API type | Supported models |
1616
|-------|-------------|
17-
| Chat completion | gpt-3.5<br/><br/>gpt-4<br/><br/>gpt-4o<sup>1</sup> |
17+
| Chat completion | gpt-3.5<br/><br/>gpt-4<br/><br/>gpt-4o<sup>1</sup><br/><br/>gpt-4o-mini |
1818
| Embeddings | text-embedding-3-large<br/><br/> text-embedding-3-small<br/><br/>text-embedding-ada-002 |
1919

2020
<sup>1</sup> The `gpt-4o` model is multimodal (accepts text or image inputs and generates text).

0 commit comments

Comments
 (0)