Skip to content

Commit 039e4d8

Browse files
Merge pull request #311669 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-11 06:00 UTC
2 parents 35d81fa + 0508d87 commit 039e4d8

29 files changed

Lines changed: 1082 additions & 352 deletions

articles/azure-app-configuration/enable-dynamic-configuration-java-spring-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrm9084
77
ms.service: azure-app-configuration
88
ms.devlang: java
99
ms.topic: tutorial
10-
ms.date: 10/07/2025
10+
ms.date: 02/10/2026
1111
ms.custom: devx-track-java, devx-track-extended-java
1212
ms.author: mametcal
1313
#Customer intent: As a Java Spring developer, I want to dynamically update my app to use the latest configuration data in App Configuration.
@@ -126,7 +126,7 @@ Then, open the *pom.xml* file in a text editor and add a `<dependency>` for `spr
126126
<dependency>
127127
<groupId>com.azure.spring</groupId>
128128
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
129-
<version>6.0.0</version>
129+
<version>7.0.0</version>
130130
</dependency>
131131
```
132132

articles/azure-app-configuration/enable-dynamic-configuration-java-spring-push-refresh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-app-configuration
99
ms.devlang: java
1010
ms.custom: devx-track-extended-java
1111
ms.topic: tutorial
12-
ms.date: 10/07/2025
12+
ms.date: 02/10/2026
1313
ms.author: mametcal
1414
#Customer intent: I want to use push refresh to dynamically update my app to use the latest configuration data in App Configuration.
1515
---
@@ -36,7 +36,7 @@ In this tutorial, you learn how to:
3636
## Prerequisites
3737

