Does azure blob storage support http2?
Asked Answered
B

1

7

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?

Barriebarrientos answered 2/2, 2018 at 18:22 Comment(1)
Not yet, however you can add a CDN on top and get HTTP/2 - azure.microsoft.com/en-us/blog/…Anacoluthia
N
7

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

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

Nemesis answered 5/2, 2018 at 3:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.