Skip to content

Commit d36bd16

Browse files
authored
Merge pull request #295325 from MicrosoftDocs/main
2/26/2025 11:00 AM IST Publish
2 parents 565c6db + e9da144 commit d36bd16

File tree

152 files changed

+4777
-135
lines changed

Some content is hidden

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

152 files changed

+4777
-135
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ ms.devlang: java
55
ms.topic: tutorial
66
ms.date: 06/04/2024
77
author: KarlErickson
8-
ms.author: edburns
8+
ms.author: karler
9+
ms.reviewer: edburns
910
ms.custom: passwordless-java, service-connector, devx-track-azurecli, devx-track-extended-java, AppServiceConnectivity
1011
---
1112

articles/azure-cache-for-redis/cache-java-get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 'Quickstart: Use Azure Cache for Redis in Java'
33
description: In this quickstart, you create a new Java app that uses Azure Cache for Redis
44
author: KarlErickson
5-
ms.author: zhihaoguo
5+
ms.author: karler
6+
ms.reviewer: zhihaoguo
67
ms.date: 01/04/2022
78
ms.topic: quickstart
89
ms.devlang: java

articles/azure-cache-for-redis/cache-java-redisson-get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: "Quickstart: Use Azure Cache for Redis in Java with Redisson Redis client"
33
description: In this quickstart, you create a new Java app that uses Azure Cache for Redis and Redisson as Redis client.
44
author: KarlErickson
5-
ms.author: zhihaoguo
5+
ms.author: karler
6+
ms.reviewer: zhihaoguo
67
ms.date: 01/18/2024
78
ms.topic: quickstart
89
ms.devlang: java

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Use Java and Gradle to publish a function to Azure
33
description: Create and publish an HTTP-triggered function to Azure with Java and Gradle.
44
author: KarlErickson
5+
ms.author: karler
56
ms.devlang: java
67
ms.custom: devx-track-java, devx-track-extended-java
7-
ms.author: karler
88
ms.topic: quickstart
99
ms.date: 04/08/2020
1010
---

articles/azure-functions/functions-create-first-quarkus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Deploy serverless Java apps with Quarkus on Azure Functions
33
description: Learn how to develop, build, and deploy a serverless Java app by using Quarkus on Azure Functions.
44
author: KarlErickson
5-
ms.author: edburns
5+
ms.author: karler
6+
ms.reviewer: edburns
67
ms.service: azure-functions
78
ms.topic: quickstart
89
ms.date: 01/10/2023

articles/azure-functions/functions-create-maven-intellij.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Create a Java function in Azure Functions using IntelliJ
33
description: Learn how to use IntelliJ to create an HTTP-triggered Java function and then run it in a serverless environment in Azure.
4-
author: karlerickson
4+
author: KarlErickson
5+
ms.author: karler
6+
ms.reviewer: jialuogan
57
ms.topic: quickstart
68
ms.date: 05/28/2024
7-
ms.author: jialuogan
89
ms.devlang: java
910
ms.custom: mvc, devcenter, devx-track-java, devx-track-extended-java
1011
---

articles/azure-functions/functions-event-hub-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: 'Tutorial: Use Java functions with Azure Cosmos DB and Event Hubs'
33
description: This tutorial shows you how to consume events from Event Hubs to make updates in Azure Cosmos DB using a function written in Java.
44
author: KarlErickson
5+
ms.author: karler
56
ms.topic: tutorial
67
ms.date: 02/14/2024
7-
ms.author: karler
88
ms.devlang: java
99
ms.custom: devx-track-java, devx-track-azurecli, devx-track-extended-java
1010
#Customer intent: As a Java developer, I want to write Java functions that process data continually (for example, from IoT sensors), and store the processing results in Azure Cosmos DB.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ ms.service: azure-container-apps
88
ms.custom: devx-track-azurecli
99
ms.topic: tutorial
1010
ms.date: 02/03/2025
11-
ms.author: kuzhong
1211
author: KarlErickson
12+
ms.author: karler
13+
ms.reviewer: kuzhong
1314
---
1415

1516
# Tutorial: Configure the Application Performance Management (APM) Java agent with init containers in Azure Container Apps

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ title: Launch your First Java Microservice Application with Managed Java Compone
33
description: Learn how to deploy a Java microservice project in Azure Container Apps with managed Java components.
44
services: container-apps
55
author: KarlErickson
6+
ms.author: karler
7+
ms.reviewer: yiliu6
68
ms.service: azure-container-apps
79
ms.custom: devx-track-extended-java
810
ms.topic: quickstart
911
ms.date: 11/25/2024
10-
ms.author: yiliu6
1112
---
1213

1314
# Quickstart: Launch your first Java microservice application with managed Java components in Azure Container Apps

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Introduction to the Java PetClinic AI Sample in Azure Container Apps
33
description: Explains the architecture of AI applications deployed to Azure Container Apps.
44
author: KarlErickson
5-
ms.author: sonwan
5+
ms.author: karler
6+
ms.reviewer: sonwan
67
ms.service: azure-container-apps
78
ms.topic: concept-article
89
ms.date: 02/12/2025

0 commit comments

Comments
 (0)