Skip to content

Commit 086db54

Browse files
On branch edburns-msft-dd-1598830-liberty-aks-emphasize-marketplace Absorb file from azure-docs-pr. (#3574)
* This PR moves https://docs.microsoft.com/en-us/azure/aks/howto-deploy-java-liberty-app to the Java EE area in azure-dev-docs-pr, as requested by @m-reza-rahman. The following small changes in addition to the move also deserve mention. * Change title to emphasize manual nature of guidance instead of the Azure marketplace approach. * Add introductory paragraph linking to automated guidance, still in azure-docs-pr. * Don't call out a specific version of Azure CLI. Just say latest. * Remove statement about needing to be `Owner` or `Contributor`. Tested the guidance in a subscription where I don't have that (VisualStudio) and it worked fine. * Readability improvements from @m-reza-rahman. * Work in the TLS 1.0 minimum version to the SQL database experience. * Add note about database pausing. * Add deletion of database resource group to cleanup steps. * edits * file rename * file rename, edits: Co-authored-by: Karl Erickson <karler@microsoft.com>
1 parent 7641130 commit 086db54

File tree

6 files changed

+379
-6
lines changed

6 files changed

+379
-6
lines changed

articles/java/ee/howto-deploy-java-liberty-app-manual.md

Lines changed: 377 additions & 0 deletions
Large diffs are not rendered by default.

articles/java/ee/index.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ landingContent:
4242
- text: Java app with WebSphere Liberty/Open Liberty to Azure Red Hat OpenShift (ARO)
4343
url: /azure/openshift/howto-deploy-java-liberty-app?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/breadcrumb/toc.json
4444
- text: Java app with WebSphere Liberty/Open Liberty to AKS
45-
url: /azure/aks/howto-deploy-java-liberty-app?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/breadcrumb/toc.json
46-
- text: Java app with PostgreSQL to WebSphere Liberty/Open Liberty on AKS
47-
url: /azure/aks/howto-deploy-java-liberty-app-with-postgresql?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/breadcrumb/toc.json
45+
url: howto-deploy-java-liberty-app-manual.md
4846
- text: Java app with JBoss EAP to Azure Red Hat OpenShift (ARO)
4947
url: /azure/openshift/howto-deploy-java-jboss-enterprise-application-platform-app?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/breadcrumb/toc.json
5048
- text: Java EE JCache with WebSphere/Open Liberty

articles/java/ee/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@
2727
- name: WebSphere Liberty/Open Liberty on Azure Red Hat OpenShift (ARO)
2828
href: /azure/openshift/howto-deploy-java-liberty-app?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/breadcrumb/toc.json
2929
- name: WebSphere Liberty/Open Liberty on AKS
30-
href: /azure/aks/howto-deploy-java-liberty-app?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/breadcrumb/toc.json
30+
href: howto-deploy-java-liberty-app-manual.md
3131
- name: JCache with WebSphere/Open Liberty
3232
href: how-to-deploy-java-liberty-jcache.md
33-
- name: Java app with PostgreSQL to WebSphere Liberty/Open Liberty on AKS
34-
href: /azure/aks/howto-deploy-java-liberty-app-with-postgresql?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/breadcrumb/toc.json
3533
- name: Payara Micro on Azure App Service
3634
href: ../eclipse-microprofile/deploy-microprofile-payara-micro-java-app-with-maven-plugin.md?bc=/azure/developer/breadcrumb/toc.json&toc=/azure/developer/java/ee/toc.json
3735
- name: Traditional WebSphere on Azure VMs

0 commit comments

Comments
 (0)