What is the https cipher suites and key exchange bit length used in Azure blob?

Kimura, Hiroki/木村 浩希 1 Reputation point
2021-09-10T04:23:22.833+00:00

Hi,

What is the https cipher suites and key exchange bit length used in Azure blob?
After creating a storage account, what is the default endpoint (https://<myaccount>.blob.core.windows.net/) set to?
If ECDH(E) or DH is used as the cryptographic algorithm, I would also like to know the key length for key exchange.

Thanks.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,413 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,056 Reputation points Microsoft Employee
    2021-09-10T17:07:32.343+00:00

    @Kimura, Hiroki/木村 浩希
    The cipher would depend on the mutual highest with client. You can set your storage account to require TLS1.2 by following this document. The supported cipher suites for TLS can be found on this OpenSSL page. I am not aware of Azure restricting any outside this list. If you have specific concerns I am happy to address them with our service team.

    Hope this helps. Let me know if you still have questions or need further assistance.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments