forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.yml
More file actions
85 lines (85 loc) · 4.24 KB
/
index.yml
File metadata and controls
85 lines (85 loc) · 4.24 KB
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
### YamlMime:YamlDocument
documentType: LandingData
title: Spring on Azure
metadata:
document_id:
title: Spring on Azure
description: Get started using Spring to develop apps on Azure.
keywords: Azure, Java, Maven, Spring, Boot
author: bmitchell287
ms.author: brendm
manager: douge
ms.date: 02/01/2018
ms.topic: landing-page
ms.technology: azure
ms.devlang: java
ms.service: multiple
ms.custom: seo-java-july2019
sections:
- items:
- type: markdown
text: |
[Spring](https://spring.io/) is an open-source application framework developed by [Pivotal](https://pivotal.io) that provides a simplified, modular approach for creating Java applications. The quickstarts and tutorials in this website will show you how to develop and deploy Spring apps to the cloud.
- title: Get started guides
items:
- type: list
style: icon48
items:
- image:
src: https://docs.microsoft.com/media/common/i_get-started.svg
text: Spring Boot Starters for Azure
href: spring-boot-starters-for-azure.md
- image:
src: https://docs.microsoft.com/azure/media/index/storage.svg
text: Azure Storage
href: configure-spring-boot-starter-java-app-with-azure-storage.md
- image:
src: https://docs.microsoft.com/azure/media/index/ActiveDirectory.svg
text: Azure Active Directory
href: configure-spring-boot-starter-java-app-with-azure-active-directory.md
- image:
src: https://docs.microsoft.com/azure/media/index/KeyVault.svg
text: Key Vault
href: configure-spring-boot-starter-java-app-with-azure-key-vault.md
- image:
src: https://docs.microsoft.com/azure/media/index/EventHubs.svg
text: Kafka and Event Hubs
href: configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub.md
- image:
src: https://docs.microsoft.com/azure/media/index/ApplicationInsights.svg
text: Application Insights
href: configure-spring-boot-java-applicationinsights.md
- title: Step-by-Step Tutorials
items:
- type: markdown
text: Learn how to integrate Spring Boot applications with Azure services.
- type: list
style: unordered
className: spaced noBullet
items:
- html: <a href="configure-spring-boot-initializer-java-app-with-redis-cache.md">How to configure a Spring Boot Initializer app to use Redis Cache</a>
- html: <a href="configure-spring-boot-starter-java-app-with-cosmos-db.md">How to use the Spring Boot Starter with the Azure Cosmos DB SQL API</a>
- html: <a href="deploy-spring-boot-java-app-with-maven-plugin.md">How to use the Maven Plugin for Azure Web Apps to deploy a Spring Boot app to Azure</a>
- html: <a href="deploy-spring-boot-java-app-on-kubernetes.md">Deploy a Spring Boot App on Kubernetes in Azure Container Service</a>
- html: <a href="deploy-spring-boot-java-app-on-linux.md">Deploy a Spring Boot Web App on Linux in Azure Container Service</a>
- html: <a href="deploy-spring-boot-java-app-using-fabric8-maven-plugin.md">Deploy a Spring Boot app using the Fabric8 Maven Plugin</a>
- html: <a href="deploy-containerized-spring-boot-java-app-with-maven-plugin.md">How to use the Maven Plugin for Azure Web Apps to deploy a containerized Spring Boot app to Azure</a>
- html: <a href="deploy-spring-boot-java-app-from-container-registry-using-maven-plugin.md">How to use the Maven Plugin for Azure Web Apps to deploy a Spring Boot app in Azure Container Registry to Azure App Service</a>
- title: Samples
items:
- type: list
style: unordered
className: spaced noBullet
items:
- html: <a href="https://github.com/Microsoft/azure-spring-boot/tree/master/azure-spring-boot-samples">Spring Boot Samples for Azure</a>
- html: <a href="https://github.com/spring-guides/">Spring Guides</a>
- title: Reference
items:
- type: list
style: cards
className: cardsD
items:
- title: Spring Framework
html: <p><a href="https://spring.io/">Spring Framework</a></p><p><a href="https://spring.io/docs">Learn Spring</a></p><p><a href="https://spring.io/docs/reference">Reference Documentation</a></p>
- title: Spring Boot
html: <p><a href="https://projects.spring.io/spring-boot/">Spring Boot</a></p><p><a href="https://start.spring.io/">Spring Initializr</a></p>