Skip to content

Commit 7e820f7

Browse files
Merge pull request #112037 from KarlErickson/karler-update-java-links
updated java links
2 parents 31db7b8 + fee6e88 commit 7e820f7

20 files changed

+29
-29
lines changed

articles/app-service/app-service-web-get-started-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ Once deployment has completed, browse to the deployed application using the foll
119119
> [Connect to Azure SQL database with Java](/azure/sql-database/sql-database-connect-query-java?toc=%2Fazure%2Fjava%2Ftoc.json)
120120
121121
> [!div class="nextstepaction"]
122-
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java?toc=/azure/java/toc.json)
122+
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java)
123123
124124
> [!div class="nextstepaction"]
125-
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java?toc=/azure/java/toc.json)
125+
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java)
126126
127127
> [!div class="nextstepaction"]
128128
> [Azure for Java Developers Resources](/java/azure/)

articles/app-service/configure-language-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Azure's supported Java Development Kit (JDK) is [Zulu](https://www.azul.com/down
314314

315315
Major version updates will be provided through new runtime options in Azure App Service for Windows. Customers update to these newer versions of Java by configuring their App Service deployment and are responsible for testing and ensuring the major update meets their needs.
316316

317-
Supported JDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, please see [this support document](https://docs.microsoft.com/azure/java/jdk/).
317+
Supported JDKs are automatically patched on a quarterly basis in January, April, July, and October of each year. For more information on Java on Azure, please see [this support document](https://docs.microsoft.com/azure/developer/java/fundamentals/java-jdk-long-term-support).
318318

319319
### Security updates
320320

articles/app-service/containers/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ This command may take a minute to run.
137137
> [Connect to Azure SQL database with Java](/azure/sql-database/sql-database-connect-query-java?toc=%2Fazure%2Fjava%2Ftoc.json)
138138
139139
> [!div class="nextstepaction"]
140-
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java?toc=/azure/java/toc.json)
140+
> [Connect to Azure DB for MySQL with Java](/azure/mysql/connect-java)
141141
142142
> [!div class="nextstepaction"]
143-
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java?toc=/azure/java/toc.json)
143+
> [Connect to Azure DB for PostgreSQL with Java](/azure/postgresql/connect-java)
144144
145145
> [!div class="nextstepaction"]
146146
> [Configure Java app](configure-custom-container.md)

