forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
111 lines (108 loc) · 6.06 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
### YamlMime:Landing
title: Spring Cloud Azure documentation
summary: Spring is an open-source application framework developed by VMware that provides a simplified, modular approach for creating Java applications. The content on this website will show you how to develop and deploy Spring apps to the cloud.
metadata:
title: Spring Cloud Azure documentation
description: Spring is an open-source application framework developed by VMware that provides a simplified, modular approach for creating Java applications.
ms.date: 01/30/2023
ms.topic: landing-page
author: KarlErickson
ms.author: karler
ms.custom: spring-cloud-azure, devx-track-java
landingContent:
- title: Overview
linkLists:
- linkListType: overview
links:
- text: Spring Cloud Azure overview
url: ./spring-cloud-azure-overview.md
- title: Security
linkLists:
- linkListType: get-started
links:
- text: Secure REST API using Spring Security and Azure AD
url: ./configure-spring-boot-starter-java-app-with-azure-active-directory.md
- text: Spring Security support
url: ./spring-boot-starter-for-azure-active-directory-developer-guide.md
- text: Load a secret from Azure Key Vault
url: ./configure-spring-boot-starter-java-app-with-azure-key-vault.md
- text: Enable OIDC sign-in for Spring with Azure AD B2C
url: ./configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc.md
- text: Enable HTTPS in Spring Boot with Azure Key Vault certificates
url: ./configure-spring-boot-starter-java-app-with-azure-key-vault-certificates.md
- title: Database
linkLists:
- linkListType: get-started
links:
- text: Accessing data with Azure Cosmos DB NoSQL API
url: ./configure-spring-boot-starter-java-app-with-cosmos-db.md
- text: Azure Cosmos DB Dev Guide
url: ./how-to-guides-spring-data-cosmosdb.md
- text: Use Spring Data with Azure Cosmos DB for MongoDB API
url: ./configure-spring-data-mongodb-with-cosmos-db.md
- text: JDBC with Azure SQL Server
url: ./configure-spring-data-jdbc-with-azure-sql-server.md
- text: JDBC with Azure PostgreSQL
url: ./configure-spring-data-jdbc-with-azure-postgresql.md
- text: JDBC with Azure MySQL
url: ./configure-spring-data-jdbc-with-azure-mysql.md
- text: JPA with Azure SQL Database
url: ./configure-spring-data-jpa-with-azure-sql-server.md
- text: JPA with Azure MySQL
url: ./configure-spring-data-jpa-with-azure-mysql.md
- text: R2DBC with Azure PostgreSQL
url: ./configure-spring-data-r2dbc-with-azure-postgresql.md
- text: R2DBC with Azure SQL Server
url: ./configure-spring-data-r2dbc-with-azure-sql-server.md
- title: Messaging
linkLists:
- linkListType: get-started
links:
- text: Using JMS to access Azure Service Bus
url: ./configure-spring-boot-starter-java-app-with-azure-service-bus.md
- text: Spring Cloud Stream with Azure Event Hubs
url: ./configure-spring-cloud-stream-binder-java-app-azure-event-hub.md
- text: Spring Cloud Stream with Azure Service Bus
url: ./configure-spring-cloud-stream-binder-java-app-with-service-bus.md
- text: Use Spring Kafka with Azure Event Hubs for Kafka API
url: ./configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub.md
- title: Storage
linkLists:
- linkListType: get-started
links:
- text: Upload a file to Azure Storage Blob
url: ./configure-spring-boot-starter-java-app-with-azure-storage.md
- title: Passwordless connections
linkLists:
- linkListType: get-started
links:
- text: Access a database without passwords in Spring
url: ./deploy-passwordless-spring-database-app.md
- text: Migrate to use passwordless connections - Azure MySQL
url: ./migrate-mysql-to-passwordless-connection.md
- text: Migrate to use passwordless connections - Azure PostgreSQL
url: ./migrate-postgresql-to-passwordless-connection.md
- text: Migrate to use passwordless connections - Azure SQL Database
url: ./migrate-sql-database-to-passwordless-connection.md
- text: Migrate to use passwordless connections - Azure Event Hubs for Kafka
url: ./migrate-sql-database-to-passwordless-connection.md
- title: Configuration management
linkLists:
- linkListType: get-started
links:
- text: Externalize configuration properties to Azure App Configuration
url: /azure/azure-app-configuration/quickstart-java-spring-app?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/spring-framework/breadcrumb/toc.json
- text: Use Key Vault references
url: /azure/azure-app-configuration/use-key-vault-references-spring-boot?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/spring-framework/breadcrumb/toc.json
- text: Use feature flags
url: /azure/azure-app-configuration/use-feature-flags-spring-boot?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/spring-framework/breadcrumb/toc.json
- text: Add feature flags
url: /azure/azure-app-configuration/quickstart-feature-flag-spring-boot?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/spring-framework/breadcrumb/toc.json
- text: Use dynamic configuration
url: /azure/azure-app-configuration/enable-dynamic-configuration-java-spring-app?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/spring-framework/breadcrumb/toc.json
- title: Caching
linkLists:
- linkListType: get-started
links:
- text: Use Azure Redis Cache in Spring
url: ./configure-spring-boot-initializer-java-app-with-redis-cache.md