Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Azure Storage - Success Percentage

I added a microsoft azure storage to my hosting strategy and moved about 15gb if videos to Azure. I set up the CDN endpoint and it seems fine and i have no complaints . But I added monotoring and cant understand the "Success percentage" indicator and why would it not be 100%?

like image 446
phoenixAZ Avatar asked Jan 19 '13 21:01

phoenixAZ


People also ask

What are the 3 tiers for Azure storage?

Azure offers three storage tiers to store data in blob storage: Hot Access tier, Cool Access tier, and Archive tier.

Is Azure table storage scalable?

In this article, I will focus on Azure Table storage, which is a relatively low-priced, scalable NoSQL storage suitable for storing large amounts of data while keeping costs low.

How fast is Azure file storage?

Azure Files offers limited throughput of 60MB/s, and various other performance-related limitations. The new Premium tier addresses some of these limitations, but it comes at extra cost. Azure file shares have a limit of 5TB per storage account.


1 Answers

Because some requests can go wrong:

  • Throttling
  • Authentication failed (SAS key expired for example)
  • Client / Server Timeout
  • Network errors

The complete list of possible errors can be found here: Storage Analytics Logged Operations and Status Messages

like image 183
Sandrino Di Mattia Avatar answered Oct 12 '22 09:10

Sandrino Di Mattia