articles/azure-functions/functions-create-first-azure-function-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There is also a [Visual Studio Code-based version](functions-create-first-functi
1616

1717
::: zone pivot="programming-language-java"
1818
> [!NOTE]
19-
> If Maven is not your prefered development tool, check out our similar tutorials for Java developers using [Gradle](/azure/azure-functions/functions-create-first-java-gradle), [IntelliJ IDEA](/azure/java/intellij/azure-toolkit-for-intellij-quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
19+
> If Maven is not your prefered development tool, check out our similar tutorials for Java developers using [Gradle](/azure/azure-functions/functions-create-first-java-gradle), [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
2020
::: zone-end
2121

2222
[!INCLUDE [functions-requirements-cli](../../includes/functions-requirements-cli.md)]

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There's also a [CLI-based version](functions-create-first-azure-function-azure-c
1717

1818
::: zone pivot="programming-language-java"
1919
> [!NOTE]
20-
> If VS Code is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/java/intellij/azure-toolkit-for-intellij-quickstart-functions).
20+
> If VS Code is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [Gradle](/azure/azure-functions/functions-create-first-java-gradle) and [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions).
2121
::: zone-end
2222

2323
## Configure your environment

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 04/08/2020
1212
This article shows you how to build and publish a Java function project to Azure Functions with the Gradle command-line tool. When you're done, your function code runs in Azure in a [serverless hosting plan](functions-scale.md#consumption-plan) and is triggered by an HTTP request.
1313

1414
> [!NOTE]
15-
> If Gradle is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [IntelliJ IDEA](/azure/java/intellij/azure-toolkit-for-intellij-quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
15+
> If Gradle is not your prefered development tool, check out our similar tutorials for Java developers using [Maven](/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-java), [IntelliJ IDEA](/azure/developer/java/toolkit-for-intellij/quickstart-functions) and [VS Code](/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-java).
1616
1717
## Prerequisites
1818

articles/azure-monitor/platform/stream-monitoring-data-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Routing your monitoring data to an event hub with Azure Monitor enables you to e
5151
| ArcSight | No | The ArcSight Azure Event Hub smart connector is available as part of [the ArcSight smart connector collection](https://community.softwaregrp.com/t5/Discussions/Announcing-General-Availability-of-ArcSight-Smart-Connectors-7/m-p/1671852). |
5252
| Syslog server | No | If you want to stream Azure Monitor data directly to a syslog server, you can use a [solution based on an Azure function](https://github.com/miguelangelopereira/azuremonitor2syslog/).
5353
| LogRhythm | No| Instructions to set up LogRhythm to collect logs from an event hub are available [here](https://logrhythm.com/six-tips-for-securing-your-azure-cloud-environment/).
54-
|Logz.io | Yes | For more information, see [Getting started with monitoring and logging using Logz.io for Java apps running on Azure](https://docs.microsoft.com/azure/java/java-get-started-with-logzio)
54+
|Logz.io | Yes | For more information, see [Getting started with monitoring and logging using Logz.io for Java apps running on Azure](https://docs.microsoft.com/azure/developer/java/fundamentals/java-get-started-with-logzio)
5555

5656

5757
## Next Steps

articles/container-registry/container-registry-java-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ For other versions of the official Microsoft-supported Java base images, see:
158158
To learn more about Spring and Azure, continue to the Spring on Azure documentation center.
159159

160160
> [!div class="nextstepaction"]
161-
> [Spring on Azure](/azure/java/spring-framework)
161+
> [Spring on Azure](/azure/developer/java/spring-framework)
162162
163163
### Additional Resources
164164

@@ -168,5 +168,5 @@ For more information, see the following resources:
168168
* [Working with Azure DevOps and Java](/azure/devops/java)
169169
* [Spring Boot on Docker Getting Started](https://spring.io/guides/gs/spring-boot-docker)
170170
* [Spring Initializr](https://start.spring.io)
171-
* [Deploy a Spring Boot Application to the Azure App Service](/azure/java/spring-framework/deploy-spring-boot-java-app-from-container-registry-using-maven-plugin)
171+
* [Deploy a Spring Boot Application to the Azure App Service](/azure/developer/java/spring-framework/deploy-spring-boot-java-app-from-container-registry-using-maven-plugin)
172172
* [Using a custom Docker image for Azure Web App on Linux](/azure/app-service-web/app-service-linux-using-custom-docker-image)

articles/cosmos-db/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
- name: Change feed
611611
href: cassandra-change-feed.md
612612
- name: Store and manage Spring Data
613-
href: https://docs.microsoft.com/azure/java/spring-framework/configure-spring-data-apache-cassandra-with-cosmos-db?context=/azure/cosmos-db/context/context
613+
href: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-apache-cassandra-with-cosmos-db?context=/azure/cosmos-db/context/context
614614
- name: Cassandra and Spark
615615
items:
616616
- name: Introduction
@@ -721,7 +721,7 @@
721721
- name: Manage data indexing
722722
href: mongodb-indexing.md
723723
- name: Store and manage Spring Data
724-
href: https://docs.microsoft.com/azure/java/spring-framework/configure-spring-data-mongodb-with-cosmos-db?context=/azure/cosmos-db/context/context
724+
href: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-mongodb-with-cosmos-db?context=/azure/cosmos-db/context/context
725725
- name: MongoDB extension commands
726726
href: mongodb-custom-commands.md
727727
displayName: custom commands
@@ -780,7 +780,7 @@
780780
- name: Visualize graph data
781781
href: graph-visualization.md
782782
- name: Store and manage Spring Data
783-
href: https://docs.microsoft.com/azure/java/spring-framework/configure-spring-data-gremlin-java-app-with-cosmos-db?context=/azure/cosmos-db/context/context
783+
href: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-data-gremlin-java-app-with-cosmos-db?context=/azure/cosmos-db/context/context
784784
- name: Manage using Resource Manager templates
785785
href: manage-gremlin-with-resource-manager.md
786786
displayName: ARM
@@ -1094,9 +1094,9 @@
10941094
- name: Azure Event Hubs and Azure Storage
10951095
href: https://github.com/hdinsight/hdinsight-storm-examples/blob/master/IotExample/README.md
10961096
- name: Use Spring Boot Starter
1097-
href: https://docs.microsoft.com/azure/java/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db?context=/azure/cosmos-db/context/context
1097+
href: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db?context=/azure/cosmos-db/context/context
10981098
- name: Spring Data developer guide
1099-
href: https://docs.microsoft.com/azure/java/spring-framework/how-to-guides-spring-data-cosmosdb?context=/azure/cosmos-db/context/context
1099+
href: https://docs.microsoft.com/azure/developer/java/spring-framework/how-to-guides-spring-data-cosmosdb?context=/azure/cosmos-db/context/context
11001100
- name: ODBC driver
11011101
href: odbc-driver.md
11021102
- name: Migrate data to Cosmos DB

articles/cosmos-db/cosmosdb-cassandra-api-migrate-data-striim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ In this section, you will configure the Azure Cosmos DB Cassandra API account as
150150

151151
![Connect to target](./media/cosmosdb-cassandra-api-migrate-data-striim/connect-to-target.png)
152152

153-
1. Before configuring the target, make sure you have added a [Baltimore root certificate to Striim's Java environment](/azure/java/java-sdk-add-certificate-ca-store#to-add-a-root-certificate-to-the-cacerts-store).
153+
1. Before configuring the target, make sure you have added a [Baltimore root certificate to Striim's Java environment](/azure/developer/java/sdk/java-sdk-add-certificate-ca-store#to-add-a-root-certificate-to-the-cacerts-store).
154154

155155
1. Enter the configuration properties of your target Azure Cosmos DB instance and select **Save** to continue. Here are the key parameters to note:
156156

0 commit comments

Comments
 (0)