SSL type certificate for Azure blob storage

Jean-Marc Flamand 31 Reputation points
2022-02-22T02:53:43.577+00:00

ref https://youtu.be/Bn0P6ykIijY

I'm doing a Desktop application development and I want my visual studio installation packages to be all signed and trusted.
What is the type of SSL I need to publish applications on Microsoft Azure Storage accounts?

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

1 answer

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2022-02-22T03:19:01.753+00:00

    In my understanding, SSL certificate accommodation is not supported on storage account access. There is a user voice entry here and still open for some years on the same topic.

    The alternate way of using SSL is to Integrate an Azure Storage account with Azure CDN and use SSL along with it.
    You can have a custom domain and use the third-party SSL certificate on this approach.
    More details are here: Map a custom domain with HTTPS enabled
    Integrate an Azure Storage account with Azure CDN
    Configure HTTPS on an Azure CDN custom domain

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it

    3 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.