DEV Community

Discussion on: How to fetch Azure Blob Storage with JavaScript

Collapse
 
jbull328 profile image
John Bull • Edited

Always great to learn how to access and use these services. Thanks for the write up. Do you find any issues with cold start up or latency? I'm guessing the storage is on a shared instance on Microsoft's end somewhere. Just out of curiosity.

Collapse
 
aribornstein profile image
PythicCoder • Edited

Hey glad you enjoyed the article there are different storage tiers depending on the use case for I use azure storage for statically hosted apps with the hot tier and haven't had any start up latency issues storage can also be linked to cdns for an even faster start up time.