Azure存储帐户的可用性 [英] Availability of Azure storage account

查看:64
本文介绍了Azure存储帐户的可用性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此页面表示,天青存储帐户的可用性是按(可计费请求)/(总请求数)计算的.可计费请求是指所有请求,不包括那些经历匿名失败(网络错误除外),限制请求,服务器超时错误和未知错误的请求.

This page says that the availability of an azure storage account is computed as (billable requests)/(total requests). Billable requests mean all the requests excluding those which experienced anonymous failures (except network errors), throttled requests, server timeout errors and unknown errors.

现在,我在azure门户上看到的存储帐户是一条直线,连续100%可用,这意味着该帐户连续100%可用.该生产线没有任何中断,这意味着可用性是不断计算的.

Now,what I see on the azure portal for my storage account is a straight line continuously at 100%, meaning that the account is available at 100% availability continuously. The line is without any break which means that the availability is being calculated continuously.

我确定我不会连续向存储帐户发出请求.然后,如何针对没有请求的时间计算该指标?

I know for sure that I don't throw requests to the storage account continuously. Then, how is this metric calculated for times when there are no requests?

此外,即使存储可用性略有下降,也意味着由于某些服务器端问题,某些请求失败.我们如何确保重试这些失败的请求并使其通过?

Additionally, even a slight drop in storage availability means that some requests failed due to some server side issues. How can we ensure that these failed requests are retried and they pass?

推荐答案

当没有任何传入请求时,可用性为100%.如果您的请求遇到服务器端故障,则应通过代码显式重试该请求(在 RetryPolicy .请参阅有关RetryPolicy的更多详细信息,

When there isn't any incoming request, the availability is 100%. If your request encounters server side failures, you should retry the request via your code explicitly (in .NET client library, you can easily leverage RetryPolicy. See more details about RetryPolicy here).

这篇关于Azure存储帐户的可用性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