Override alert thresholds
OverviewHow this feature worksLog-search alertsMetrics alertsWhich tag do customers need to create
The Alert Threshold Override feature, introduced in the 2024-09-05 release, enables both Greenfield and Brownfield customers to customize alert thresholds for specific resources during or after the deployment of AMBA-ALZ. This feature allows the use of a tag with a specific name and value to override the default alert threshold for designated resources. The new threshold value will apply exclusively to the tagged resources, replacing the global threshold specified in the parameter file.
This feature is applicable exclusively to metrics and log-search alerts, as Activity Log-based alerts do not utilize thresholds and therefore cannot benefit from this enhancement. To use this feature, customers must create a resource tag with a specific name and assign it a desired value. After deploying this release, tags can be created either before or after the remediation task execution. However, the feature’s behavior varies between Metric and Log-search alerts.
Considering the nature of log-search alerts, where resource information is retrieved at query runtime, it does not matter if the tags are configured before or after the remediation task execution. The log-search alert query is created with a placeholder containing the threshold specified in the parameter file and includes logic to check for the resource-specific override tag. This is made possible by the ability to correlate data in Azure Data Explorer and Azure Resource Graph with data in a Log Analytics workspace. If the specific override tag is present, the query will use the tag value as the new threshold; otherwise, it will use the default threshold from the parameter file.
If tags are configured before the remediation tasks execution, metric alerts will be created with the specified thresholds for the tagged resources, ensuring that each resource type has the appropriate alert thresholds applied.
If the tags are configured after the remediation tasks have completed, the resource will be marked as non-compliant due to the tag being part of the compliance criteria. Customers will need to remediate the corresponding policy initiative(s) as documented in Remediate Policies to reconfigure existing alerts with the new threshold.
For a comprehensive list of resource type friendly names, resource provider namespaces, and recommended abbreviations, refer to Abbreviation recommendations for Azure resources.
To ensure proper functionality, this feature requires specific tag names. Flexibility in tag naming is not supported in this case. The tag names must adhere to the following naming convention:
***_amba-<metricName/counterName>-threshold-Override_***
In scenarios where the same metric is used multiple times for the same resource, a differentiator value is implemented immediately after the metric name. This ensures the naming convention follows the format:
***_amba-<metricName/counterName>-<differentiator>-threshold-Override_***
The following tables provide a mapping between alert names and the corresponding tag name that need to be created. They contain information about the value type (number, string) and examples of the format:
The sample values in the tables are not meant to serve as recommendations for the override value!
Resource Type | Alert Name | Override Tag name | Tag value type | Operator | Original threshold value | Sample override value |
---|---|---|---|---|---|---|
microsoft.insights/components | ActivityAppInsightsDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
microsoft.keyvault/managedHSMs | ActivityManagedHSMDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
microsoft.keyvault/vaults | ActivityKeyVaultDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Network/azureFirewalls | ActivityAzureFirewallDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Network/networkSecurityGroups | ActivityNSGDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Network/routeTables | ActivityUDRDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Network/routeTables | ActivityUDRRoutesDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Network/routeTables | ActivityUDRUpdate | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Network/vpnGateways | ActivityVPNGatewayDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.OperationalInsights/workspaces | ActivityLAWorkspaceDelete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.OperationalInsights/workspaces | ActivityLAWorkspaceRegenKey | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Resources/subscriptions | ResourceHealthUnhealthyAlert | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Resources/subscriptions | ServiceHealthAdvisoryEvent | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Resources/subscriptions | ServiceHealthIncident | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Resources/subscriptions | ServiceHealthPlannedMaintenance | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Resources/subscriptions | ServiceHealthSecurityIncident | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Microsoft.Storage/storageAccounts | Activity Log Storage Account Delete | Not applicable to Activity Log based alerts | N/A | N/A | N/A | N/A |
Resource Type | Alert Name | Override Tag name | Tag value type | Operator | Original threshold value | Sample override value |
---|---|---|---|---|---|---|
Microsoft.Compute/virtualMachines | subscription().displayName-VMHighDataDiskReadLatencyAlert | _amba-ReadLatencyMs-Data-threshold-Override_ | Number | GreaterThan | 30 | 29 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMLowDataDiskSpaceAlert | _amba-FreeSpacePercentage-Data-threshold-Override_ | Number | GreaterThan | 10 | 7 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMHighDataDiskWriteLatencyAlert | _amba-WriteLatencyMs-Data-threshold-Override_ | Number | GreaterThan | 30 | 18 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMHeartBeatAlert | _amba-Heartbeat-threshold-Override_ | Number | GreaterThan | 10 | 9 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMHighNetworkInAlert | _amba-ReadBytesPerSecond-threshold-Override_ | Number | GreaterThan | 10000000 | 2997772 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMHighNetworkOutAlert | _amba-WriteBytesPerSecond-threshold-Override_ | Number | GreaterThan | 10000000 | 5982954 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMHighOSDiskReadLatencyAlert | _amba-ReadLatencyMs-OS-threshold-Override_ | Number | GreaterThan | 30 | 4 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMLowOSDiskSpaceAlert | _amba-FreeSpacePercentage-OS-threshold-Override_ | Number | GreaterThan | 10 | 8 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMHighOSDiskWriteLatencyAlert | _amba-WriteLatencyMs-OS-threshold-Override_ | Number | GreaterThan | 30 | 1 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMHighCPUAlert | _amba-UtilizationPercentage-threshold-Override_ | Number | GreaterThan | 85 | 50 |
Microsoft.Compute/virtualMachines | subscription().displayName-VMLowMemoryAlert | _amba-AvailableMemoryPercentage-threshold-Override_ | Number | GreaterThan | 10 | 3 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHighDataDiskReadLatencyAlert | _amba-ReadLatencyMs-Data-threshold-Override_ | Number | GreaterThan | 30 | 12 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMLowDataDiskSpaceAlert | _amba-FreeSpacePercentage-Data-threshold-Override_ | Number | GreaterThan | 10 | 5 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHighDataDiskWriteLatencyAlert | _amba-WriteLatencyMs-Data-threshold-Override_ | Number | GreaterThan | 30 | 16 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMDisconnectedAlert | Not applicable | Timespan (string) | GreaterThan | 10m | N/A |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHeartBeatAlert | _amba-Heartbeat-threshold-Override_ | Number | GreaterThan | 10 | 8 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHighNetworkInAlert | _amba-ReadBytesPerSecond-threshold-Override_ | Number | GreaterThan | 10000000 | 3274414 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHighNetworkOutAlert | _amba-WriteBytesPerSecond-threshold-Override_ | Number | GreaterThan | 10000000 | 9023282 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHighOSDiskReadLatencyAlert | _amba-ReadLatencyMs-OS-threshold-Override_ | Number | GreaterThan | 30 | 13 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMLowOSDiskSpaceAlert | _amba-FreeSpacePercentage-OS-threshold-Override_ | Number | GreaterThan | 10 | 0 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHighOSDiskWriteLatencyAlert | _amba-WriteLatencyMs-OS-threshold-Override_ | Number | GreaterThan | 30 | 28 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMHighCPUAlert | _amba-UtilizationPercentage-threshold-Override_ | Number | GreaterThan | 85 | 79 |
Microsoft.HybridCompute/machines | subscription().displayName-HybridVMLowMemoryAlert | _amba-AvailableMemoryPercentage-threshold-Override_ | Number | GreaterThan | 10 | 7 |
Microsoft.Insights/components | resourceName-ApplicationInsightsThrottlingLimitReachedAlert | _amba-Throttling-threshold-override_ | Number | GreaterThan | 32000 | 30215 |
Microsoft.OperationalInsights/workspaces | resourceName-DailyCapLimitReachedAlert | Not applicable | Number | GreaterThan | 0 | N/A |
Resource Type | Alert Name | Override Tag name | Tag value type | Operator | Original threshold value | Sample override value |
---|---|---|---|---|---|---|
Microsoft.Automation/automationAccounts | resourceName-TotalJob | _amba-TotalJob-threshold-Override_ | Number | GreaterThan | 0 | 8 |
Microsoft.Cdn/profiles | resourceName-OriginHealthPercentage | _amba-OriginHealthPercentage-threshold-Override_ | Number | LessThan | 90 | 95 |
Microsoft.Cdn/profiles | resourceName-OriginLatencyAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Cdn/profiles | resourceName-Percentage4XXAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Cdn/profiles | resourceName-Percentage5XXAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Compute/virtualMachines | resourceName-AvailableMemoryAlert | _amba-AvailableMemoryBytes-threshold-Override_ | Number | LessThan | 1000 | 1175 |
microsoft.keyvault/managedHSMs | resourceName-Availability | _amba-Availability-threshold-Override_ | Number | LessThan | 90 | 104 |
microsoft.keyvault/managedHSMs | resourceName-LatencyAlert | _amba-ServiceApiLatency-threshold-Override_ | Number | GreaterThan | 1000 | 331 |
microsoft.keyvault/vaults | resourceName-Availability | _amba-Availability-threshold-Override_ | Number | LessThan | 90 | 94 |
microsoft.keyvault/vaults | resourceName-CapacityAlert | _amba-SaturationShoebox-threshold-Override_ | Number | GreaterThan | 75 | 29 |
microsoft.keyvault/vaults | resourceName-LatencyAlert | _amba-ServiceApiLatency-threshold-Override_ | Number | GreaterThan | 1000 | 807 |
microsoft.keyvault/vaults | resourceName-RequestsAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/applicationgateways | resourceName-agApplicationGatewayTotalTime | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/applicationgateways | resourceName-agBackendLastByteResponseTime | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/applicationgateways | resourceName-agCapacityUnits | _amba-CapacityUnits-threshold-Override_ | Number | GreaterThan | 75 | 12 |
Microsoft.Network/applicationgateways | resourceName-agComputeUnits | _amba-ComputeUnits-threshold-Override_ | Number | GreaterThan | 75 | 32 |
Microsoft.Network/applicationgateways | resourceName-agCpuUtilization | _amba-CpuUtilization-threshold-Override_ | Number | GreaterThan | 80 | 55 |
Microsoft.Network/applicationgateways | resourceName-agFailedRequests | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/applicationgateways | resourceName-agResponseStatus | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/applicationgateways | resourceName-agUnhealthyHostCount | _amba-UnhealthyHostCount-threshold-Override_ | Number | GreaterThan | 20 | 8 |
Microsoft.Network/azureFirewalls | resourceName-ApplicationRuleHit | _amba-ApplicationRuleHit-threshold-Override_ | Number | GreaterThan | 50 | 4 |
Microsoft.Network/azureFirewalls | resourceName-FirewallHealth | _amba-FirewallHealth-threshold-Override_ | Number | LessThan | 90 | 91 |
Microsoft.Network/azureFirewalls | resourceName-NetworkRuleHit | _amba-NetworkRuleHit-threshold-Override_ | Number | GreaterThan | 50 | 37 |
Microsoft.Network/azureFirewalls | resourceName-SNATPortUtilization | _amba-SNATPortUtilization-threshold-Override_ | Number | GreaterThan | 80 | 35 |
Microsoft.Network/expressRouteCircuits | resourceName-ArpAvailability | _amba-ArpAvailability-threshold-Override_ | Number | LessThan | 90 | 101 |
Microsoft.Network/expressRouteCircuits | resourceName-BgpAvailability | _amba-BgpAvailability-threshold-Override_ | Number | LessThan | 90 | 105 |
Microsoft.Network/expressRouteCircuits | resourceName-QosDropBitsInPerSecond | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/expressRouteCircuits | resourceName-QosDropBitsOutPerSecond | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/expressroutegateways | resourceName-GatewayERBitsInAlert | _amba-ERGatewayConnectionBitsInPerSecond-threshold-Override_ | Number | LessThan | 1 | 11 |
Microsoft.Network/expressroutegateways | resourceName-GatewayERBitsOutAlert | _amba-ERGatewayConnectionBitsOutPerSecond-threshold-Override_ | Number | LessThan | 1 | 11 |
Microsoft.Network/expressroutegateways | resourceName-GatewayERCPUAlert | _amba-ExpressRouteGatewayCpuUtilization-threshold-Override_ | Number | GreaterThan | 80 | 40 |
Microsoft.Network/expressroutegateways | resourceName-ExpressRouteGatewayActiveFlowsAlert | _amba-ExpressRouteGatewayActiveFlows-threshold-Override_ | Number | GreaterThan | 200000 | 47717 |
Microsoft.Network/expressRoutePorts | resourceName-DirectERBitsInAlert | _amba-PortBitsInPerSecond-threshold-Override_ | Number | LessThan | 1 | 12 |
Microsoft.Network/expressRoutePorts | resourceName-DirectERBitsOutAlert | _amba-PortBitsOutPerSecond-threshold-Override_ | Number | LessThan | 1 | 12 |
Microsoft.Network/expressRoutePorts | resourceName-DirectERLineProtocolAlert | _amba-LineProtocol-threshold-Override_ | Number | LessThan | 0.9 | 11 |
Microsoft.Network/expressRoutePorts | resourceName-DirectERRxLightLevelHighAlert | _amba-RxLightLevel-High-threshold-Override_ | Number | GreaterThan | 0 | 4 |
Microsoft.Network/expressRoutePorts | resourceName-DirectERRxLightLevelLowAlert | _amba-RxLightLevel-Low-threshold-Override_ | Number | LessThan | -10 | 11 |
Microsoft.Network/expressRoutePorts | resourceName-DirectERTxLightLevelHighAlert | _amba-TxLightLevel-High-threshold-Override_ | Number | GreaterThan | 0 | 5 |
Microsoft.Network/expressRoutePorts | resourceName-DirectERTxLightLevelLowAlert | _amba-TxLightLevel-Low-threshold-Override_ | Number | LessThan | -10 | 12 |
Microsoft.Network/frontdoors | resourceName-BackendHealthPercentage | _amba-BackendHealthPercentage-threshold-Override_ | Number | LessThan | 90 | 91 |
Microsoft.Network/frontdoors | resourceName-BackendRequestLatencyAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/loadBalancers | resourceName-ALBDataPathAvailability | _amba-VipAvailability-threshold-Override_ | Number | LessThan | 90 | 98 |
Microsoft.Network/loadBalancers | resourceName-ALBGlobalBackendAvailability | _amba-GlobalBackendAvailability-threshold-Override_ | Number | LessThan | 90 | 100 |
Microsoft.Network/loadBalancers | resourceName-ALBHealthProbeStatus | _amba-DipAvailability-threshold-Override_ | Number | LessThan | 90 | 100 |
Microsoft.Network/loadBalancers | resourceName-ALBUsedSNATPorts | _amba-UsedSNATPorts-threshold-Override_ | Number | GreaterThan | 900 | 694 |
microsoft.network/p2svpngateways | resourceName-P2SBandwidthAlert | _amba-P2SBandwidth-threshold-Override_ | Number | GreaterThan | 9900 | 9480 |
microsoft.network/p2svpngateways | resourceName-P2SConnectionCountAlert | _amba-P2SConnectionCount-threshold-Override_ | Number | GreaterThan | 99000 | 32614 |
microsoft.network/p2svpngateways | resourceName-UserVpnRouteCountAlert | _amba-UserVpnRouteCount-threshold-Override_ | Number | GreaterThan | 9900 | 1614 |
Microsoft.Network/privateDnsZones | resourceName-CapacityUtilizationAlert | _amba-VirtualNetworkLinkCapacityUtilization-threshold-Override_ | Number | GreaterThanOrEqual | 80 | 61 |
Microsoft.Network/privateDnsZones | resourceName-QueryVolumeAlert | _amba-QueryVolume-threshold-Override_ | Number | GreaterThanOrEqual | 500 | 262 |
Microsoft.Network/privateDnsZones | resourceName-RecordSet_Capacity_Utilization | _amba-RecordSetCapacityUtilization-threshold-Override_ | Number | GreaterThanOrEqual | 80 | 40 |
Microsoft.Network/privateDnsZones | resourceName-RequestsAlert | _amba-VirtualNetworkWithRegistrationCapacityUtilization-threshold-Override_ | Number | GreaterThanOrEqual | 80 | 65 |
Microsoft.Network/publicIPAddresses | resourceName-BytesInDDOSAlert | _amba-bytesinddos-threshold-Override_ | Number | GreaterThan | 8000000 | 657366 |
Microsoft.Network/publicIPAddresses | resourceName-DDOS_Attack | _amba-ifunderddosattack-threshold-Override_ | Number | GreaterThan | 0 | 4 |
Microsoft.Network/publicIPAddresses | resourceName-PacketsInDDosAlert | _amba-PacketsInDDoS-threshold-Override_ | Number | GreaterThanOrEqual | 40000 | 15354 |
Microsoft.Network/publicIPAddresses | resourceName-VIPAvailabityAlert | _amba-VipAvailability-threshold-Override_ | Number | LessThan | 90 | 93 |
Microsoft.Network/trafficmanagerprofiles | resourceName-EndpointHealthAlert | _amba-EndpointHealth-threshold-Override_ | Number | LessThan | 0.9 | 12 |
microsoft.network/virtualhubs | resourceName-BgpPeerStatusAlert | _amba-bgppeerstatus-threshold-Override_ | Number | LessThan | 1 | 11 |
microsoft.network/virtualhubs | resourceName-CountOfRoutesAdvertisedToPeerAlert | _amba-CountOfRoutesAdvertisedToPeer-threshold-Override_ | Number | GreaterThan | 1000 | 566 |
microsoft.network/virtualhubs | resourceName-CountOfRoutesLearnedFromPeerAlert | _amba-CountOfRoutesLearnedFromPeer-threshold-Override_ | Number | GreaterThan | 1000 | 135 |
microsoft.network/virtualhubs | resourceName-RoutingInfrastructureUnitsAlert | _amba-RoutingInfrastructureUnits-threshold-Override_ | Number | GreaterThan | 30 | 26 |
microsoft.network/virtualhubs | resourceName-SpokeVMUtilizationAlert | _amba-SpokeVMUtilization-threshold-Override_ | Number | GreaterThan | 90 | 16 |
microsoft.network/virtualhubs | resourceName-VirtualHubDataProcessedAlert | _amba-VirtualHubDataProcessed-threshold-Override_ | Number | GreaterThan | 5000 | 606 |
Microsoft.Network/virtualNetworkGateways | resourceName-TunnelBandwidthAlert | _amba-TunnelAverageBandwidth-threshold-Override_ | Number | LessThan | 1 | 11 |
Microsoft.Network/virtualNetworkGateways | resourceName-TunnelEgressAlert | _amba-TunnelEgressBytes-threshold-Override_ | Number | LessThan | 1 | 11 |
microsoft.network/virtualNetworkGateways | resourceName-TunnelEgressPacketDropCountAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
microsoft.network/virtualNetworkGateways | resourceName-TunnelEgressPacketDropTSMismatchAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/virtualNetworkGateways | resourceName-GatewayERBitsAlert | _amba-ExpressRouteGatewayBitsPerSecond-threshold-Override_ | Number | LessThan | 1 | 12 |
Microsoft.Network/virtualNetworkGateways | resourceName-GatewayERCPUAlert | _amba-ExpressRouteGatewayCpuUtilization-threshold-Override_ | Number | GreaterThan | 80 | 0 |
Microsoft.Network/virtualNetworkGateways | resourceName-TunnelIngressAlert | _amba-TunnelIngressBytes-threshold-Override_ | Number | LessThan | 1 | 11 |
microsoft.network/virtualNetworkGateways | resourceName-TunnelIngressPacketDropCountAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
microsoft.network/virtualNetworkGateways | resourceName-TunnelIngressPacketDropTSMismatchAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Network/virtualNetworks | resourceName-DDOSAttackAlert | _amba-ifunderddosattack-threshold-Override_ | Number | GreaterThan | 0 | 5 |
microsoft.network/vpngateways | resourceName-GatewayBandwidthAlert | _amba-tunnelaveragebandwidth-threshold-Override_ | Number | LessThan | 1 | 11 |
microsoft.network/vpngateways | resourceName-BGPPeerStatusAlert | _amba-bgppeerstatus-threshold-Override_ | Number | LessThan | 1 | 11 |
microsoft.network/vpngateways | resourceName-TunnelEgressAlert | _amba-tunnelegressbytes-threshold-Override_ | Number | LessThan | 1 | 11 |
microsoft.network/vpngateways | resourceName-TunnelEgressPacketDropCountAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
microsoft.network/vpngateways | resourceName-TunnelEgressPacketDropTSMismatchAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
microsoft.network/vpngateways | resourceName-TunnelIngressAlert | _amba-tunnelingressbytes-threshold-Override_ | Number | LessThan | 1 | 12 |
microsoft.network/vpngateways | resourceName-TunnelIngressPacketDropCountAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
microsoft.network/vpngateways | resourceName-TunnelIngressPacketDropTSMismatchAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Storage/storageAccounts | resourceName-AvailabilityAlert | _amba-Availability-threshold-Override_ | Number | LessThan | 90 | 105 |
Microsoft.Web/serverfarms | resourceName-CpuPercentage | _amba-CpuPercentage-threshold-Override_ | Number | GreaterThan | 90 | 2 |
Microsoft.Web/serverfarms | resourceName-DiskQueueLengthAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Web/serverfarms | resourceName-HttpQueueLengthAlert | Not applicable to alerts configured with dynamic thresholds | String | N/A | DynamicThresholdCriterion | N/A |
Microsoft.Web/serverfarms | resourceName-MemoryPercentage | _amba-MemoryPercentage-threshold-Override_ | Number | GreaterThan | 85 | 18 |