From 5115b8693445c042a8ab731578a399b0dc285785 Mon Sep 17 00:00:00 2001 From: Robert McMurray Date: Mon, 4 Dec 2017 04:25:31 -0700 Subject: [PATCH] Updating articles based on review --- .../eclipse/azure-toolkit-for-eclipse-whats-new.md | 2 +- docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse.md | 4 ++-- .../includes/azure-toolkit-additional-resources.md | 2 +- .../azure-toolkit-for-eclipse-additional-resources.md | 2 +- .../azure-toolkit-for-intellij-additional-resources.md | 2 +- .../azure-toolkit-for-intellij-hello-world-web-app-linux.md | 2 +- .../intellij/azure-toolkit-for-intellij-whats-new.md | 2 +- docs-ref-conceptual/intellij/azure-toolkit-for-intellij.md | 4 ++-- ...igure-spring-boot-initializer-java-app-with-redis-cache.md | 4 ++-- ...pring-boot-starter-java-app-with-azure-active-directory.md | 4 ++-- ...igure-spring-boot-starter-java-app-with-azure-key-vault.md | 4 ++-- .../configure-spring-boot-starter-java-app-with-cosmos-db.md | 4 ++-- ...oy-containerized-spring-boot-java-app-with-maven-plugin.md | 2 +- ...oot-java-app-from-container-registry-using-maven-plugin.md | 2 +- .../deploy-spring-boot-java-app-on-kubernetes.md | 4 ++-- .../spring-framework/deploy-spring-boot-java-app-on-linux.md | 4 ++-- .../deploy-spring-boot-java-app-using-fabric8-maven-plugin.md | 4 ++-- .../deploy-spring-boot-java-app-with-maven-plugin.md | 2 +- .../deploy-spring-boot-java-web-app-on-azure.md | 4 ++-- .../spring-framework/spring-boot-starters-for-azure.md | 4 ++-- 20 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse-whats-new.md b/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse-whats-new.md index 05b0b763ea15..3a34d88f4052 100644 --- a/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse-whats-new.md +++ b/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse-whats-new.md @@ -326,7 +326,7 @@ Azure Plugin for Eclipse - December 2011 CTP has released. New features include: [Managing Storage Accounts using the Azure Explorer for Eclipse]: ./azure-toolkit-for-eclipse-managing-storage-accounts-using-azure-explorer.md [Managing Virtual Machines using the Azure Explorer for Eclipse]: ./azure-toolkit-for-eclipse-managing-virtual-machines-using-azure-explorer.md -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure +[Azure for Java Developers]: https://docs.microsoft.com/java/azure [Azul Systems web page for the Zulu OpenJDK]: http://go.microsoft.com/fwlink/?LinkId=402457 [Azure Service Endpoints]: http://go.microsoft.com/fwlink/?LinkID=699526 diff --git a/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse.md b/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse.md index 1d09ff5ab8af..8cc25ef7b997 100644 --- a/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse.md +++ b/docs-ref-conceptual/eclipse/azure-toolkit-for-eclipse.md @@ -63,7 +63,7 @@ For more information about the Azure Toolkit for Eclipse, see the following page * [Azure Toolkit for Eclipse in the Eclipse Marketplace](http://marketplace.eclipse.org/content/azure-toolkit-eclipse) -For more information about using Java with Azure, see the [Azure Java Developer Center](https://docs.microsoft.com/java/azure/) and the [Java Tools for Visual Studio Team Services](https://java.visualstudio.com/). +For more information about using Java with Azure, see the [Azure for Java Developers](https://docs.microsoft.com/java/azure/) and the [Java Tools for Visual Studio Team Services](https://java.visualstudio.com/). @@ -74,7 +74,7 @@ For more information about using Java with Azure, see the [Azure Java Developer -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure +[Azure for Java Developers]: https://docs.microsoft.com/java/azure [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ diff --git a/docs-ref-conceptual/includes/azure-toolkit-additional-resources.md b/docs-ref-conceptual/includes/azure-toolkit-additional-resources.md index 5e0e6a94a9cb..894c35a6986f 100644 --- a/docs-ref-conceptual/includes/azure-toolkit-additional-resources.md +++ b/docs-ref-conceptual/includes/azure-toolkit-additional-resources.md @@ -13,6 +13,6 @@ For more information about the Azure toolkits for the Eclipse and IntelliJ IDEs, For more information about using Java with Azure, see the following links: -* [Azure Java Developer Center](https://docs.microsoft.com/java/azure/) +* [Azure for Java Developers](https://docs.microsoft.com/java/azure/) * [Java Tools for Visual Studio Team Services](https://java.visualstudio.com/) diff --git a/docs-ref-conceptual/includes/azure-toolkit-for-eclipse-additional-resources.md b/docs-ref-conceptual/includes/azure-toolkit-for-eclipse-additional-resources.md index e52fa870a9e8..38aceda43fab 100644 --- a/docs-ref-conceptual/includes/azure-toolkit-for-eclipse-additional-resources.md +++ b/docs-ref-conceptual/includes/azure-toolkit-for-eclipse-additional-resources.md @@ -8,6 +8,6 @@ For more information about the Azure Toolkit for Eclipse, see the following link For more information about using Java with Azure, see the following links: -* [Azure Java Developer Center](https://docs.microsoft.com/java/azure/) +* [Azure for Java Developers](https://docs.microsoft.com/java/azure/) * [Java Tools for Visual Studio Team Services](https://java.visualstudio.com/) diff --git a/docs-ref-conceptual/includes/azure-toolkit-for-intellij-additional-resources.md b/docs-ref-conceptual/includes/azure-toolkit-for-intellij-additional-resources.md index 0733cefc0efe..bd7036502436 100644 --- a/docs-ref-conceptual/includes/azure-toolkit-for-intellij-additional-resources.md +++ b/docs-ref-conceptual/includes/azure-toolkit-for-intellij-additional-resources.md @@ -8,6 +8,6 @@ For more information about the Azure Toolkit for IntelliJ IDEA, see the followin For more information about using Java with Azure, see the following links: -* [Azure Java Developer Center](https://docs.microsoft.com/java/azure/) +* [Azure for Java Developers](https://docs.microsoft.com/java/azure/) * [Java Tools for Visual Studio Team Services](https://java.visualstudio.com/) diff --git a/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-hello-world-web-app-linux.md b/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-hello-world-web-app-linux.md index e4a4f2d02c30..865770c670ef 100644 --- a/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-hello-world-web-app-linux.md +++ b/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-hello-world-web-app-linux.md @@ -139,7 +139,7 @@ For additional resources for Docker, see the official [Docker website][Docker]. [Azure portal]: https://portal.azure.com/ [Create a private Docker container registry using the Azure portal]: /azure/container-registry/container-registry-get-started-portal -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ [Create Docker Registry using Azure CLI]: /azure/container-registry/container-registry-get-started-azure-cli diff --git a/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-whats-new.md b/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-whats-new.md index 1ff8fd6a8c72..471a7de5d9d9 100644 --- a/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-whats-new.md +++ b/docs-ref-conceptual/intellij/azure-toolkit-for-intellij-whats-new.md @@ -83,6 +83,6 @@ The Azure Toolkit for IntelliJ - April 2016 release includes the following enhan [Managing Storage Accounts using the Azure Explorer for IntelliJ]: ./azure-toolkit-for-intellij-managing-storage-accounts-using-azure-explorer.md [Managing Virtual Machines using the Azure Explorer for IntelliJ]: ./azure-toolkit-for-intellij-managing-virtual-machines-using-azure-explorer.md -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure +[Azure for Java Developers]: https://docs.microsoft.com/java/azure [HDInsight Tools Plugin for IntelliJ]: /azure/hdinsight/hdinsight-apache-spark-intellij-tool-plugin diff --git a/docs-ref-conceptual/intellij/azure-toolkit-for-intellij.md b/docs-ref-conceptual/intellij/azure-toolkit-for-intellij.md index 6db5bb6a8413..099a9878ca09 100644 --- a/docs-ref-conceptual/intellij/azure-toolkit-for-intellij.md +++ b/docs-ref-conceptual/intellij/azure-toolkit-for-intellij.md @@ -63,7 +63,7 @@ For more information about the Azure Toolkit for IntelliJ, see the following pag * [Azure Toolkit for IntelliJ in the JetBrains Plugins Repository](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij) -For more information about using Java with Azure, see the [Azure Java Developer Center](https://docs.microsoft.com/java/azure/) and the [Java Tools for Visual Studio Team Services](https://java.visualstudio.com/). +For more information about using Java with Azure, see the [Azure for Java Developers](https://docs.microsoft.com/java/azure/) and the [Java Tools for Visual Studio Team Services](https://java.visualstudio.com/). > [!NOTE] > @@ -74,7 +74,7 @@ For more information about using Java with Azure, see the [Azure Java Developer -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ diff --git a/docs-ref-conceptual/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache.md b/docs-ref-conceptual/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache.md index 4a85162a6b79..1054db791472 100644 --- a/docs-ref-conceptual/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache.md +++ b/docs-ref-conceptual/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache.md @@ -198,7 +198,7 @@ For more information about using Spring Boot applications on Azure, see the foll * [Running a Spring Boot Application on a Kubernetes Cluster in the Azure Container Service](deploy-spring-boot-java-app-on-kubernetes.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. For more information about getting started using Redis Cache with Java on Azure, see [How to use Azure Redis Cache with Java][Redis Cache with Java]. @@ -206,7 +206,7 @@ The **[Spring Framework]** is an open-source solution that helps Java developers -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [free Azure account]: https://azure.microsoft.com/pricing/free-trial/ [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ [MSDN subscriber benefits]: https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/ diff --git a/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory.md b/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory.md index 9eb65a09cdef..68aced66af58 100644 --- a/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory.md +++ b/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory.md @@ -244,7 +244,7 @@ For more information about using Spring Boot applications on Azure, see the foll * [Running a Spring Boot Application on a Kubernetes Cluster in the Azure Container Service](deploy-spring-boot-java-app-on-kubernetes.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. The **[Spring Framework]** is an open-source solution that helps Java developers create enterprise-level applications. One of the more-popular projects that is built on top of that platform is [Spring Boot], which provides a simplified approach for creating stand-alone Java applications. To help developers get started with Spring Boot, several sample Spring Boot packages are available at . In addition to choosing from the list of basic Spring Boot projects, the **[Spring Initializr]** helps developers get started with creating custom Spring Boot applications. @@ -252,7 +252,7 @@ The **[Spring Framework]** is an open-source solution that helps Java developers [Azure Active Directory Documentation]: /azure/active-directory/ [Get started with Azure AD]: /azure/active-directory/get-started-azure-ad -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [free Azure account]: https://azure.microsoft.com/pricing/free-trial/ [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ [MSDN subscriber benefits]: https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/ diff --git a/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault.md b/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault.md index f7561e1d82e5..a30be15af280 100644 --- a/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault.md +++ b/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault.md @@ -303,13 +303,13 @@ For more information about using Spring Boot applications on Azure, see the foll * [Running a Spring Boot Application on a Kubernetes Cluster in the Azure Container Service](deploy-spring-boot-java-app-on-kubernetes.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. [Key Vault Documentation]: /azure/key-vault/ [Get started with Azure Key Vault]: /azure/key-vault/key-vault-get-started -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [free Azure account]: https://azure.microsoft.com/pricing/free-trial/ [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ [MSDN subscriber benefits]: https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/ diff --git a/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db.md b/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db.md index b2fbfc795d23..2867611ec0f2 100644 --- a/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db.md +++ b/docs-ref-conceptual/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db.md @@ -302,14 +302,14 @@ For more information about using Spring Boot applications on Azure, see the foll * [Running a Spring Boot Application on a Kubernetes Cluster in the Azure Container Service](deploy-spring-boot-java-app-on-kubernetes.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. The **[Spring Framework]** is an open-source solution that helps Java developers create enterprise-level applications. One of the more-popular projects that is built on top of that platform is [Spring Boot], which provides a simplified approach for creating stand-alone Java applications. To help developers get started with Spring Boot, several sample Spring Boot packages are available at . In addition to choosing from the list of basic Spring Boot projects, the **[Spring Initializr]** helps developers get started with creating custom Spring Boot applications. [Azure Cosmos DB Documentation]: /azure/cosmos-db/ -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Build a DocumentDB API app with Java]: https://docs.microsoft.com/azure/cosmos-db/create-documentdb-java [free Azure account]: https://azure.microsoft.com/pricing/free-trial/ [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ diff --git a/docs-ref-conceptual/spring-framework/deploy-containerized-spring-boot-java-app-with-maven-plugin.md b/docs-ref-conceptual/spring-framework/deploy-containerized-spring-boot-java-app-with-maven-plugin.md index 3fc6a9af0e12..7dc0a6a1c3e8 100644 --- a/docs-ref-conceptual/spring-framework/deploy-containerized-spring-boot-java-app-with-maven-plugin.md +++ b/docs-ref-conceptual/spring-framework/deploy-containerized-spring-boot-java-app-with-maven-plugin.md @@ -315,7 +315,7 @@ For more information about the various technologies discussed in this article, s [Azure Command-Line Interface (CLI)]: /cli/azure/overview -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Azure portal]: https://portal.azure.com/ [Docker]: https://www.docker.com/ [Docker plugin for Maven]: https://github.com/spotify/docker-maven-plugin diff --git a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-from-container-registry-using-maven-plugin.md b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-from-container-registry-using-maven-plugin.md index ce36c750c159..05000156c112 100644 --- a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-from-container-registry-using-maven-plugin.md +++ b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-from-container-registry-using-maven-plugin.md @@ -379,7 +379,7 @@ For more information about the various technologies discussed in this article, s [Azure Command-Line Interface (CLI)]: /cli/azure/overview [Azure Container Service (AKS)]: https://azure.microsoft.com/services/container-service/ -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Azure portal]: https://portal.azure.com/ [Maven Plugin for Azure Web Apps]: https://github.com/Microsoft/azure-maven-plugins/tree/master/azure-webapp-maven-plugin [Create a private Docker container registry using the Azure portal]: /azure/container-registry/container-registry-get-started-portal diff --git a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-kubernetes.md b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-kubernetes.md index 345ea54180bb..5f7509f31505 100644 --- a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-kubernetes.md +++ b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-kubernetes.md @@ -294,7 +294,7 @@ For more information about using Spring Boot on Azure, see the following article * [Deploy a Spring Boot Application to the Azure App Service](deploy-spring-boot-java-web-app-on-azure.md) * [Deploy a Spring Boot application on Linux in the Azure Container Service](deploy-spring-boot-java-app-on-linux.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. For more information about the Spring Boot on Docker sample project, see [Spring Boot on Docker Getting Started]. @@ -321,7 +321,7 @@ For additional examples for how to use custom Docker images with Azure, see [Usi [Azure Command-Line Interface (CLI)]: /cli/azure/overview [Azure Container Service (AKS)]: https://azure.microsoft.com/services/container-service/ -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Azure portal]: https://portal.azure.com/ [Create a private Docker container registry using the Azure portal]: /azure/container-registry/container-registry-get-started-portal [Using a custom Docker image for Azure Web App on Linux]: /azure/app-service-web/app-service-linux-using-custom-docker-image diff --git a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-linux.md b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-linux.md index 56a315f2bfae..0e6fef4c04a5 100644 --- a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-linux.md +++ b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-on-linux.md @@ -264,7 +264,7 @@ For more information about using Spring Boot applications on Azure, see the foll * [Deploy a Spring Boot Application to the Azure App Service](deploy-spring-boot-java-web-app-on-azure.md) * [Deploy a Spring Boot Application on a Kubernetes Cluster in the Azure Container Service](deploy-spring-boot-java-app-on-kubernetes.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. For further details about the Spring Boot on Docker sample project, see [Spring Boot on Docker Getting Started]. @@ -278,7 +278,7 @@ For additional examples for how to use custom Docker images with Azure, see [Usi [Azure Command-Line Interface (CLI)]: /cli/azure/overview [Azure Container Service (AKS)]: https://azure.microsoft.com/services/container-service/ -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Azure portal]: https://portal.azure.com/ [Create a private Docker container registry using the Azure portal]: /azure/container-registry/container-registry-get-started-portal [Using a custom Docker image for Azure Web App on Linux]: /azure/app-service-web/app-service-linux-using-custom-docker-image diff --git a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-using-fabric8-maven-plugin.md b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-using-fabric8-maven-plugin.md index 0d2c95dff46e..0220a0a1dcac 100644 --- a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-using-fabric8-maven-plugin.md +++ b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-using-fabric8-maven-plugin.md @@ -506,7 +506,7 @@ For more information about using Spring Boot applications on Azure, see the foll * [Deploy a Spring Boot application on Linux in the Azure Container Service](deploy-spring-boot-java-app-on-linux.md) * [Deploy a Spring Boot Application on a Kubernetes Cluster in the Azure Container Service](deploy-spring-boot-java-app-on-kubernetes.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. For further details about the Spring Boot on Docker sample project, see [Spring Boot on Docker Getting Started]. @@ -520,7 +520,7 @@ For additional examples for how to use custom Docker images with Azure, see [Usi [Azure Command-Line Interface (CLI)]: /cli/azure/overview [Azure Container Service (AKS)]: https://azure.microsoft.com/services/container-service/ -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Azure portal]: https://portal.azure.com/ [Create a private Docker container registry using the Azure portal]: /azure/container-registry/container-registry-get-started-portal [Using a custom Docker image for Azure Web App on Linux]: /azure/app-service-web/app-service-linux-using-custom-docker-image diff --git a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-with-maven-plugin.md b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-with-maven-plugin.md index f790e1a59823..56760f284644 100644 --- a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-with-maven-plugin.md +++ b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-app-with-maven-plugin.md @@ -265,7 +265,7 @@ For more information about the various technologies discussed in this article, s [Azure Command-Line Interface (CLI)]: /cli/azure/overview -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Azure portal]: https://portal.azure.com/ [free Azure account]: https://azure.microsoft.com/pricing/free-trial/ [Git]: https://github.com/ diff --git a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-web-app-on-azure.md b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-web-app-on-azure.md index a87581259aab..4fce072287b0 100644 --- a/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-web-app-on-azure.md +++ b/docs-ref-conceptual/spring-framework/deploy-spring-boot-java-web-app-on-azure.md @@ -193,7 +193,7 @@ For more information about using Spring Boot applications on Azure, see the foll * [Deploy a Spring Boot Application on a Kubernetes Cluster in the Azure Container Service](deploy-spring-boot-java-app-on-kubernetes.md) -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. For additional information about depoying web apps to Azure using FTP, see [Deploy your app to Azure App Service using FTP/S]. @@ -207,7 +207,7 @@ For more information about configuring additional settings for your web app, see [Azure App Service]: https://azure.microsoft.com/services/app-service/ [Azure Container Service]: https://azure.microsoft.com/services/container-service/ -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Azure portal]: https://portal.azure.com/ [Configure web apps in Azure App Service]: /azure/app-service/web-sites-configure [Deploy your app to Azure App Service using FTP/S]: https://docs.microsoft.com/azure/app-service/app-service-deploy-ftp diff --git a/docs-ref-conceptual/spring-framework/spring-boot-starters-for-azure.md b/docs-ref-conceptual/spring-framework/spring-boot-starters-for-azure.md index 697dcd6883c7..f90d9988c072 100644 --- a/docs-ref-conceptual/spring-framework/spring-boot-starters-for-azure.md +++ b/docs-ref-conceptual/spring-framework/spring-boot-starters-for-azure.md @@ -227,13 +227,13 @@ When you add this starter to a Spring Boot project, the following changes are ma For more information about using [Spring Boot] applications on Azure, see [Spring on Azure]. -For more information about using Azure with Java, see the [Azure Java Developer Center] and the [Java Tools for Visual Studio Team Services]. +For more information about using Azure with Java, see the [Azure for Java Developers] and the [Java Tools for Visual Studio Team Services]. For help with getting started with your own Spring Boot applications, see the **Spring Initializr** at https://start.spring.io/. -[Azure Java Developer Center]: https://docs.microsoft.com/java/azure/ +[Azure for Java Developers]: https://docs.microsoft.com/java/azure/ [Java Tools for Visual Studio Team Services]: https://java.visualstudio.com/ [Spring Boot]: http://projects.spring.io/spring-boot/ [Spring on Azure]: https://docs.microsoft.com/java/azure/spring-framework/