Skip to content

Commit ac1d669

Browse files
committed
fixes
1 parent 9f1c037 commit ac1d669

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,46 @@
15151515
"redirect_url": "/azure/azure-monitor/app/usage-workbooks",
15161516
"redirect_document_id": false
15171517
},
1518+
{
1519+
"source_path_from_root": "/articles/azure-monitor/app/usage-overview.md",
1520+
"redirect_url": "/azure/azure-monitor/app/usage",
1521+
"redirect_document_id": false
1522+
},
1523+
{
1524+
"source_path_from_root": "/articles/azure-monitor/app/usage-segmentation.md",
1525+
"redirect_url": "/azure/azure-monitor/app/usage",
1526+
"redirect_document_id": false
1527+
},
1528+
{
1529+
"source_path_from_root": "/articles/azure-monitor/app/usage-funnels.md",
1530+
"redirect_url": "/azure/azure-monitor/app/usage",
1531+
"redirect_document_id": false
1532+
},
1533+
{
1534+
"source_path_from_root": "/articles/azure-monitor/app/usage-cohorts.md",
1535+
"redirect_url": "/azure/azure-monitor/app/usage",
1536+
"redirect_document_id": false
1537+
},
1538+
{
1539+
"source_path_from_root": "/articles/azure-monitor/app/usage-impact.md",
1540+
"redirect_url": "/azure/azure-monitor/app/usage",
1541+
"redirect_document_id": false
1542+
},
1543+
{
1544+
"source_path_from_root": "/articles/azure-monitor/app/usage-retention.md",
1545+
"redirect_url": "/azure/azure-monitor/app/usage",
1546+
"redirect_document_id": false
1547+
},
1548+
{
1549+
"source_path_from_root": "/articles/azure-monitor/app/usage-flows.md",
1550+
"redirect_url": "/azure/azure-monitor/app/usage",
1551+
"redirect_document_id": false
1552+
},
1553+
{
1554+
"source_path_from_root": "/articles/azure-monitor/app/usage-heart.md",
1555+
"redirect_url": "/azure/azure-monitor/app/usage",
1556+
"redirect_document_id": false
1557+
},
15181558
{
15191559
"source_path_from_root": "/articles/application-insights/app-insights-visual-studio.md",
15201560
"redirect_url": "/azure/azure-monitor/app/visual-studio",

articles/azure-monitor/containers/container-insights-data-collection-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are two methods use to configure and filter data being collected in Contai
2222
The DCR created by Container insights is named *MSCI-\<cluster-region\>-\<cluster-name\>*. You can [view this DCR](../essentials/data-collection-rule-view.md) along with others in your subscription, and you can edit it using methods described in [Create and edit data collection rules (DCRs) in Azure Monitor](../essentials/data-collection-rule-create-edit.md). While you can directly modify the DCR for particular customizations, you can perform most required configuration using the methods described below. See [Data transformations in Container insights](./container-insights-transformations.md) for details on editing the DCR directly for more advanced configurations.
2323

2424
> [!IMPORTANT]
25-
> AKS clusters must use either a system-assigned or user-assigned managed identity. If cluster is using a service principal, you must update the cluster to use a [system-assigned managed identity](../../aks/use-managed-identity.md#update-an-existing-aks-cluster-to-use-a-system-assigned-managed-identity) or a [user-assigned managed identity](../../aks/use-managed-identity.md#update-an-existing-cluster-to-use-a-user-assigned-managed-identity).
25+
> AKS clusters must use either a system-assigned or user-assigned managed identity. If cluster is using a service principal, you must update the cluster to use a [system-assigned managed identity](/azure/aks/use-managed-identity#update-an-existing-aks-cluster-to-use-a-system-assigned-managed-identity) or a [user-assigned managed identity](/azure/aks/use-managed-identity#update-an-existing-cluster-to-use-a-user-assigned-managed-identity).
2626
2727

2828

@@ -84,7 +84,7 @@ Using the Azure portal, you can select from multiple preset configurations for d
8484
#### Prerequisites
8585

8686
- Azure CLI minimum version 2.51.0.
87-
- For AKS clusters, [aks-preview](../../aks/cluster-configuration.md) version 0.5.147 or higher
87+
- For AKS clusters, [aks-preview](/azure/aks/cluster-configuration.md) version 0.5.147 or higher
8888
- For Arc enabled Kubernetes and AKS hybrid, [k8s-extension](../../azure-arc/kubernetes/extensions.md#prerequisites) version 1.4.3 or higher
8989

9090
#### Configuration file

0 commit comments

Comments
 (0)