Skip to content

Commit 54821d8

Browse files
committed
2 parents a601d93 + 57460ef commit 54821d8

File tree

220 files changed

+77
-9228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+77
-9228
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40989,6 +40989,11 @@
4098940989
"source_path": "articles/lab-services/devtest-lab-integrate-ci-cd-vsts.md",
4099040990
"redirect_url": "/azure/lab-services/devtest-lab-integrate-ci-cd",
4099140991
"redirect_document_id": true
40992-
}
40992+
},
40993+
{
40994+
"source_path": "articles/azure-monitor/learn/java-quick-start.md",
40995+
"redirect_url": "/azure/azure-monitor/app/java-get-started",
40996+
"redirect_document_id": false
40997+
}
4099340998
]
4099440999
}

articles/active-directory/saas-apps/apptio-tutorial.md

Lines changed: 67 additions & 120 deletions
Large diffs are not rendered by default.

articles/azure-monitor/app/java-get-started-25-beta.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ Application Insights can test your website at regular intervals to check that it
316316
[apiexceptions]: ../../azure-monitor/app/api-custom-events-metrics.md#trackexception
317317
[availability]: ../../azure-monitor/app/monitor-web-app-availability.md
318318
[diagnostic]: ../../azure-monitor/app/diagnostic-search.md
319-
[eclipse]: ../../azure-monitor/learn/java-quick-start.md
320319
[javalogs]: java-trace-logs-25-beta.md
321320
[metrics]: ../../azure-monitor/app/metrics-explorer.md
322321
[usage]: javascript.md

articles/azure-monitor/app/java-get-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Then refresh the project dependencies to get the binaries downloaded.
8585
```
8686

8787
#### If you're using Eclipse to create a Dynamic Web project ...
88-
Use the [Application Insights SDK for Java plug-in][eclipse]. Note: even though using this plugin will get you up and running with Application Insights quicker (assuming you're not using Maven/Gradle), it is not a dependency management system. As such, updating the plugin will not automatically update the Application Insights libraries in your project.
88+
Use the Application Insights SDK for Java plug-in. Note: even though using this plugin will get you up and running with Application Insights quicker (assuming you're not using Maven/Gradle), it is not a dependency management system. As such, updating the plugin will not automatically update the Application Insights libraries in your project.
8989

9090
* *Build or checksum validation errors?* Try using a specific version, such as: `version:'2.0.n'`. You'll find the latest version in the [SDK release notes](https://github.com/Microsoft/ApplicationInsights-Java#release-notes) or in the [Maven artifacts](https://search.maven.org/#search%7Cga%7C1%7Capplicationinsights).
9191
* *To update to a new SDK* Refresh your project's dependencies.
@@ -467,7 +467,6 @@ Application Insights can test your website at regular intervals to check that it
467467
[apiexceptions]: ../../azure-monitor/app/api-custom-events-metrics.md#trackexception
468468
[availability]: ../../azure-monitor/app/monitor-web-app-availability.md
469469
[diagnostic]: ../../azure-monitor/app/diagnostic-search.md
470-
[eclipse]: ../../azure-monitor/learn/java-quick-start.md
471470
[javalogs]: java-trace-logs.md
472471
[metrics]: ../../azure-monitor/app/metrics-explorer.md
473472
[usage]: javascript.md

articles/azure-monitor/azure-monitor-app-hub.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ ms.author: mbullwin
7272
<a href="./learn/quick-monitor-portal.md">ASP.NET</a><br>
7373
<a href="./learn/dotnetcore-quick-start.md">ASP.NET Core</a><br>
7474
<a href="./learn/nodejs-quick-start.md">Node.js</a><br>
75-
<a href="./learn/java-quick-start.md">Java</a><br>
7675
<a href="./learn/mobile-center-quickstart.md">Mobile</a><br>
7776
<a href="./app/website-monitoring.md">Browser/client-side monitoring</a>
7877
</p>

articles/azure-monitor/continuous-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In order to gain observability across your entire environment, you need to enabl
2929
- [Azure DevOps Projects](../devops-project/overview.md) give you a simplified experience with your existing code and Git repository, or choose from one of the sample applications to create a Continuous Integration (CI) and Continuous Delivery (CD) pipeline to Azure.
3030
- [Continuous monitoring in your DevOps release pipeline](../azure-monitor/app/continuous-monitoring.md) allows you to gate or rollback your deployment based on monitoring data.
3131
- [Status Monitor](../azure-monitor/app/monitor-performance-live-website-now.md) allows you to instrument a live .NET app on Windows with Azure Application Insights, without having to modify or redeploy your code.
32-
- If you have access to the code for your application, then enable full monitoring with [Application Insights](../azure-monitor/app/app-insights-overview.md) by installing the Azure Monitor Application Insights SDK for [.NET](../azure-monitor/learn/quick-monitor-portal.md), [Java](../azure-monitor/learn/java-quick-start.md), [Node.js](../azure-monitor/learn/nodejs-quick-start.md), or [any other programming languages](../azure-monitor/app/platforms.md). This allows you to specify custom events, metrics, or page views that are relevant to your application and your business.
32+
- If you have access to the code for your application, then enable full monitoring with [Application Insights](../azure-monitor/app/app-insights-overview.md) by installing the Azure Monitor Application Insights SDK for [.NET](../azure-monitor/learn/quick-monitor-portal.md), [Java](../azure-monitor/app/java-get-started.md), [Node.js](../azure-monitor/learn/nodejs-quick-start.md), or [any other programming languages](../azure-monitor/app/platforms.md). This allows you to specify custom events, metrics, or page views that are relevant to your application and your business.
3333

3434

3535

articles/azure-monitor/index.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ sections:
7474
src: https://docs.microsoft.com/media/common/nodejs.svg
7575
text: Node.js
7676
href: /azure/application-insights/app-insights-nodejs-quick-start
77-
- image:
78-
src: https://docs.microsoft.com/media/common/java.svg
79-
text: Java
80-
href: /azure/application-insights/app-insights-java-quick-start
8177
- image:
8278
src: /azure/application-insights/media/index/mobile-center.png
8379
text: Mobile

articles/azure-monitor/learn/java-quick-start.md

Lines changed: 0 additions & 141 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/azure-monitor/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
href: learn/dotnetcore-quick-start.md
1717
- name: Node.js application
1818
href: learn/nodejs-quick-start.md
19-
- name: Java application
20-
href: learn/java-quick-start.md
2119
- name: Mobile application
2220
href: learn/mobile-center-quickstart.md
2321
- name: Web application
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/jenkins/media/cli.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)