Skip to content

Commit 9578dc9

Browse files
committed
new change
1 parent 4952008 commit 9578dc9

24 files changed

+70
-48
lines changed

articles/java/spring-framework/authentication.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure authentication
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes all the Spring Cloud Azure authentication methods.
1718

1819
<a name='authentication-and-authorization-with-azure-active-directory'></a>

articles/java/spring-framework/auto-configure-azure-sdk-clients.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Auto-configure Azure SDK clients
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
Spring Boot simplifies the Spring Cloud Azure development experience. Spring Cloud Azure starters are a set of convenient dependency descriptors to include in your application. The starters handle the object instantiation and configuration logic, so you don’t have to. Every starter depends on `spring-cloud-azure-starter` to provide critical bits of configuration, like the Azure cloud environment and authentication information. You can configure these as properties in, for example, a YAML file, as shown in the following example:
1718

1819
```yaml

articles/java/spring-framework/configuration.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure configuration
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes all the Spring Cloud Azure common configuration properties.
1718

1819
## Configuration for each Azure Service SDK

articles/java/spring-framework/create-and-configure-managed-identity.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.reviewer: seal
77
ms.date: 04/06/2023
88
ms.topic: article
99
ms.custom: devx-track-java, spring-cloud-azure, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Create and configure a managed identity on Azure hosting services
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article shows you how to create and configure a managed identity on Azure hosting services. There are two types of managed identities: system-assigned and user-assigned.
1718

1819
For more information about Azure managed identities, see [Microsoft Entra managed identities for Azure resources](/azure/active-directory/managed-identities-azure-resources/).

articles/java/spring-framework/deploy-applications-to-azure-hosting-environments.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.reviewer: seal
77
ms.date: 04/06/2023
88
ms.topic: article
99
ms.custom: devx-track-java, spring-cloud-azure, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Deploy applications to Azure hosting services
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
The following list provides references on how to deploy applications to various Azure hosting services.
1718

1819
- Azure Virtual Machines (VMs). For more information, see the [Connect to VM](/azure/virtual-machines/linux/tutorial-manage-vm#connect-to-vm) section of [Tutorial: Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm). After you connect to the VM, you have to install and configure your applications yourself.

articles/java/spring-framework/developer-guide-overview.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure developer guide
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
Spring is an open-source application framework developed by VMware that provides a simplified, modular approach for creating Java applications. Spring Cloud Azure is an open-source project that provides seamless Spring integration with Azure.
1718

1819
For more information about supported versions, see [Spring Versions Mapping](https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping).

articles/java/spring-framework/kafka-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure Kafka support
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
From version 4.3.0, Spring Cloud Azure for Kafka supports various types of credentials to authenticate and connect to Azure Event Hubs.
1718

1819
## Supported Kafka version

articles/java/spring-framework/mysql-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure MySQL support
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
[Azure Database for MySQL](https://azure.microsoft.com/services/mysql/) is a relational database service powered by the MySQL community edition. You can use either Single Server or Flexible Server to host a MySQL database in Azure. It's a fully managed database-as-a-service offering that can handle mission-critical workloads with predictable performance and dynamic scalability.
1718

1819
From version `4.5.0`, Spring Cloud Azure supports various types of credentials for authentication to Azure Database for MySQL Flexible server.

articles/java/spring-framework/postgresql-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure PostgreSQL support
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
[Azure Database for PostgreSQL](https://azure.microsoft.com/services/postgresql/) is a relational database service based on the open-source Postgres database engine. It's a fully managed database-as-a-service that can handle mission-critical workloads with predictable performance, security, high availability, and dynamic scalability.
1718

1819
From version `4.5.0`, Spring Cloud Azure supports various types of credentials for authentication to Azure Database for PostgreSQL Flexible Server.

articles/java/spring-framework/production-ready.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
1012
---
1113

1214
# Production ready
1315

14-
**This article applies to:** ✅ Version 4.20.0
15-
1616
We've added health indicators for App Configuration, Event Hubs, Azure Cosmos DB, Key Vault, Storage Blob, Storage Queue, and Storage File, as well as Spring Cloud Sleuth support for all HTTP-based Azure SDKs. As an example, you now can probe to determine whether a storage blob is up or down via Spring Boot actuator endpoint, as well as track dependencies and latencies going from your application to Key Vault.
1717

1818
## Enable health indicator

articles/java/spring-framework/redis-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure Redis support
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes how you can use Spring Cloud Azure and Spring Data Redis together and provide various types of credentials for authentication to Azure Cache for Redis.
1718

1819
[Azure Cache for Redis](/azure/azure-cache-for-redis/) provides an in-memory data store based on the Redis software. [Redis](https://redis.io/) improves the performance and scalability of an application that uses backend data stores heavily.

articles/java/spring-framework/resource-handling.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure resource handling
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
The Spring project provides a [Spring Resources](https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#resources) abstraction to access a number of low-level resources. The project provides interfaces like `Resource`, `ResourceLoader` and `ResourcePatternResolver`. Spring Cloud Azure implements these interfaces for Azure Storage services, which allows you to interact with Azure storage Blob and File Share using the Spring programming model. Spring Cloud Azure provides `spring-cloud-azure-starter-storage-blob` and `spring-cloud-azure-starter-storage-file-share` to auto-configure Azure Storage Blob and Azure Storage File Share.
1718

1819
The following table lists Azure Storage related libraries:

articles/java/spring-framework/resource-manager.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-arm-template, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure Resource Manager
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
Azure Resource Manager (ARM) is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. Spring Cloud Azure Resource Manager can help provision resources or retrieve resource metadata.
1718

1819
## Dependency setup

articles/java/spring-framework/secret-management.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure secret management
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
Spring Cloud Azure construct `PropertySource` which holds secrets stored in Azure Key Vault Secrets.
1718

1819
## Dependency setup

articles/java/spring-framework/spring-boot-starter-for-entra-developer-guide.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ author: KarlErickson
77
ms.author: karler
88
ms.reviewer: seal
99
ms.custom: devx-track-java, engagement-fy23, spring-cloud-azure, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Boot Starter for Microsoft Entra developer's guide
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes the features and core scenarios of the Spring Boot Starter for Microsoft Entra ID. The article also includes guidance on common issues, workarounds, and diagnostic steps.
1718

1819
When you're building a web application, identity and access management are foundational pieces. Azure offers a cloud-based identity service that has deep integration with the rest of the Azure ecosystem.

articles/java/spring-framework/spring-cloud-stream-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure support for Spring Cloud Stream
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
Spring Cloud Stream is a framework for building highly scalable event-driven microservices connected with shared messaging systems.
1718

1819
The framework provides a flexible programming model built on already established and familiar Spring idioms and best practices. These best practices include support for persistent pub/sub semantics, consumer groups, and stateful partitions.

articles/java/spring-framework/spring-data-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Data support
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes how Spring Cloud Azure and Spring Data can be used together.
1718

1819
## Spring Data Azure Cosmos DB support

articles/java/spring-framework/spring-integration-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure support for Spring Integration
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
Spring Integration Extension for Azure provides Spring Integration adapters for the various services provided by the [Azure SDK for Java](https://github.com/Azure/azure-sdk-for-java/). We provide Spring Integration support for these Azure services: Event Hubs, Service Bus, Storage Queue. The following is a list of supported adapters:
1718

1819
* `spring-cloud-azure-starter-integration-eventhubs` - for more information, see [Spring Integration with Azure Event Hubs](#spring-integration-with-azure-event-hubs)

articles/java/spring-framework/spring-jms-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Use Azure Service Bus with JMS
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes how to use Azure Service Bus with the JMS API integrated into the Spring JMS framework.
1718

1819
## Core features

articles/java/spring-framework/spring-messaging-event-hubs-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure support for Spring Messaging Azure Event Hubs
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes how you can use Spring Cloud Azure and Spring Messaging Azure Event Hubs. The Spring Framework provides extensive support for integrating with messaging systems.
1718

1819
## Spring Messaging Azure Event Hubs

articles/java/spring-framework/spring-messaging-service-bus-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure support for Spring Messaging Azure Service Bus
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes how you can use Spring Cloud Azure and Spring Messaging Azure Service Bus. The Spring Framework provides extensive support for integrating with messaging systems.
1718

1819
## Spring Messaging Azure Service Bus

articles/java/spring-framework/spring-messaging-storage-queue-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure support for Spring Messaging Azure Storage Queue
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes how you can use Spring Cloud Azure and Spring Messaging Azure Storage Queue. The Spring Framework provides extensive support for integrating with messaging systems.
1718

1819
## Spring Messaging Azure Storage Queue

articles/java/spring-framework/spring-security-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 4.20.0
12+
- ✅ Version 5.22.0
1013
---
1114

1215
# Spring Cloud Azure support for Spring Security
1316

14-
**This article applies to:** ✅ Version 4.20.0 ✅ Version 5.22.0
15-
1617
This article describes how Spring Cloud Azure and Spring Security can be used together.
1718

1819
<a name='spring-security-with-azure-active-directory'></a>

articles/java/spring-framework/testcontainers-support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ms.author: karler
77
ms.reviewer: seal
88
ms.topic: reference
99
ms.custom: devx-track-java, devx-track-extended-java
10+
appliesto:
11+
- ✅ Version 5.22.0
1012
---
1113

1214
# Spring Cloud Azure support for Testcontainers
1315

14-
**This article applies to:** ✅ Version 5.22.0
15-
1616
This article describes how to integrate Spring Cloud Azure with [Testcontainers](https://testcontainers.com/) to write effective integration tests for your applications.
1717

1818
*Testcontainers* is an open-source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. It integrates with JUnit, enabling you to write a test class that can start up a container before any of the tests run. Testcontainers is especially useful for writing integration tests that talk to a real backend service.

0 commit comments

Comments
 (0)