forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.yml
234 lines (234 loc) · 10.8 KB
/
toc.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
items:
- name: Spring Cloud Azure
href: index.yml
items:
- name: Overview
expanded: true
items:
- name: What is Spring Cloud Azure?
href: spring-cloud-azure-overview.md
- name: Get started
expanded: true
items:
- name: Storage
items:
- name: Upload a file to an Azure Storage Blob
href: configure-spring-boot-starter-java-app-with-azure-storage.md
- name: Security
items:
- name: Secret management
items:
- name: Load a secret from Azure Key Vault
href: configure-spring-boot-starter-java-app-with-azure-key-vault.md
- name: HTTPS / TLS
items:
- name: Enable HTTPS in Spring Boot with Azure Key Vault certificates
href: configure-spring-boot-starter-java-app-with-azure-key-vault-certificates.md
- name: Authentication and authorization
items:
- name: Add sign-in with Microsoft Entra account to a Spring web app
href: configure-spring-boot-starter-java-app-with-entra.md
- name: Secure your REST API using Spring Cloud Azure
href: secure-your-restful-api-using-spring-cloud-azure.md
- name: Add sign-in with Azure AD B2C to a Spring web app
href: configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc.md
- name: Microsoft Entra dev guide
href: spring-boot-starter-for-entra-developer-guide.md
- name: Passwordless connections
items:
- name: Access a database without passwords in Spring
href: deploy-passwordless-spring-database-app.md
- name: Migrate to use passwordless connections
items:
- name: Azure Database for MySQL
href: migrate-mysql-to-passwordless-connection.md
- name: Azure Database for Postgresql
href: migrate-postgresql-to-passwordless-connection.md
- name: Azure SQL Database
href: migrate-sql-database-to-passwordless-connection.md
- name: Azure Event Hubs for Kafka API
href: migrate-kafka-to-passwordless-connection.md
- name: Messaging
items:
- name: Use JMS in Spring to access Azure Service Bus
href: configure-spring-boot-starter-java-app-with-azure-service-bus.md
- name: Spring Cloud Stream with Azure Event Hubs
href: configure-spring-cloud-stream-binder-java-app-azure-event-hub.md
- name: Spring Cloud Stream with Azure Service Bus
href: configure-spring-cloud-stream-binder-java-app-with-service-bus.md
- name: Use Spring Kafka with Azure Event Hubs for Kafka API
href: configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub.md
- name: Use Azure Storage Queue in Spring applications
href: using-storage-queue-in-spring-applications.md
- name: Use Azure Service Bus in Spring applications
href: using-service-bus-in-spring-applications.md
- name: Use Event Hubs in Spring applications
href: using-event-hubs-in-spring-applications.md
- name: Use Azure Event Grid in Spring applications
href: configure-spring-boot-initializer-java-app-with-event-grid.md
- name: Database
items:
- name: NoSQL- Azure Cosmos DB
items:
- name: Azure Cosmos DB Dev Guide
href: how-to-guides-spring-data-cosmosdb.md
- name: Access data with Azure Cosmos DB NoSQL API
href: configure-spring-boot-starter-java-app-with-cosmos-db.md
- name: Azure Cosmos DB with App Service on Linux
href: configure-spring-app-with-cosmos-db-on-app-service-linux.md
- name: Use Spring Data with Azure Cosmos DB for Apache Cassandra API
href: configure-spring-data-apache-cassandra-with-cosmos-db.md
- name: Use Spring Data with Azure Cosmos DB for MongoDB API
href: configure-spring-data-mongodb-with-cosmos-db.md
- name: JDBC
items:
- name: JDBC with Azure MySQL
href: configure-spring-data-jdbc-with-azure-mysql.md
- name: JDBC with Azure PostgreSQL
href: configure-spring-data-jdbc-with-azure-postgresql.md
- name: JDBC with Azure SQL Database
href: configure-spring-data-jdbc-with-azure-sql-server.md
- name: JPA
items:
- name: JPA with Azure MySQL
href: configure-spring-data-jpa-with-azure-mysql.md
- name: JPA with Azure PostgreSQL
href: configure-spring-data-jpa-with-azure-postgresql.md
- name: JPA with Azure SQL Server
href: configure-spring-data-jpa-with-azure-sql-server.md
- name: R2DBC
items:
- name: R2DBC with Azure MySQL
href: configure-spring-data-r2dbc-with-azure-mysql.md
- name: R2DBC with Azure PostgreSQL
href: configure-spring-data-r2dbc-with-azure-postgresql.md
- name: R2DBC with Azure SQL Database
href: configure-spring-data-r2dbc-with-azure-sql-server.md
- name: Caching
items:
- name: Use Azure Redis Cache in Spring
href: configure-spring-boot-initializer-java-app-with-redis-cache.md
- name: Configuration Management
items:
- name: Externalize configuration properties to Azure App Configuration
href: /azure/azure-app-configuration/quickstart-java-spring-app?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
- name: Use dynamic configuration
href: /azure/azure-app-configuration/enable-dynamic-configuration-java-spring-app?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
- name: Add feature flags
href: /azure/azure-app-configuration/quickstart-feature-flag-spring-boot?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
- name: Use feature flags
href: /azure/azure-app-configuration/use-feature-flags-spring-boot?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
- name: Use Key Vault references
href: /azure/azure-app-configuration/use-key-vault-references-spring-boot?toc=/azure/developer/java/spring-framework/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
- name: Serverless
items:
- name: Spring Cloud Function in Azure
href: getting-started-with-spring-cloud-function-in-azure.md
- name: Developer guide
items:
- name: Overview
href: developer-guide-overview.md
- name: Spring Cloud Azure configuration
href: configuration.md
- name: Spring Cloud Azure authentication
href: authentication.md
- name: Production ready
href: production-ready.md
- name: Autoconfigure Azure SDK clients
href: auto-configure-azure-sdk-clients.md
- name: Resource handling
href: resource-handling.md
- name: Secret management
href: secret-management.md
- name: App configuration support
href: app-configuration-support.md
- name: Spring Data support
href: spring-data-support.md
- name: Spring Security support
href: spring-security-support.md
- name: Spring Integration support
href: spring-integration-support.md
- name: Spring Cloud Stream support
href: spring-cloud-stream-support.md
- name: Spring Messaging support
href: spring-messaging-support.md
- name: Spring JMS support
items:
- name: Use Azure Service Bus with JMS
href: spring-jms-support.md
- name: Troubleshooting guide
href: spring-jms-troubleshooting-guide.md
- name: MySQL support
href: mysql-support.md
- name: PostgreSQL support
href: postgresql-support.md
- name: Kafka support
href: kafka-support.md
- name: Redis support
href: redis-support.md
- name: Azure Resource Manager
href: resource-manager.md
- name: Testing
items:
- name: Testcontainers
href: testcontainers-support.md
- name: Create and configure a managed identity on Azure hosting services
href: create-and-configure-managed-identity.md
- name: Deploy applications to Azure hosting services
href: deploy-applications-to-azure-hosting-environments.md
- name: Reference
items:
- name: Application properties
items:
- name: Common properties
href: ./configuration-properties-global.md
- name: Microsoft Entra properties
href: ./configuration-properties-entra.md
- name: Azure AD B2C properties
href: ./configuration-properties-azure-active-directory-b2c.md
- name: Azure App Configuration properties
href: ./configuration-properties-azure-app-configuration.md
- name: Azure Cosmos DB properties
href: ./configuration-properties-azure-cosmos-db.md
- name: Azure Event Hubs properties
href: ./configuration-properties-azure-event-hubs.md
- name: Azure Key Vault properties
href: ./configuration-properties-azure-key-vault.md
- name: Azure Key Vault Secrets properties
href: ./configuration-properties-azure-key-vault-secrets.md
- name: Azure Key Vault Certificates properties
href: ./configuration-properties-azure-key-vault-certificates.md
- name: Azure Service Bus properties
href: ./configuration-properties-azure-service-bus.md
- name: Azure Service Bus JMS properties
href: ./configuration-properties-azure-service-bus-jms.md
- name: Azure Storage properties
href: ./configuration-properties-azure-storage.md
- name: Azure Storage Blob properties
href: ./configuration-properties-azure-storage-blob.md
- name: Azure Storage File Share properties
href: ./configuration-properties-azure-storage-file-share.md
- name: Azure Storage Queue properties
href: ./configuration-properties-azure-storage-queue.md
- name: All configuration properties
href: ./configuration-properties-all.md
- name: Migration Guide For 4.0
href: ./migration-guide-for-4.0.md
- name: Spring Cloud Azure on Spring IO
href: https://spring.io/projects/spring-cloud-azure
- name: Spring Cloud Azure on StackOverflow
href: https://stackoverflow.com/questions/tagged/spring-cloud-azure
- name: Spring Cloud Azure on GitHub
href: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring
- name: Spring Cloud Azure Samples
href: https://github.com/Azure-Samples/azure-spring-boot-samples
- name: Spring Guides
href: https://spring.io/guides
- name: Spring Initializr
href: https://start.spring.io/
- name: Spring Projects
href: https://spring.io/projects
- name: Spring Boot
href: https://spring.io/projects/spring-boot/
- name: Spring Framework
href: https://spring.io/projects/spring-framework