Skip to content

Commit 8a13c9d

Browse files
authored
Merge pull request #264683 from KarlErickson/karler-fixes
updates per feedback from Asir
2 parents 6806663 + 8aa7f29 commit 8a13c9d

File tree

7 files changed

+34
-11
lines changed

7 files changed

+34
-11
lines changed

articles/spring-apps/basic-standard/breadcrumb/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ items:
55
items:
66
- name: Azure Spring Apps
77
tocHref: /azure/spring-apps
8-
topicHref: /azure/spring-apps/index
8+
topicHref: /azure/spring-apps/index
9+
items:
10+
- name: Basic/Standard plan
11+
tocHref: /
12+
topicHref: /azure/spring-apps/basic-standard/index

articles/spring-apps/basic-standard/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ items:
121121
href: ../enterprise/how-to-staging-environment.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
122122
- name: Launch Java app from source code
123123
href: how-to-launch-from-source.md
124-
- name: Use IntelliJ to deploy apps
124+
- name: Deploy apps using IntelliJ
125125
href: ../enterprise/how-to-intellij-deploy-apps.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
126-
- name: Use VS Code to deploy apps
126+
- name: Deploy apps using VS Code
127127
href: https://code.visualstudio.com/docs/java/java-spring-apps
128128
- name: Deploy Spring apps with Maven
129129
href: ../enterprise/how-to-maven-deploy-apps.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json

articles/spring-apps/consumption-dedicated/breadcrumb/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ items:
55
items:
66
- name: Azure Spring Apps
77
tocHref: /azure/spring-apps
8-
topicHref: /azure/spring-apps/index
8+
topicHref: /azure/spring-apps/index
9+
items:
10+
- name: Standard consumption and dedicated plan
11+
tocHref: /
12+
topicHref: /azure/spring-apps/consumption-dedicated/index

articles/spring-apps/enterprise/breadcrumb/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ items:
55
items:
66
- name: Azure Spring Apps
77
tocHref: /azure/spring-apps
8-
topicHref: /azure/spring-apps/index
8+
topicHref: /azure/spring-apps/index
9+
items:
10+
- name: Enterprise plan
11+
tocHref: /
12+
topicHref: /azure/spring-apps/enterprise/index

articles/spring-apps/enterprise/index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ landingContent:
7171
linkLists:
7272
- linkListType: how-to-guide
7373
links:
74-
- text: Use Application Configuration service
75-
url: how-to-enterprise-application-configuration-service.md
74+
- text: Deploy apps using IntelliJ
75+
url: how-to-intellij-deploy-apps.md
76+
- text: Deploy apps using VS Code
77+
url: https://code.visualstudio.com/docs/java/java-spring-apps
7678
- text: CI/CD with Azure DevOps
7779
url: how-to-cicd.md?pivots=programming-language-java
7880
- text: CI/CD with GitHub Actions

articles/spring-apps/enterprise/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ items:
157157
items:
158158
- name: Set up a staging environment
159159
href: how-to-staging-environment.md
160-
- name: Use IntelliJ to deploy apps
160+
- name: Deploy apps using IntelliJ
161161
href: how-to-intellij-deploy-apps.md
162-
- name: Use VS Code to deploy apps
162+
- name: Deploy apps using VS Code
163163
href: https://code.visualstudio.com/docs/java/java-spring-apps
164164
- name: Deploy Spring apps with Maven
165165
href: how-to-maven-deploy-apps.md

articles/spring-apps/index.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,11 @@ conceptualContent:
9595
# Card
9696
- title: Develop and deploy apps
9797
links:
98-
- text: Use Application Configuration service
99-
url: enterprise/how-to-enterprise-application-configuration-service.md
98+
- text: Deploy apps using IntelliJ
99+
url: how-to-intellij-deploy-apps.md
100+
itemType: how-to-guide
101+
- text: Deploy apps using VS Code
102+
url: https://code.visualstudio.com/docs/java/java-spring-apps
100103
itemType: how-to-guide
101104
- text: CI/CD with Azure DevOps
102105
url: enterprise/how-to-cicd.md?pivots=programming-language-java
@@ -123,6 +126,9 @@ conceptualContent:
123126
- text: Start or stop a service
124127
url: enterprise/how-to-start-stop-service.md
125128
itemType: how-to-guide
129+
- text: Start, stop, and delete an app
130+
url: how-to-start-stop-delete.md
131+
itemType: how-to-guide
126132
- text: Use custom DNS names
127133
url: enterprise/how-to-custom-domain.md
128134
itemType: how-to-guide
@@ -135,6 +141,9 @@ conceptualContent:
135141
- text: Analyze logs and metrics
136142
url: enterprise/diagnostic-services.md
137143
itemType: how-to-guide
144+
- text: Configure planned maintenance
145+
url: how-to-configure-planned-maintenance.md
146+
itemType: how-to-guide
138147
# footerLink (Optional; Remove if not applicable.)
139148
footerLink:
140149
text: See more

0 commit comments

Comments
 (0)