3838
- Azure subscription - [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
39-
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
39+
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
4040
- [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
4141
- An existing Azure App Configuration Store.
4242

@@ -63,7 +63,7 @@ In this tutorial, you learn how to:
6363
<dependency>
6464
<groupId>com.azure.spring</groupId>
6565
<artifactId>spring-cloud-azure-dependencies</artifactId>
66-
<version>6.0.0</version>
66+
<version>7.0.0</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: maud-lv
66
ms.author: malev
77
ms.service: azure-app-configuration
88
ms.topic: concept-article
9-
ms.date: 08/25/2025
9+
ms.date: 02/10/2026
1010
zone_pivot_groups: appconfig-provider
1111
ms.custom:
1212
- devx-track-csharp
@@ -60,7 +60,7 @@ To complete this tutorial, you must have:
6060

6161
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
6262
* An Azure App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md).
63-
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
63+
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
6464
* [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
6565

6666
:::zone-end

articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mrm9084
55
ms.service: azure-app-configuration
66
ms.devlang: java
77
ms.topic: quickstart
8-
ms.date: 08/25/2025
8+
ms.date: 02/10/2026
99
ms.author: mametcal
1010
ms.custom: devx-track-java, mode-other
1111
#Customer intent: As an Spring Boot developer, I want to use feature flags to control feature availability quickly and confidently.
@@ -71,7 +71,7 @@ To create a new Spring Boot project:
7171
<dependency>
7272
<groupId>com.azure.spring</groupId>
7373
<artifactId>spring-cloud-azure-dependencies</artifactId>
74-
<version>6.0.0</version>
74+
<version>7.0.0</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

articles/azure-app-configuration/quickstart-java-spring-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrm9084
66
ms.service: azure-app-configuration
77
ms.devlang: java
88
ms.topic: quickstart
9-
ms.date: 08/25/2025
9+
ms.date: 02/10/2026
1010
ms.custom: devx-track-java, mode-api, devx-track-extended-java
1111
ms.author: mametcal
1212
#Customer intent: As a Java Spring developer, I want to manage all my app settings in one place.
@@ -20,7 +20,7 @@ In this quickstart, you incorporate Azure App Configuration into a Java Spring a
2020

2121
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2222
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
23-
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
23+
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
2424
- [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
2525
- A Spring Boot application. If you don't have one, create a Maven project with the [Spring Initializr](https://start.spring.io/). Be sure to select **Maven Project** and, under **Dependencies**, add the **Spring Web** dependency, and then select Java version 8 or higher.
2626

@@ -52,7 +52,7 @@ To install the Spring Cloud Azure Config starter module, add the following depen
5252
<dependency>
5353
<groupId>com.azure.spring</groupId>
5454
<artifactId>spring-cloud-azure-dependencies</artifactId>
55-
<version>6.0.0</version>
55+
<version>7.0.0</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>

articles/azure-app-configuration/use-feature-flags-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: zhenlan
77
ms.service: azure-app-configuration
88
ms.devlang: java
99
ms.topic: tutorial
10-
ms.date: 10/22/2025
10+
ms.date: 02/10/2026
1111
ms.author: mametcal
1212
ms.custom: mvc, devx-track-java
1313

@@ -55,7 +55,7 @@ The easiest way to connect your Spring Boot application to App Configuration is
5555
<dependency>
5656
<groupId>com.azure.spring</groupId>
5757
<artifactId>spring-cloud-azure-dependencies</artifactId>
58-
<version>6.0.0</version>
58+
<version>7.0.0</version>
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>

articles/azure-app-configuration/use-key-vault-references-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrm9084
66
ms.service: azure-app-configuration
77
ms.devlang: java
88
ms.topic: tutorial
9-
ms.date: 08/25/2025
9+
ms.date: 02/10/2026
1010
ms.author: mametcal
1111
ms.custom: mvc, devx-track-java, devx-track-azurecli, devx-track-extended-java
1212
#Customer intent: I want to update my Spring Boot application to reference values stored in Key Vault through App Configuration.
@@ -34,7 +34,7 @@ In this tutorial, you learn how to:
3434
## Prerequisites
3535

3636
* Azure subscription - [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
37-
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
37+
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
3838
* [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
3939

4040
## Create a vault

articles/event-hubs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: spelluru
1212
ms.author: spelluru
13-
ms.date: 03/13/2025
13+
ms.date: 02/10/2026
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1616

articles/logic-apps/logic-apps-enterprise-integration-xml-validation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewers: estfan, azla
99
ms.topic: how-to
10-
ms.date: 12/09/2025
11-
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to validate XML using schemas before trading partners process messages in B2B workflows.
10+
ms.date: 02/11/2026
11+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to validate XML by using schemas before trading partners process messages in B2B workflows.
1212
---
1313

1414
# Validate XML using schemas in B2B workflows with Azure Logic Apps
@@ -25,7 +25,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
2525

2626
- The logic app resource and workflow where you want to validate XML.
2727

28-
Your workflow must start with a trigger, but you can use any trigger that works for your scenario. For more information, see these [general steps](create-workflow-with-trigger-or-action.md#add-trigger) to add any trigger you want.
28+
Your workflow must start with a trigger, but you can use any trigger that works for your scenario. For more information, see these [general steps](add-trigger-action-workflow.md#add-trigger) to add any trigger you want.
2929

3030
The examples in this guide use the [**Request** trigger named **When an HTTP request is received**](../connectors/connectors-native-reqres.md), which waits until an external caller sends a request to the trigger. Alternatively, you can use the [**Schedule** trigger named **Recurrence**](../connectors/connectors-native-recurrence.md).
3131

@@ -47,7 +47,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
4747

4848
1. In the [Azure portal](https://portal.azure.com), open the logic app resource. Open your workflow in the designer.
4949

50-
1. On the designer, follow these [general steps](create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to add the **XML Operations** action with the name that matches your workflow type:
50+
1. On the designer, follow these [general steps](add-trigger-action-workflow.md?tabs=standard#add-action) to add the **XML Operations** action with the name that matches your workflow type:
5151

5252
| Workflow | Action name |
5353
|----------|-------------|
@@ -85,7 +85,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
8585

8686
1. From the **Schema name** list, select the schema.
8787

88-
1. When you're done, save your workflow.
88+
1. Save your workflow.
8989

9090
You're now finished with setting up your validate XML action. In a real world app, you might want to store the validated data in a line-of-business (LOB) app such as SalesForce. To send the validated output to Salesforce, add a **Salesforce** action.
9191

@@ -97,7 +97,7 @@ Confirm that the workflow works the way that you expect.
9797

9898
1. From the **HTTP URL** property, copy and save the endpoint URL for the trigger.
9999

100-
1. On the designer toolbar, select **Run** > **Run**.
100+
1. On the designer toolbar, from the **Run** menu, select **Run**.
101101

102102
1. To fire the **Request** trigger, use your preferred HTTP request tool to send a request with the XML content to the trigger's endpoint URL.
103103

0 commit comments

Comments
 (0)