forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
82 lines (79 loc) · 4.02 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
### YamlMime:Landing
title: Spring on Azure integration 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 on Azure integration documentation
description: Spring is an open-source application framework developed by VMware that provides a simplified, modular approach for creating Java applications.
ms.date: 07/09/2021
ms.topic: landing-page
landingContent:
- title: Get started guides
linkLists:
- linkListType: overview
links:
- text: Spring Boot Starters for Azure
url: spring-boot-starters-for-azure.md
- text: Spring Data Azure Cosmos DB
url: how-to-guides-spring-data-cosmosdb.md
- linkListType: get-started
links:
- text: Azure Storage
url: configure-spring-boot-starter-java-app-with-azure-storage.md
- text: Key Vault secrets
url: configure-spring-boot-starter-java-app-with-azure-key-vault.md
- text: Key Vault certificates
url: configure-spring-boot-starter-java-app-with-azure-key-vault-certificates.md
- text: Kafka and Event Hubs
url: configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub.md
- title: Step-by-step tutorials
linkLists:
- linkListType: tutorial
links:
- text: Secure an app with Azure Active Directory
url: configure-spring-boot-starter-java-app-with-azure-active-directory.md
- text: Configure an app to use Redis Cache
url: configure-spring-boot-initializer-java-app-with-redis-cache.md
- text: Use the Azure Cosmos DB SQL API
url: configure-spring-boot-starter-java-app-with-cosmos-db.md
- text: Deploy a Spring Boot app
url: https://spring.io/guides/gs/spring-boot-for-azure/
- text: Deploy an app to a cluster in AKS
url: deploy-spring-boot-java-app-on-kubernetes.md
- text: Deploy an app to Web Apps for Containers
url: deploy-spring-boot-java-app-on-linux.md
- title: Code samples
linkLists:
- linkListType: sample
links:
- text: Spring Boot Samples for Azure
url: https://github.com/Azure-Samples/azure-spring-boot-samples
- text: Spring Guides
url: https://github.com/spring-guides/
- title: Spring resources
linkLists:
- linkListType: get-started
links:
- text: Spring Framework
url: https://spring.io/
- text: Spring Cloud Azure
url: https://spring.io/projects/spring-cloud-azure
- text: Learn Spring
url: https://spring.io/learn
- text: Spring Boot
url: https://spring.io/projects/spring-boot
- text: Spring Initializr
url: https://start.spring.io/
- title: Azure App Configuration
linkLists:
- linkListType: get-started
links:
- text: Create an app
url: /azure/azure-app-configuration/quickstart-java-spring-app?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/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/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/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/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/breadcrumb/toc.json