Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does azure blob storage support http2?

When I run:

curl -I --http2 https://MYACCOUNT.blob.core.cloudapi.de/MYCONTAINER/MYPATH

I get:

HTTP/1.1 200 OK
...

Does this mean azure blob storage doesn't support http2 at all?

like image 518
lf215 Avatar asked Feb 02 '18 18:02

lf215


People also ask

What protocol does Azure Blob storage use?

You can access your data from Azure Blob Storage by using different protocols such as representational state transfer (REST), Hadoop Distributed File System (HDFS), Network File System (NFS), and Secure File Transfer Protocol (SFTP).

Is Azure Blob storage deprecated?

Azure Blob storage file source with Azure Queue Storage (Deprecated) - Azure Databricks | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

What is the difference between Azure storage and BLOB storage?

Azure File Storage and Blob Storage offer the same level of redundancy, but Azure Blob Storage is cheaper than File Storage. Azure File Storage provides the folder for the data storage, while Azure Blob Storage does not provide the folder. They give a flat structure for data storage.

What is the difference between BLOB storage and Gen2?

Azure Blob Storage is a flat namespace storage where the users were able to create virtual directories, while Azure Data Lake Storage Gen2 has the hierarchical namespace functionality within its product.


1 Answers

No. Currently, Azure blob does not support http2. You could check this feedback.

But now Azure CDN supports http/2 currently, see this link.

like image 145
Shui shengbao Avatar answered Sep 28 '22 02:09

Shui shengbao