简体   繁体   English

Azure App Service的可用性警报

[英]Availability alert for Azure App Service

I am aware that Azure Storage Account has the availability alert. 我知道Azure存储帐户具有可用性警报。 What about Azure App Service? 那Azure应用服务呢? Does it support availability alert too? 它也支持可用性警报吗? I am not considering Application Insights because it is still under preview and there is no SLA. 我不考虑Application Insights,因为它仍处于预览状态,并且没有SLA。

You can setup an amount of alerting from the normal App Service itself, if you go to the portal, select the Web App, API App or Mobile App in the app service, there is a Monitoring section which has an Alerts page on it- this will allow you to configure things like "Let me know when there are more than 5 Http 500 errors in a 10 minute period". 您可以从常规App Service本身设置一定数量的警报,如果您转到门户网站,在App Service中选择Web App,API App或Mobile App,则有一个Monitoring部分,上面有Alerts页面-此将允许您配置诸如“在10分钟内有5个以上的Http 500错误时让我知道”的信息。

If you'd like availability monitoring however, then this is reported within Application Insights. 但是,如果您希望进行可用性监视,则会在Application Insights中进行报告。 There are a couple of different types you can run in here, standard "ping" tests against your endpoint that look for a 200 response, or you can run web tests that you've pre-authored/recorded and uploaded. 您可以在此处运行几种不同的类型,针对端点的标准“ ping”测试需要200响应,或者您可以运行预先编写/录制和上传的Web测试。 You can run these from various countries all around the world. 您可以在世界各地的不同国家/地区运行它们。

As for your comment on App insights being in preview - you're in luck: 至于您对App见解的评论仍处于预览阶段,那么您很幸运:

General availability of Azure Application Insights Azure Application Insights的常规可用性

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM