Skip to content

Commit 7f0be3c

Browse files
authored
Merge pull request #262628 from MicrosoftDocs/main
Publish to live, Sunday 4:00 PM PST, 01/07
2 parents 2c0026c + 62b9fdc commit 7f0be3c

25 files changed

+401
-272
lines changed

articles/azure-functions/functions-create-maven-kotlin-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use IntelliJ to create a simple HTTP-triggered Kotlin
44
author: dglover
55
ms.service: azure-functions
66
ms.topic: quickstart
7-
ms.date: 03/25/2020
7+
ms.date: 01/07/2024
88
ms.author: dglover
99
ms.devlang: kotlin
1010
ms.custom: mode-other

articles/azure-monitor/autoscale/autoscale-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Autoscale patterns in the Web Apps feature of Azure App Service, Az
44
author: EdB-MSFT
55
ms.author: edbaynash
66
ms.topic: conceptual
7-
ms.date: 09/13/2022
7+
ms.date: 01/07/2024
88
ms.subservice: autoscale
99
ms.reviewer: akkumari
1010
---

articles/azure-monitor/containers/container-insights-custom-metrics.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ This process assigns the *Monitoring Metrics Publisher* role to the cluster's se
8181

8282
### Prerequisites
8383

84-
Before you update your cluster:
85-
86-
- See the supported regions for custom metrics at [Supported regions](../essentials/metrics-custom-overview.md#supported-regions).
87-
- Confirm that you're a member of the [Owner](../../role-based-access-control/built-in-roles.md#owner) role on the AKS cluster resource to enable collection of custom performance metrics for nodes and pods. This requirement doesn't apply to Azure Arc-enabled Kubernetes clusters.
84+
Before you update your cluster, confirm that you're a member of the [Owner](../../role-based-access-control/built-in-roles.md#owner) role on the AKS cluster resource to enable collection of custom performance metrics for nodes and pods. This requirement doesn't apply to Azure Arc-enabled Kubernetes clusters.
8885

8986
### Enablement options
9087
Use one of the following methods to enable custom metrics for either a single cluster or all clusters in your subscription.

articles/azure-monitor/containers/container-insights-metric-alerts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ The configuration change can take a few minutes to finish before it takes effect
110110
111111
### Prerequisites
112112
113-
- You might need to enable collection of custom metrics for your cluster. See [Metrics collected by Container insights](container-insights-custom-metrics.md).
114-
- See the supported regions for custom metrics at [Supported regions](../essentials/metrics-custom-overview.md#supported-regions).
115-
113+
You might need to enable collection of custom metrics for your cluster. See [Metrics collected by Container insights](container-insights-custom-metrics.md).
114+
116115
### Enable and configure metric alert rules
117116
118117
#### [Azure portal](#tab/azure-portal)

articles/azure-monitor/containers/container-insights-region-mapping.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ Supported AKS regions are listed in [Products available by region](https://azure
4040
|WestCentralUS<sup>1</sup>|EastUS |
4141

4242

43-
44-
## Custom metrics supported regions
45-
46-
Collecting metrics from Azure Kubernetes Services (AKS) clusters nodes and pods are supported for publishing as custom metrics only in the following [Azure regions](../essentials/metrics-custom-overview.md#supported-regions).
47-
4843
## Next steps
4944

5045
To begin monitoring your AKS cluster, review [How to enable the Container insights](container-insights-onboard.md) to understand the requirements and available methods to enable monitoring.

articles/azure-monitor/containers/container-insights-troubleshoot.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ To view the non-AKS cluster in Container insights, read access is required on th
112112
113113
## Metrics aren't being collected
114114
115-
1. Verify that the cluster is in a [supported region for custom metrics](../essentials/metrics-custom-overview.md#supported-regions).
116-
117115
1. Verify that the **Monitoring Metrics Publisher** role assignment exists by using the following CLI command:
118116
119117
``` azurecli

articles/azure-monitor/essentials/app-insights-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Application Insights log-based metrics let you analyze the health of your monito
1515
* [Log-based metrics](../app/pre-aggregated-metrics-log-metrics.md#log-based-metrics) behind the scene are translated into [Kusto queries](/azure/kusto/query/) from stored events.
1616
* [Standard metrics](../app/pre-aggregated-metrics-log-metrics.md#pre-aggregated-metrics) are stored as pre-aggregated time series.
1717

18-
Since *standard metrics* are pre-aggregated during collection, they have better performance at query time. This makes them a better choice for dashboarding and in real-time alerting. The *log-based metrics* have more dimensions, which makes them the superior option for data analysis and ad-hoc diagnostics. Use the [namespace selector](./metrics-custom-overview.md#namespace) to switch between log-based and standard metrics in [metrics explorer](./analyze-metrics.md).
18+
Since *standard metrics* are pre-aggregated during collection, they have better performance at query time. This makes them a better choice for dashboarding and in real-time alerting. The *log-based metrics* have more dimensions, which makes them the superior option for data analysis and ad-hoc diagnostics. Use the [namespace selector](./metrics-store-custom-rest-api.md#namespace) to switch between log-based and standard metrics in [metrics explorer](./analyze-metrics.md).
1919

2020
## Interpret and use queries from this article
2121

articles/azure-monitor/essentials/collect-custom-metrics-guestos-resource-manager-vm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ If you're new to ARM templates, learn about [template deployments](../../azure-r
2222

2323
- Your subscription must be registered with [Microsoft.Insights](../../azure-resource-manager/management/resource-providers-and-types.md).
2424
- You need to have either [Azure PowerShell](/powershell/azure) or [Azure Cloud Shell](../../cloud-shell/overview.md) installed.
25-
- Your VM resource must be in a [region that supports custom metrics](./metrics-custom-overview.md#supported-regions).
2625

2726
## Set up Azure Monitor as a data sink
2827
The Azure Diagnostics extension uses a feature called *data sinks* to route metrics and logs to different locations. The following steps show how to use an ARM template and PowerShell to deploy a VM by using the new Azure Monitor data sink.

articles/azure-monitor/essentials/collect-custom-metrics-guestos-resource-manager-vmss.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ If you're new to Resource Manager templates, learn about [template deployments](
2323

2424
- You need to have [Azure PowerShell](/powershell/azure) installed, or you can use [Azure Cloud Shell](../../cloud-shell/overview.md).
2525

26-
- Your VM resource must be in a [region that supports custom metrics](./metrics-custom-overview.md#supported-regions).
27-
2826
## Set up Azure Monitor as a data sink
2927
The Azure Diagnostics extension uses a feature called **data sinks** to route metrics and logs to different locations. The following steps show how to use a Resource Manager template and PowerShell to deploy a VM by using the new Azure Monitor data sink.
3028

@@ -252,9 +250,6 @@ To deploy the Resource Manager template, use Azure PowerShell:
252250
New-AzResourceGroup -Name "VMSSWADtestGrp" -Location "<Azure Region>"
253251
```
254252

255-
> [!NOTE]
256-
> Remember to use an Azure region that's enabled for custom metrics. Remember to use an [Azure region that's enabled for custom metrics](./metrics-custom-overview.md#supported-regions).
257-
258253
1. Run the following commands to deploy the VM:
259254

260255
> [!NOTE]

articles/azure-monitor/essentials/collect-custom-metrics-guestos-vm-classic.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ The process that's outlined in this article only works on classic virtual machin
2727

2828
- You need to have either [Azure PowerShell](/powershell/azure) or [Azure Cloud Shell](../../cloud-shell/overview.md) installed.
2929

30-
- Your VM resource must be in a [region that supports custom metrics](./metrics-custom-overview.md#supported-regions).
31-
3230
## Create a classic virtual machine and storage account
3331

3432
1. Create a classic VM by using the Azure portal.

0 commit comments

Comments
 (0)