Skip to content

Commit 0af8902

Browse files
committed
updated toc/index
1 parent 0c6f5ad commit 0af8902

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

articles/java/ee/index.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ landingContent:
7575
- text: WebLogic to Azure VMs with Entra ID
7676
url: ../migration/migrate-weblogic-with-entra-id-via-ldap.md?bc=/azure/developer/java/breadcrumb/toc.json&toc=/azure/developer/java/ee/toc.json
7777
- text: Passwordless database connections for WebLogic Server
78-
url: how-to-configure-passwordless-datasource.md
78+
url: how-to-configure-passwordless-datasource-wls.md
7979
- title: Migrate JBoss EAP to Azure
8080
linkLists:
8181
- linkListType: quickstart
@@ -98,6 +98,8 @@ landingContent:
9898
url: ../migration/migrate-jboss-eap-to-azure-redhat-openshift.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
9999
- text: Migrate JBoss EAP applications to JBoss EAP on Azure VMs
100100
url: ../migration/migrate-jboss-eap-to-jboss-eap-on-azure-vms.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
101+
- text: Passwordless database connections for JBoss EAP
102+
url: how-to-configure-passwordless-datasource-eap.md
101103
- title: Migrate WebSphere to Azure
102104
linkLists:
103105
- linkListType: quickstart
@@ -130,6 +132,8 @@ landingContent:
130132
url: liberty-with-microsoft-entra-id.md
131133
- text: Azure Redis as WebSphere Liberty/Open Liberty session cache
132134
url: how-to-deploy-java-liberty-jcache.md
135+
- text: Passwordless database connections for WebSphere
136+
url: how-to-configure-passwordless-datasource-websphere.md
133137
- title: High Availability/Disaster Recovery (HA/DR)
134138
linkLists:
135139
- linkListType: tutorial

articles/java/ee/toc.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,20 @@ items:
5555
href: ../migration/migrate-liberty-to-aks-with-ha-dr.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
5656
- name: Azure Redis as WebSphere Liberty/Open Liberty session cache
5757
href: how-to-deploy-java-liberty-jcache.md
58+
- name: Passwordless database connections for WebSphere
59+
href: how-to-configure-passwordless-datasource-websphere.md
5860
- name: WebLogic to Azure VMs with HADR
5961
href: ../migration/migrate-weblogic-to-vms-with-ha-dr.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
6062
- name: WebLogic to AKS with geo-redundancy
6163
href: ../migration/migrate-weblogic-to-aks-with-ha-geo-redundancy.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
64+
- name: Passwordless database connections for WebLogic Server
65+
href: how-to-configure-passwordless-datasource-wls.md
6266
- name: JBoss EAP on Azure VMs
6367
href: ../migration/migrate-jboss-eap-to-azure-vm-manually.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json
6468
- name: JBoss EAP on Azure Red Hat OpenShift
6569
href: jboss-eap-on-aro.md
66-
- name: Passwordless database connections
67-
href: how-to-configure-passwordless-datasource.md
70+
- name: Passwordless database connections for JBoss EAP
71+
href: how-to-configure-passwordless-datasource-eap.md
6872
- name: Migrate WebSphere to Azure
6973
expanded: true
7074
items:

0 commit comments

Comments
 (0)