Skip to content

Commit b9301fe

Browse files
committed
remove bookmarks to #supported-regions
1 parent fc04da3 commit b9301fe

10 files changed

Lines changed: 4 additions & 28 deletions

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.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ The process that's outlined in this article works only for performance counters
2525

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

28-
- Your Cloud Service must be in a [region that supports custom metrics](./metrics-custom-overview.md#supported-regions).
29-
3028
## Provision a cloud service and storage account
3129

3230
1. Create and deploy a classic cloud service. A sample classic Cloud Services application and deployment can be found at [Get started with Azure Cloud Services and ASP.NET](../../cloud-services/cloud-services-dotnet-get-started.md).

articles/azure-monitor/essentials/metrics-store-custom-rest-api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ The subject property captures which Azure resource ID the custom metric is repor
8383

8484
The region property captures the Azure region where the resource you're emitting metrics for is deployed. Metrics must be emitted to the same Azure Monitor regional endpoint as the region where the resource is deployed. For example, custom metrics for a VM deployed in West US must be sent to the WestUS regional Azure Monitor endpoint. The region information is also encoded in the URL of the API call.
8585

86-
> [!NOTE]
87-
> During the public preview, custom metrics are available in only a subset of Azure regions. A list of supported regions is documented in a [later section of this article](#supported-regions).
88-
8986
### Timestamp
9087

9188
Each data point sent to Azure Monitor must be marked with a timestamp. This timestamp captures the date and time at which the metric value is measured or collected. Azure Monitor accepts metric data with timestamps as far as 20 minutes in the past and 5 minutes in the future. The timestamp must be in ISO 8601 format.

0 commit comments

Comments
 (0)