xoani
xoani

Reputation: 207

Communication protocols supported by Azure Blob Storage

I have tried to google and read as much Microsoft documentation as I can, but I do not seem to find a DIRECT answer to my doubt.

Does the Blob Storage in the Microsoft Azure Cloud support anything other than HTTP/HTTPS operations?

In the documentation about the IoT Hub I found that MQTT, HTTP and AMQT operations are supported, but I guess Blob STorage is not really part of the IoT Hub, right?

Upvotes: 0

Views: 1617

Answers (2)

tpmainline
tpmainline

Reputation: 1

And today, Azure Blob storage supports SFTP.

See https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support

Upvotes: 0

Gaurav Mantri
Gaurav Mantri

Reputation: 136196

Does the Blob Storage in the Microsoft Azure Cloud support anything other than HTTP/HTTPS operations?

Nope. For the most part, you access Blob Storage over HTTP/HTTPS.

Upvotes: 1

Related Questions