【Azure 云服务】Azure Cloud Service 创建 Alert 指南 [基于旧版 Alert(Classic)不可用情况下]

简介: 【Azure 云服务】Azure Cloud Service 创建 Alert 指南 [基于旧版 Alert(Classic)不可用情况下]

问题描述

在Azure云服务(Cloud Service)创建Alert(Classic)时候遇见失败消息:Failed to update alert testclassicalertrule01. The provided location 'chinanorth2' is not available for resource type 'microsoft.insights/alertrules'. List of available regions for the resource type is 'chinanorth,chinaeast'..

并提示经典警告将在2024年停用,可以转移到Azure Monitor中创建警告

Classic alerts will be retired on 29 February, 2024. To switch to the new Metric Alerts platform for a faster, more scalable experience, select Migrate to new rules.

所以: 本文就介绍如何在Azure Monitor 中创建 Alert :

 

第一步: 从Cloud Service的Metrics中快速进入Azure Monitor的Metrics页面

当然,也可以从Azure Monitor的页面中点击“Alerts”,选择“Create alert rule”

 

第二步:进入”Create alert rule” 页面后,第一部分Scope,选择需要监控的资源,默认已经选择好我们当前所使用的Cloud Service中的WebRole

 

第三步:设置监控条件 “Condition”

  1. 选择Metrics的信号值(Signal),如Percentage CPU
  2. 设置条件阈值(Threshold value)
  3. 调整评估计算的时间段及条件执行的频率,如1分钟的平均值,每1分钟执行一次

第四步: 设置当Alert被触发后,所执行的动作 “Action”, 如发送邮件

  1. 点击“Add action group”, 选择已有的Action Group name或者是新建。并在其中添加Email Address

第五步:设置Alert rule的名称及其他内容值

  1. Alert rule name 为必填字段,它会作为所发送警告邮件的主题。

第六步:在Monitor Alerts页面查看Alert rule的触发记录及邮箱中所收到的邮件

  1. Monitor:https://portal.azure.cn/#blade/Microsoft_Azure_Monitoring/AzureMonitoringBrowseBlade/alertsV2

 

参考资料:

Azure 指标资源管理器的高级功能:https://docs.azure.cn/zh-cn/azure-monitor/essentials/metrics-charts#alert-rules

使用 Azure Monitor 创建、查看和管理指标警报:https://docs.azure.cn/zh-cn/azure-monitor/alerts/alerts-metric#view-and-manage-with-azure-portal

在 Azure 门户中创建和管理器操作组:https://docs.azure.cn/zh-cn/azure-monitor/alerts/action-groups

 

【完】

相关文章
|
4月前
|
API
【Azure Cloud Service】Cloud Service(Classic) 迁移失败,找不到解决方案怎么办?
【Azure Cloud Service】Cloud Service(Classic) 迁移失败,找不到解决方案怎么办?
|
4月前
|
JSON API 开发工具
【Azure 应用服务】调用Azure REST API来获取 App Service的访问限制信息(Access Restrictions)以及修改
【Azure 应用服务】调用Azure REST API来获取 App Service的访问限制信息(Access Restrictions)以及修改
|
4月前
|
安全 Windows
【Azure 云服务】Azure Cloud Service中的错误事件 Error Event(Defrag/Perflib) 解答
【Azure 云服务】Azure Cloud Service中的错误事件 Error Event(Defrag/Perflib) 解答
|
4月前
|
Windows
【Azure 云服务】Cloud Service Worker Role Workerrole突然停机,查看Events发现 Defrag Error (0x8900002D)
【Azure 云服务】Cloud Service Worker Role Workerrole突然停机,查看Events发现 Defrag Error (0x8900002D)
【Azure 云服务】Cloud Service Worker Role Workerrole突然停机,查看Events发现 Defrag Error (0x8900002D)
|
2月前
|
JSON API 数据安全/隐私保护
【Azure Cloud Service】使用RESTAPI更新Cloud Service(Extended Support) 中所配置的证书
本文介绍了在更新Azure Cloud Service (Extended Support) 证书时,若旧证书(如中间证书、根证书)存储在Key Vault Secret中,而新证书仅匹配到服务器证书时,可能导致的错误及解决方法。建议使用PowerShell或RestAPI进行涉及机密的更新。文章详细描述了使用REST API更新证书的三个步骤:上传证书到Azure Key Vault、获取Cloud Service信息并发送GET请求、更新Cloud Service信息并发送PUT请求。通过这些步骤,可以成功更新证书并在云服务节点中验证证书信息。
|
4月前
|
C++
【Azure云服务 Cloud Service】如何在部署云服务Cloud Service时候通过启动任务Start Task来配置IIS (如开启ARR)
【Azure云服务 Cloud Service】如何在部署云服务Cloud Service时候通过启动任务Start Task来配置IIS (如开启ARR)
|
4月前
|
负载均衡 数据安全/隐私保护 Windows
【Azure 云服务】Azure Cloud Service在发布新部署后遇见不能RDP(远程连接)到实例时如何处理?
【Azure 云服务】Azure Cloud Service在发布新部署后遇见不能RDP(远程连接)到实例时如何处理?
【Azure 云服务】Azure Cloud Service在发布新部署后遇见不能RDP(远程连接)到实例时如何处理?
|
4月前
|
开发框架 .NET 中间件
【Azure 云服务】在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等
【Azure 云服务】在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等
【Azure 云服务】在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等
|
4月前
|
XML 数据格式 Windows
【Azure 云服务】Azure Cloud Service (Extended Support) 云服务开启诊断日志插件 WAD Extension (Windows Azure Diagnostic) 无法正常工作的原因
【Azure 云服务】Azure Cloud Service (Extended Support) 云服务开启诊断日志插件 WAD Extension (Windows Azure Diagnostic) 无法正常工作的原因
|
4月前
|
存储 Kubernetes API
【APIM】Azure API Management Self-Host Gateway是否可以把请求的日志发送到Application Insights呢?让它和使用Azure上托管的 Gateway一样呢?
【APIM】Azure API Management Self-Host Gateway是否可以把请求的日志发送到Application Insights呢?让它和使用Azure上托管的 Gateway一样呢?