Skip to content

Commit c0dd8e8

Browse files
Merge pull request #269854 from AaronMaxwell/aaronmax-remove-template-dupe-article
Removing article with duplicate info
2 parents 41db432 + d3e0ef2 commit c0dd8e8

7 files changed

+159
-269
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6604,6 +6604,11 @@
66046604
"redirect_url": "/azure/azure-monitor/app/java-get-started-supplemental",
66056605
"redirect_document_id": false
66066606
},
6607+
{
6608+
"source_path_from_root": "/articles/azure-monitor/app/resource-manager-app-resource.md",
6609+
"redirect_url": "/azure/azure-monitor/app/create-workspace-resource",
6610+
"redirect_document_id": false
6611+
},
66076612
{
66086613
"source_path_from_root": "/articles/azure-monitor/partners.md",
66096614
"redirect_url": "/azure/azure-monitor/overview#integrate",

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ If you don't wish to have your classic resource automatically migrated to a work
297297

298298
### Is there any implication on the cost from migration?
299299

300-
There's usually no difference, with one exeception - Application Insights resources that were receiving 1 GB per month free via legacy Application Insights pricing model will no longer receive the free data.
300+
There's usually no difference, with one exception - Application Insights resources that were receiving 1 GB per month free via legacy Application Insights pricing model will no longer receive the free data.
301301

302302
The migration to workspace-based Application Insights offers a number of options to further [optimize cost](../logs/cost-logs.md), including [Log Analytics commitment tiers](../logs/cost-logs.md#commitment-tiers), [dedicated clusters](../logs/cost-logs.md#dedicated-clusters), and [basic logs](../logs/cost-logs.md#basic-logs).
303303

@@ -345,7 +345,7 @@ To avoid this issue, make sure to use the latest version of the Terraform [azure
345345

346346
For backwards compatibility, calls to the old API for creating Application Insights resources will continue to work. Each of these calls will eventually create both a workspace-based Application Insights resource and a Log Analytics workspace to store the data.
347347

348-
We strongly encourage updating to the [new API](resource-manager-app-resource.md) for better control over resource creation.
348+
We strongly encourage updating to the [new API](create-workspace-resource.md) for better control over resource creation.
349349

350350
### Should I migrate diagnostic settings on classic Application Insights before moving to a workspace-based AI?
351351
Yes, we recommend migrating diagnostic settings on classic Application Insights resources before transitioning to a workspace-based Application Insights. It ensures continuity and compatibility of your diagnostic settings.

articles/azure-monitor/app/create-workspace-resource.md

Lines changed: 150 additions & 98 deletions
Large diffs are not rendered by default.

articles/azure-monitor/app/resource-manager-app-resource.md

Lines changed: 0 additions & 163 deletions
This file was deleted.

articles/azure-monitor/resource-manager-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In the request body, provide a link to your template and parameter file.
9191
- Alerts:
9292
- [Log search alert rules](alerts/resource-manager-alerts-log.md): Configure alerts from log queries and Azure Activity Log.
9393
- [Metric alert rules](alerts/resource-manager-alerts-metric.md): Configure alerts from metrics that use different kinds of logic.
94-
- [Application Insights](app/resource-manager-app-resource.md)
94+
- [Application Insights](app/create-workspace-resource.md)
9595
- [Diagnostic settings](essentials/resource-manager-diagnostic-settings.md): Create diagnostic settings to forward logs and metrics from different resource types.
9696
- [Enable Prometheus metrics](containers/kubernetes-monitoring-enable.md?tabs=arm#enable-prometheus-and-grafana): Install the Azure Monitor agent on your AKS cluster and send Prometheus metrics to your Azure Monitor workspace.
9797
- [Log queries](logs/resource-manager-log-queries.md): Create saved log queries in a Log Analytics workspace.

articles/azure-monitor/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,10 +1451,6 @@ items:
14511451
href: alerts/resource-manager-alerts-resource-health.md
14521452
- name: Action groups
14531453
href: alerts/resource-manager-action-groups.md
1454-
- name: Application Insights
1455-
items:
1456-
- name: Create a resource
1457-
href: app/resource-manager-app-resource.md
14581454
- name: Data collection rules
14591455
href: agents/resource-manager-data-collection-rules.md
14601456
- name: Data collection endpoints

articles/azure-monitor/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Visualizations|[Azure Workbooks](./visualize/workbooks-overview.md)|New video to
562562
|[Filter and preprocess telemetry in the Application Insights SDK](./app/api-filtering-sampling.md)|Added sample initializer to control which client IP gets used as part of geo-location mapping.|
563563
|[Java Profiler for Azure Monitor Application Insights](./app/java-standalone-profiler.md)|Announced the new Java Profiler at Ignite. Read all about it.|
564564
|[Release notes for Azure Web App extension for Application Insights](./app/web-app-extension-release-notes.md)|Added release notes for 2.8.44 and 2.8.43.|
565-
|[Resource Manager template samples for creating Application Insights resources](./app/resource-manager-app-resource.md)|Fixed inaccurate tagging of workspace-based resources as still in preview.|
565+
|[Resource Manager template samples for creating Application Insights resources](./app/create-workspace-resource.md)|Fixed inaccurate tagging of workspace-based resources as still in preview.|
566566
|[Unified cross-component transaction diagnostics](./app/transaction-search-and-diagnostics.md?tabs=transaction-diagnostics)|Added a FAQ section to help troubleshoot Azure portal errors like "error retrieving data."|
567567
|[Upgrading from Application Insights Java 2.x SDK](./app/java-standalone-upgrade-from-2x.md)|Added more upgrade guidance. Java 2.x is deprecated.|
568568
|[Using Azure Monitor Application Insights with Spring Boot](./app/java-spring-boot.md)|Updated configuration options.|

0 commit comments

Comments
 (0)