@@ -34,13 +34,13 @@ landingContent:
34
34
linkLists :
35
35
- linkListType : quickstart
36
36
links :
37
- - text : Quickstart - Deploy your first Spring Boot app in Azure Spring Cloud
37
+ - text : Quickstart - Deploy your first application in Azure Spring Cloud
38
38
url : quickstart.md
39
- - text : Introduction to PiggyMetrics sample app
39
+ - text : Introduction to the sample app
40
40
url : quickstart-sample-app-introduction.md
41
41
- linkListType : tutorial
42
42
links :
43
- - text : Prepare a Spring or Steeltoe app for deployment
43
+ - text : Prepare an application for deployment in Azure Spring Cloud
44
44
url : how-to-prepare-app-deployment.md
45
45
46
46
# Card (optional)
@@ -50,14 +50,20 @@ landingContent:
50
50
links :
51
51
- text : Read a secret from Azure Key Vault in a Spring Boot application
52
52
url : configure-spring-boot-starter-java-app-with-azure-key-vault.md
53
+ - text : -- this -- End-user authentication and authorization
54
+ url : overview.md
53
55
- linkListType : how-to-guide
54
56
links :
55
57
- text : Deploy Azure Spring Cloud in a virtual network
56
58
url : how-to-deploy-in-azure-virtual-network.md
59
+ - text : Customer responsibilities for running Azure Spring Cloud in VNET
60
+ url : vnet-customer-responsibilities.mds
57
61
- text : Use TLS/SSL certificates in your application
58
62
url : how-to-use-tls-certificate.md
59
63
- text : Enable end-to-end TLS for an application
60
64
url : how-to-enable-end-to-end-tls.md
65
+ - text : How to enable system-assigned managed identity for applications
66
+ url : how-to-enable-system-assigned-managed-identity.md
61
67
62
68
# Card (optional)
63
69
- title : Scale your apps
@@ -72,27 +78,35 @@ landingContent:
72
78
# Card (optional)
73
79
- title : Configure your service
74
80
linkLists :
75
- - linkListType : tutorial
81
+ - linkListType : quickstart
82
+ links :
83
+ - text : Set up Azure Spring Cloud Config Server
84
+ url : quickstart-setup-config-server.md
85
+ - linkListType : tutorial
76
86
links :
77
- - text : Use Config Server to maintain application configuration
87
+ - text : Set up a Spring Cloud Config Server instance for your service
78
88
url : how-to-config-server.md
79
- - text : Manually scale your application
80
- url : how-to-scale-manual.md
89
+ - text : Access Config Server and Service Registry
90
+ url : how-to-access-data-plane-azure-ad-rbac
81
91
82
92
# Card (optional)
83
- - title : Automate end-to-end
93
+ - title : Automate your application
84
94
linkLists :
85
95
- linkListType : how-to-guide
86
96
links :
87
97
- text : Automate your CI/CD pipeline in Azure Spring Cloud
88
98
url : how-to-cicd.md
99
+ - text : Azure Spring Cloud CI/CD with GitHub Actions
100
+ url : how-to-github-actions.md
101
+ - text : Authenticate Azure Spring Cloud with Key Vault in GitHub Actions
102
+ url : github-actions-key-vault.md
89
103
- text : Enable Blue-Green deployments using Azure Spring Cloud
90
104
url : how-to-staging-environment.md
91
105
- text : Use built-in persistent storage
92
106
url : how-to-built-in-persistent-storage.md
93
107
94
108
# Card (optional)
95
- - title : Monitor end-to-end
109
+ - title : Monitor your application
96
110
linkLists :
97
111
- linkListType : tutorial
98
112
links :
@@ -104,6 +118,11 @@ landingContent:
104
118
links :
105
119
- text : Understanding Azure Monitor Metrics for Spring Cloud
106
120
url : concept-metrics.md
121
+ - linkListType : how-to-guide
122
+ links :
123
+ - text : Analyze logs with Elastic (ELK) using diagnostics settings
124
+ url : how-to-elastic-diagnostic-settings.md
125
+ - text :
107
126
108
127
# Card (optional)
109
128
- title : API reference
0 commit comments